Uses of Class
de.jreality.ui.viewerapp.Selection

Packages that use Selection
de.jreality.ui.treeview Renders the tree structure of a scene graph as a Swing JTree. 
de.jreality.ui.viewerapp Creates pre-configured viewers with tools. 
de.jreality.ui.viewerapp.actions   
 

Uses of Selection in de.jreality.ui.treeview
 

Methods in de.jreality.ui.treeview with parameters of type Selection
 SceneTreeNode[] SceneTreeModel.convertSelection(Selection selection)
           
 

Uses of Selection in de.jreality.ui.viewerapp
 

Methods in de.jreality.ui.viewerapp that return Selection
 Selection SelectionManager.getDefaultSelection()
           
 Selection SelectionManagerInterface.getDefaultSelection()
           
 Selection Navigator.getSelection()
           
 Selection Navigator.SelectionEvent.getSelection()
          Converts the TreePath of the current selection into a Selection object.
 Selection SelectionEvent.getSelection()
          Get the current Selection object
 Selection SelectionManager.getSelection()
           
 Selection SelectionManagerInterface.getSelection()
           
 

Methods in de.jreality.ui.viewerapp with parameters of type Selection
 boolean Selection.isEqual(Selection anotherSelection)
           
 void SelectionManager.setDefaultSelection(Selection defaultSelection)
           
 void SelectionManagerInterface.setDefaultSelection(Selection defaultSelection)
           
 void SelectionManager.setSelection(Selection selection)
          Set the current selection.
 void SelectionManagerInterface.setSelection(Selection selection)
           
 

Constructors in de.jreality.ui.viewerapp with parameters of type Selection
Selection(Selection s)
          Copy constructor
SelectionEvent(Object source, Selection selection)
           
SelectionManager(Selection defaultSelection)
           
 

Uses of Selection in de.jreality.ui.viewerapp.actions
 

Methods in de.jreality.ui.viewerapp.actions that return Selection
 Selection AbstractSelectionListenerAction.getSelection()
          Get the current selection.