|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
yu.ac.bg.etf.javaqx.qswing.events.TreeSelectionEvent
Tree Selection Event.
Field Summary | |
protected boolean[] |
areNew
|
protected TreePath |
newLeadSelectionPath
|
protected TreePath |
oldLeadSelectionPath
|
protected TreePath[] |
paths
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
TreeSelectionEvent(java.lang.Object source,
TreePath[] paths,
boolean[] areNew,
TreePath oldLeadSelectionPath,
TreePath newLeadSelectionPath)
Constructs new TreeSelectionEvent object. |
|
TreeSelectionEvent(java.lang.Object source,
TreePath path,
boolean isNew,
TreePath oldLeadSelectionPath,
TreePath newLeadSelectionPath)
Constructs new TreeSelectionEvent object. |
Method Summary | |
TreePath |
getNewLeadSelectionPath()
Returns new lead path. |
TreePath |
getOldLeadSelectionPath()
Returns old lead path. |
TreePath |
getPath()
Returns tree path. |
TreePath[] |
getPaths()
Returns tree paths. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected transient TreePath[] paths
protected transient boolean[] areNew
protected transient TreePath oldLeadSelectionPath
protected transient TreePath newLeadSelectionPath
Constructor Detail |
public TreeSelectionEvent(java.lang.Object source, TreePath[] paths, boolean[] areNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath)
source
- Objectpaths
- TreePath[]areNew
- boolean[]oldLeadSelectionPath
- TreePathnewLeadSelectionPath
- TreePathpublic TreeSelectionEvent(java.lang.Object source, TreePath path, boolean isNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath)
source
- the source of the eventpath
- the tree pathisNew
- true if new to the selectionoldLeadSelectionPath
- the old lead selection pathnewLeadSelectionPath
- the old lead selection pathMethod Detail |
public TreePath getPath()
public TreePath[] getPaths()
public TreePath getOldLeadSelectionPath()
public TreePath getNewLeadSelectionPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |