class org.aswing.tree.EmptySelectionModel extends DefaultTreeSelectionModel
EmptySelectionModel is a TreeSelectionModel
that does not allow anything to be selected.
@author palingClass Fields
static function sharedInstance(): EmptySelectionModel
Returns a shared instance of an empty selection model.
Instance Fields
function addSelectionPaths(pPaths:Array<Dynamic>, ?programmatic:Bool = true): Void
A null implementation that adds nothing.
function removeSelectionPaths(pPaths:Array<Dynamic>, ?programmatic:Bool = true): Void
A null implementation that removes nothing.
function setSelectionPaths(pPaths:Array<Dynamic>, ?programmatic:Bool = true): Void
A null implementation that selects nothing.
