swingwtx.swing.tree
Class DefaultTreeSelectionModel

java.lang.Object
  extended byswingwtx.swing.tree.DefaultTreeSelectionModel
All Implemented Interfaces:
TreeSelectionModel

public class DefaultTreeSelectionModel
extends java.lang.Object
implements TreeSelectionModel

FIXME: NOT IMPLEMENTED


Field Summary
 
Fields inherited from interface swingwtx.swing.tree.TreeSelectionModel
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION
 
Constructor Summary
DefaultTreeSelectionModel()
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void addSelectionPath(TreePath path)
           
 void addSelectionPaths(TreePath[] paths)
           
 void addTreeSelectionListener(TreeSelectionListener x)
           
 void clearSelection()
           
 TreePath getLeadSelectionPath()
           
 int getLeadSelectionRow()
           
 int getMaxSelectionRow()
           
 int getMinSelectionRow()
           
 RowMapper getRowMapper()
           
 int getSelectionCount()
           
 int getSelectionMode()
           
 TreePath getSelectionPath()
           
 TreePath[] getSelectionPaths()
           
 int[] getSelectionRows()
           
 boolean isPathSelected(TreePath path)
           
 boolean isRowSelected(int row)
           
 boolean isSelectionEmpty()
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void removeSelectionPath(TreePath path)
           
 void removeSelectionPaths(TreePath[] paths)
           
 void removeTreeSelectionListener(TreeSelectionListener x)
           
 void resetRowSelection()
           
 void setRowMapper(RowMapper newMapper)
           
 void setSelectionMode(int mode)
           
 void setSelectionPath(TreePath path)
           
 void setSelectionPaths(TreePath[] paths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTreeSelectionModel

public DefaultTreeSelectionModel()
Method Detail

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