de.jreality.ui.viewerapp
Class Navigator.SelectionEvent
java.lang.Object
java.util.EventObject
javax.swing.event.TreeSelectionEvent
de.jreality.ui.viewerapp.Navigator.SelectionEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Navigator
public static class Navigator.SelectionEvent
- extends TreeSelectionEvent
- See Also:
- Serialized Form
Method Summary |
Selection |
getSelection()
Converts the TreePath of the current selection into a Selection object. |
Navigator.SelectionEvent
public Navigator.SelectionEvent(Object source,
TreePath[] paths,
boolean[] areNew,
TreePath oldLeadSelectionPath,
TreePath newLeadSelectionPath)
- calls TreeSelectionEvent(...)
getSelection
public Selection getSelection()
- Converts the TreePath of the current selection into a Selection object.
- Returns:
- the current selection