KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > event > TreeSelectionEvent

javax.swing.event
Class TreeSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.swing.event.TreeSelectionEvent
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, XMLEncoder, TreeSelectionListener, TreeSelectionModel

protected boolean[] areNew
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object cloneWithSource(Object newSource)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreePath getNewLeadSelectionPath()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreePath getOldLeadSelectionPath()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreePath getPath()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreePath[] getPaths()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isAddedPath()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isAddedPath(int index)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isAddedPath(TreePath path)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected TreePath newLeadSelectionPath
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected TreePath oldLeadSelectionPath
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected TreePath[] paths
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreeSelectionEvent(Object source,
                          TreePath path,
                          boolean isNew,
                          TreePath oldLeadSelectionPath,
                          TreePath newLeadSelectionPath)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreeSelectionEvent(Object source,
                          TreePath[] paths,
                          boolean[] areNew,
                          TreePath oldLeadSelectionPath,
                          TreePath newLeadSelectionPath)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags