JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.swing
Interface JCTreeTableSelectionModel

All Superinterfaces:
TreeSelectionModel
All Known Implementing Classes:
DefaultTreeTableSelectionModel

public interface JCTreeTableSelectionModel
extends TreeSelectionModel

The selection model interface. Allows access to the list selection model.


Field Summary
 
Fields inherited from interface javax.swing.tree.TreeSelectionModel
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION
 
Method Summary
 ListSelectionModel getListSelectionModel()
          Returns the listSelectionModel that maps the tree selections to a table.
 
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
 

Method Detail

getListSelectionModel

public ListSelectionModel getListSelectionModel()
Returns the listSelectionModel that maps the tree selections to a table.

Returns:
The list selection model that maps the tree selections to a table

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