Searched refs:newLeadSelectionPath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DTreeSelectionEvent.java61 protected TreePath newLeadSelectionPath; field in class:TreeSelectionEvent
73 TreePath newLeadSelectionPath)
79 this.newLeadSelectionPath = newLeadSelectionPath;
94 TreePath newLeadSelectionPath)
102 this.newLeadSelectionPath = newLeadSelectionPath;
198 return newLeadSelectionPath;
208 newLeadSelectionPath);
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 29 milliseconds