Searched refs:oldLeadSelectionPath (Results 1 - 2 of 2) 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
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java4128 TreePath oldLeadSelectionPath = e.getOldLeadSelectionPath();
4131 if (oldLeadSelectionPath != leadSelectionPath) {

Completed in 71 milliseconds