Liking cljdoc? Tell your friends :D

javax.swing.JTree$EmptySelectionModel

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

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

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

Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing.  As of 1.4, support for long term storage
of all JavaBeans™
has been added to the java.beans package.
Please see XMLEncoder.
raw docstring

*shared-instanceclj

(*shared-instance)

Returns the single instance of EmptySelectionModel.

returns: single instance of EmptySelectionModel - javax.swing.JTree$EmptySelectionModel

Returns the single instance of EmptySelectionModel.

returns: single instance of EmptySelectionModel - `javax.swing.JTree$EmptySelectionModel`
raw docstring

add-property-change-listenerclj

(add-property-change-listener this listener)

This is overriden to do nothing; EmptySelectionModel does not allow a selection.

listener - the listener to add; this is ignored - java.beans.PropertyChangeListener

This is overriden to do nothing; EmptySelectionModel
 does not allow a selection.

listener - the listener to add; this is ignored - `java.beans.PropertyChangeListener`
raw docstring

add-selection-pathsclj

(add-selection-paths this paths)

This is overriden to do nothing; EmptySelectionModel does not allow a selection.

paths - the paths to add to the selection; this is ignored - javax.swing.tree.TreePath[]

This is overriden to do nothing; EmptySelectionModel
 does not allow a selection.

paths - the paths to add to the selection; this is ignored - `javax.swing.tree.TreePath[]`
raw docstring

add-tree-selection-listenerclj

(add-tree-selection-listener this listener)

This is overriden to do nothing; EmptySelectionModel does not allow a selection.

listener - the listener to add; this is ignored - javax.swing.event.TreeSelectionListener

This is overriden to do nothing; EmptySelectionModel
 does not allow a selection.

listener - the listener to add; this is ignored - `javax.swing.event.TreeSelectionListener`
raw docstring

remove-property-change-listenerclj

(remove-property-change-listener this listener)

This is overriden to do nothing; EmptySelectionModel does not allow a selection.

listener - the listener to remove; this is ignored - java.beans.PropertyChangeListener

This is overriden to do nothing; EmptySelectionModel
 does not allow a selection.

listener - the listener to remove; this is ignored - `java.beans.PropertyChangeListener`
raw docstring

remove-selection-pathsclj

(remove-selection-paths this paths)

This is overriden to do nothing; EmptySelectionModel does not allow a selection.

paths - the paths to remove; this is ignored - javax.swing.tree.TreePath[]

This is overriden to do nothing; EmptySelectionModel
 does not allow a selection.

paths - the paths to remove; this is ignored - `javax.swing.tree.TreePath[]`
raw docstring

remove-tree-selection-listenerclj

(remove-tree-selection-listener this listener)

This is overriden to do nothing; EmptySelectionModel does not allow a selection.

listener - the listener to remove; this is ignored - javax.swing.event.TreeSelectionListener

This is overriden to do nothing; EmptySelectionModel
 does not allow a selection.

listener - the listener to remove; this is ignored - `javax.swing.event.TreeSelectionListener`
raw docstring

set-row-mapperclj

(set-row-mapper this mapper)

This is overriden to do nothing; EmptySelectionModel does not allow a selection.

mapper - the RowMapper instance; this is ignored - javax.swing.tree.RowMapper

This is overriden to do nothing; EmptySelectionModel
 does not allow a selection.

mapper - the RowMapper instance; this is ignored - `javax.swing.tree.RowMapper`
raw docstring

set-selection-modeclj

(set-selection-mode this mode)

This is overriden to do nothing; EmptySelectionModel does not allow a selection.

mode - the selection mode; this is ignored - int

This is overriden to do nothing; EmptySelectionModel
 does not allow a selection.

mode - the selection mode; this is ignored - `int`
raw docstring

set-selection-pathsclj

(set-selection-paths this paths)

This is overriden to do nothing; EmptySelectionModel does not allow a selection.

paths - the paths to select; this is ignored - javax.swing.tree.TreePath[]

This is overriden to do nothing; EmptySelectionModel
 does not allow a selection.

paths - the paths to select; this is ignored - `javax.swing.tree.TreePath[]`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close