swingwtx.swing.tree
Class DefaultTreeSelectionModel
java.lang.Object
swingwtx.swing.tree.DefaultTreeSelectionModel
- All Implemented Interfaces:
- TreeSelectionModel
- public class DefaultTreeSelectionModel
- extends java.lang.Object
- implements TreeSelectionModel
FIXME: NOT IMPLEMENTED
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTreeSelectionModel
public DefaultTreeSelectionModel()
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener in interface TreeSelectionModel
addSelectionPath
public void addSelectionPath(TreePath path)
- Specified by:
addSelectionPath in interface TreeSelectionModel
addSelectionPaths
public void addSelectionPaths(TreePath[] paths)
- Specified by:
addSelectionPaths in interface TreeSelectionModel
addTreeSelectionListener
public void addTreeSelectionListener(TreeSelectionListener x)
- Specified by:
addTreeSelectionListener in interface TreeSelectionModel
clearSelection
public void clearSelection()
- Specified by:
clearSelection in interface TreeSelectionModel
getLeadSelectionPath
public TreePath getLeadSelectionPath()
- Specified by:
getLeadSelectionPath in interface TreeSelectionModel
getLeadSelectionRow
public int getLeadSelectionRow()
- Specified by:
getLeadSelectionRow in interface TreeSelectionModel
getMaxSelectionRow
public int getMaxSelectionRow()
- Specified by:
getMaxSelectionRow in interface TreeSelectionModel
getMinSelectionRow
public int getMinSelectionRow()
- Specified by:
getMinSelectionRow in interface TreeSelectionModel
getRowMapper
public RowMapper getRowMapper()
- Specified by:
getRowMapper in interface TreeSelectionModel
getSelectionCount
public int getSelectionCount()
- Specified by:
getSelectionCount in interface TreeSelectionModel
getSelectionMode
public int getSelectionMode()
- Specified by:
getSelectionMode in interface TreeSelectionModel
getSelectionPath
public TreePath getSelectionPath()
- Specified by:
getSelectionPath in interface TreeSelectionModel
getSelectionPaths
public TreePath[] getSelectionPaths()
- Specified by:
getSelectionPaths in interface TreeSelectionModel
getSelectionRows
public int[] getSelectionRows()
- Specified by:
getSelectionRows in interface TreeSelectionModel
isPathSelected
public boolean isPathSelected(TreePath path)
- Specified by:
isPathSelected in interface TreeSelectionModel
isRowSelected
public boolean isRowSelected(int row)
- Specified by:
isRowSelected in interface TreeSelectionModel
isSelectionEmpty
public boolean isSelectionEmpty()
- Specified by:
isSelectionEmpty in interface TreeSelectionModel
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener in interface TreeSelectionModel
removeSelectionPath
public void removeSelectionPath(TreePath path)
- Specified by:
removeSelectionPath in interface TreeSelectionModel
removeSelectionPaths
public void removeSelectionPaths(TreePath[] paths)
- Specified by:
removeSelectionPaths in interface TreeSelectionModel
removeTreeSelectionListener
public void removeTreeSelectionListener(TreeSelectionListener x)
- Specified by:
removeTreeSelectionListener in interface TreeSelectionModel
resetRowSelection
public void resetRowSelection()
- Specified by:
resetRowSelection in interface TreeSelectionModel
setRowMapper
public void setRowMapper(RowMapper newMapper)
- Specified by:
setRowMapper in interface TreeSelectionModel
setSelectionMode
public void setSelectionMode(int mode)
- Specified by:
setSelectionMode in interface TreeSelectionModel
setSelectionPath
public void setSelectionPath(TreePath path)
- Specified by:
setSelectionPath in interface TreeSelectionModel
setSelectionPaths
public void setSelectionPaths(TreePath[] paths)
- Specified by:
setSelectionPaths in interface TreeSelectionModel