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

Packages that use SelectionEvent
de.jreality.ui.viewerapp Creates pre-configured viewers with tools. 
de.jreality.ui.viewerapp.actions   
de.jreality.ui.viewerapp.actions.edit   
 

Uses of SelectionEvent in de.jreality.ui.viewerapp
 

Methods in de.jreality.ui.viewerapp with parameters of type SelectionEvent
 void BeanShell.selectionChanged(SelectionEvent e)
           
 void Navigator.selectionChanged(SelectionEvent e)
           
 void SelectionListener.selectionChanged(SelectionEvent e)
           
 

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

Methods in de.jreality.ui.viewerapp.actions with parameters of type SelectionEvent
 boolean AbstractSelectionListenerAction.isEnabled(SelectionEvent e)
          Override this method to specify when to disable or enable the action based on the current selection.
 void AbstractSelectionListenerAction.selectionChanged(SelectionEvent e)
          Override this method to specify what to do when the selection changes.
 

Uses of SelectionEvent in de.jreality.ui.viewerapp.actions.edit
 

Methods in de.jreality.ui.viewerapp.actions.edit with parameters of type SelectionEvent
 boolean AddTool.isEnabled(SelectionEvent e)
           
 boolean AssignFaceAABBTree.isEnabled(SelectionEvent e)
           
 boolean CreateAppearance.isEnabled(SelectionEvent e)
           
 boolean CurrentSelection.isEnabled(SelectionEvent e)
           
 boolean ExportOBJ.isEnabled(SelectionEvent e)
           
 boolean LoadFileToNode.isEnabled(SelectionEvent e)
           
 boolean LoadReflectionMap.isEnabled(SelectionEvent e)
           
 boolean LoadTexture.isEnabled(SelectionEvent e)
           
 boolean Remove.isEnabled(SelectionEvent e)
           
 boolean Rename.isEnabled(SelectionEvent e)
           
 boolean RotateReflectionMapSides.isEnabled(SelectionEvent e)
           
 boolean SaveSelected.isEnabled(SelectionEvent e)
           
 boolean ToggleAppearance.isEnabled(SelectionEvent e)
           
 boolean TogglePickable.isEnabled(SelectionEvent e)
           
 boolean ToggleVisibility.isEnabled(SelectionEvent e)
           
 void CurrentSelection.selectionChanged(SelectionEvent e)