org.freehep.jas.plugin.tree
Class FTreeSelectionModel

java.lang.Object
  extended byorg.freehep.jas.plugin.tree.FTreeSelectionModel

public class FTreeSelectionModel
extends java.lang.Object


Constructor Summary
protected FTreeSelectionModel(javax.swing.tree.TreeSelectionModel model)
           
 
Method Summary
 int getSelectionCount()
           
 FTreePath[] getSelectionPaths()
           
 void removeSelectionPath(FTreePath path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTreeSelectionModel

protected FTreeSelectionModel(javax.swing.tree.TreeSelectionModel model)
Method Detail

getSelectionCount

public int getSelectionCount()

getSelectionPaths

public FTreePath[] getSelectionPaths()

removeSelectionPath

public void removeSelectionPath(FTreePath path)