class org.aswing.tree.EmptySelectionModel extends DefaultTreeSelectionModel

EmptySelectionModel is a TreeSelectionModel that does not allow anything to be selected. @author paling

Class Fields

static function sharedInstance(): EmptySelectionModel

Returns a shared instance of an empty selection model.

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from DefaultTreeSelectionModel

function addPropertyChangeListener(listener:Dynamic ->Void?priority:Int, ?useWeakReference:Bool):Void
function addSelectionPath(path:TreePath, ?programmatic:Bool):Void
function addSelectionPaths(paths:Array<Dynamic>, ?programmatic:Bool):Void
function addTreeSelectionListener(listener:Dynamic ->Void?priority:Int, ?useWeakReference:Bool):Void
function clearSelection(?programmatic:Bool):Void
function getLeadSelectionPath():TreePath
function getLeadSelectionRow():Int
function getMaxSelectionRow():Int
function getMinSelectionRow():Int
function getRowMapper():RowMapper
function getSelectionCount():Int
function getSelectionMode():Int
function getSelectionPath():TreePath
function getSelectionPaths():Array<Dynamic>
function getSelectionRows():Array<Dynamic>
function isPathSelected(path:TreePath):Bool
function isRowSelected(row:Int):Bool
function isSelectionEmpty():Bool
function removePropertyChangeListener(listener:Dynamic ->Void):Void
function removeSelectionPath(path:TreePath, ?programmatic:Bool):Void
function removeSelectionPaths(paths:Array<Dynamic>, ?programmatic:Bool):Void
function removeTreeSelectionListener(listener:Dynamic ->Void):Void
function resetRowSelection():Void
function setRowMapper(newMapper:RowMapper):Void
function setSelectionMode(mode:Int):Void
function setSelectionPath(path:TreePath, ?programmatic:Bool):Void
function setSelectionPaths(pPaths:Array<Dynamic>, ?programmatic:Bool):Void
function toString():String

Inherited from EventDispatcher

function addEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool, ?priority:Int, ?useWeakReference:Bool):Void
function dispatchEvent(event:Event):Bool
function hasEventListener(type:String):Bool
function removeEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool):Void
function toString():String
function willTrigger(type:String):Bool

function new(): Void

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.