JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.swing
Class DefaultTreeTableSelectionModel

java.lang.Object
  |
  +--javax.swing.tree.DefaultTreeSelectionModel
        |
        +--com.klg.jclass.swing.DefaultTreeTableSelectionModel
All Implemented Interfaces:
Cloneable, JCTreeTableSelectionModel, Serializable, TreeSelectionModel
Direct Known Subclasses:
JCTreeTable.EmptyTreeSelectionModel

public class DefaultTreeTableSelectionModel
extends DefaultTreeSelectionModel
implements JCTreeTableSelectionModel

Implements JCTreeTableSelectionModel to return the list selection model.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.tree.DefaultTreeSelectionModel
changeSupport, leadIndex, leadPath, leadRow, listenerList, listSelectionModel, rowMapper, selection, SELECTION_MODE_PROPERTY, selectionMode
 
Fields inherited from interface javax.swing.tree.TreeSelectionModel
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION
 
Constructor Summary
DefaultTreeTableSelectionModel()
           
 
Method Summary
 ListSelectionModel getListSelectionModel()
          Get the list selection model of the DefaultTreeSelectionModel implementation
 
Methods inherited from class javax.swing.tree.DefaultTreeSelectionModel
addPropertyChangeListener, addSelectionPath, addSelectionPaths, addTreeSelectionListener, arePathsContiguous, canPathsBeAdded, canPathsBeRemoved, clearSelection, clone, fireValueChanged, getLeadSelectionPath, getLeadSelectionRow, getListeners, getMaxSelectionRow, getMinSelectionRow, getPropertyChangeListeners, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, getTreeSelectionListeners, insureRowContinuity, insureUniqueness, isPathSelected, isRowSelected, isSelectionEmpty, notifyPathChange, removePropertyChangeListener, removeSelectionPath, removeSelectionPaths, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, setSelectionPath, setSelectionPaths, toString, updateLeadIndex
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.swing.tree.TreeSelectionModel
addPropertyChangeListener, addSelectionPath, addSelectionPaths, addTreeSelectionListener, clearSelection, getLeadSelectionPath, getLeadSelectionRow, getMaxSelectionRow, getMinSelectionRow, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, isPathSelected, isRowSelected, isSelectionEmpty, removePropertyChangeListener, removeSelectionPath, removeSelectionPaths, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, setSelectionPath, setSelectionPaths
 

Constructor Detail

DefaultTreeTableSelectionModel

public DefaultTreeTableSelectionModel()
Method Detail

getListSelectionModel

public ListSelectionModel getListSelectionModel()
Get the list selection model of the DefaultTreeSelectionModel implementation

Specified by:
getListSelectionModel in interface JCTreeTableSelectionModel
Returns:
The list selection model of the DefaultTreeSelectionModel implementation

Copyright © 2004 Quest Software Inc..
All rights reserved.