de.jreality.ui.viewerapp
Class Navigator.SelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.swing.event.TreeSelectionEvent
          extended by de.jreality.ui.viewerapp.Navigator.SelectionEvent
All Implemented Interfaces:
Serializable
Enclosing class:
Navigator

public static class Navigator.SelectionEvent
extends TreeSelectionEvent

See Also:
Serialized Form

Constructor Summary
Navigator.SelectionEvent(Object source, TreePath[] paths, boolean[] areNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath)
          calls TreeSelectionEvent(...)
 
Method Summary
 Selection getSelection()
          Converts the TreePath of the current selection into a Selection object.
 
Methods inherited from class javax.swing.event.TreeSelectionEvent
cloneWithSource, getNewLeadSelectionPath, getOldLeadSelectionPath, getPath, getPaths, isAddedPath, isAddedPath, isAddedPath
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Navigator.SelectionEvent

public Navigator.SelectionEvent(Object source,
                                TreePath[] paths,
                                boolean[] areNew,
                                TreePath oldLeadSelectionPath,
                                TreePath newLeadSelectionPath)
calls TreeSelectionEvent(...)

Method Detail

getSelection

public Selection getSelection()
Converts the TreePath of the current selection into a Selection object.

Returns:
the current selection