Searched defs:oldLeadSelectionPath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DTreeSelectionEvent.java59 protected TreePath oldLeadSelectionPath; field in class:TreeSelectionEvent
72 boolean[] areNew, TreePath oldLeadSelectionPath,
78 this.oldLeadSelectionPath = oldLeadSelectionPath;
93 TreePath oldLeadSelectionPath,
101 this.oldLeadSelectionPath = oldLeadSelectionPath;
191 return oldLeadSelectionPath;
207 oldLeadSelectionPath,
71 TreeSelectionEvent(Object source, TreePath[] paths, boolean[] areNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath) argument
92 TreeSelectionEvent(Object source, TreePath path, boolean isNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath) argument

Completed in 31 milliseconds