Uses of Class
de.jreality.ui.viewerapp.actions.AbstractSelectionListenerAction

Packages that use AbstractSelectionListenerAction
de.jreality.ui.viewerapp.actions.edit   
 

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

Subclasses of AbstractSelectionListenerAction in de.jreality.ui.viewerapp.actions.edit
 class AddTool
          Adds tools to a selected SceneGraphComponent (if no SceneGraphComponent is selected, this action is disabled).
 class AssignFaceAABBTree
          Assigns a FaceAABBTree to a selected SceneGraphComponent (if no SceneGraphComponent is selected, this action is disabled).
 class CreateAppearance
          Create a new Appearance for a selected SceneGraphComponent.
 class CurrentSelection
          Adds tools to a selected SceneGraphComponent (if no SceneGraphComponent is selected, this action is disabled).
 class ExportOBJ
          Exports a selected IndexedFaceSet as an OBJ file (if no IndexedFaceSet is selected, this action is disabled).
 class LoadFileToNode
          Loads one or several files and adds them as children to the selected scene graph component (optionally merges indexed face & line sets).
 class LoadReflectionMap
          Loads a reflection map for a selected SceneGraphComponent or Appearance.
 class LoadTexture
          Loads a texture for a selected SceneGraphComponent or Appearance.
 class Remove
          Removes selected scene graph nodes (except the scene root) or tools.
 class Rename
          Renames selected SceneGraphNode (if no SceneGraphNode is selected, this action is disabled).
 class RotateReflectionMapSides
          Rotates the sides of the reflection map's cubemap of a selected SceneGraphComponent or Appearance to match its top and bottom.
 class SaveSelected
          Saves the selected SceneGraphComponent into a file (if no SceneGraphComponent is selected, this action is disabled).
 class ToggleAppearance
          Toggles appearance atributes of a selected SceneGraphComponent or Appearance (if something different is selected, this action is disabled).
Note that this action does not create new Appearances in the scene tree.
 class TogglePickable
          Toggles the pickable property of a selected SceneGraphComponent or Geometry.
 class ToggleVisibility
          Toggles the visibility of the selected scene graph component.