Uses of Interface
de.jreality.ui.viewerapp.SelectionManagerInterface

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

Uses of SelectionManagerInterface in de.jreality.ui.viewerapp
 

Classes in de.jreality.ui.viewerapp that implement SelectionManagerInterface
 class SelectionManager
          Manages selections within a jReality scene.
 

Methods in de.jreality.ui.viewerapp that return SelectionManagerInterface
 SelectionManagerInterface ViewerApp.getSelectionManager()
          Get the SelectionManager managing selections in the ViewerApp.
static SelectionManagerInterface SelectionManager.selectionManagerForViewer(Viewer viewer)
           
 

Constructors in de.jreality.ui.viewerapp with parameters of type SelectionManagerInterface
BeanShell(SelectionManagerInterface sm)
           
SelectionTool(SelectionManagerInterface sm)
           
 

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

Methods in de.jreality.ui.viewerapp.actions that return SelectionManagerInterface
 SelectionManagerInterface AbstractSelectionListenerAction.getSelectionManager()
          Get the underlying selection manager.
 

Constructors in de.jreality.ui.viewerapp.actions with parameters of type SelectionManagerInterface
AbstractSelectionListenerAction(String name, SelectionManagerInterface sm)
          Default constructor.
AbstractSelectionListenerAction(String name, SelectionManagerInterface sm, Component parentComp)
          Constructor for actions which need a parent component e.g.
 

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

Constructors in de.jreality.ui.viewerapp.actions.edit with parameters of type SelectionManagerInterface
AddTool(String name, SelectionManagerInterface sm, Component frame)
           
AssignFaceAABBTree(String name, SelectionManagerInterface sm)
           
CreateAppearance(String name, SelectionManagerInterface sm)
           
CurrentSelection(String name, SelectionManagerInterface sm)
           
ExportOBJ(String name, SelectionManagerInterface sm, Component parentComp)
           
LoadFileToNode(String name, SelectionManagerInterface sm)
           
LoadFileToNode(String name, SelectionManagerInterface sm, Component parentComp)
           
LoadFileToNode(String name, SelectionManagerInterface sm, Viewer viewer)
           
LoadFileToNode(String name, SelectionManagerInterface sm, Viewer viewer, Component parentComp)
           
LoadReflectionMap(String name, SelectionManagerInterface sm, Component frame)
           
LoadTexture(String name, SelectionManagerInterface sm, Component frame)
           
Remove(String name, SelectionManagerInterface sm)
           
Rename(String name, SelectionManagerInterface sm, Component parentComp)
           
RotateReflectionMapSides(String name, SelectionManagerInterface sm, Component frame)
           
SaveSelected(String name, SelectionManagerInterface sm, Component parentComp)
           
ToggleAppearance(String name, String attribute, SelectionManagerInterface sm)
           
TogglePickable(String name, SelectionManagerInterface sm)
           
ToggleVisibility(String name, SelectionManagerInterface sm)
           
 

Uses of SelectionManagerInterface in de.jreality.ui.viewerapp.actions.view
 

Constructors in de.jreality.ui.viewerapp.actions.view with parameters of type SelectionManagerInterface
ToggleRenderSelection(String name, SelectionManagerInterface sm)