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

Packages that use AbstractJrAction
de.jreality.ui.viewerapp.actions   
de.jreality.ui.viewerapp.actions.camera   
de.jreality.ui.viewerapp.actions.edit   
de.jreality.ui.viewerapp.actions.file   
de.jreality.ui.viewerapp.actions.view   
 

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

Subclasses of AbstractJrAction in de.jreality.ui.viewerapp.actions
 class AbstractJrToggleAction
           
 class AbstractSelectionListenerAction
          Abstract class for actions used in jReality applications which do something if the selection given by the underlying selection manager changes (e.g.
 

Uses of AbstractJrAction in de.jreality.ui.viewerapp.actions.camera
 

Subclasses of AbstractJrAction in de.jreality.ui.viewerapp.actions.camera
 class AbstractCameraAction
          Abstract class for camera actions.
 class LoadCameraPreferences
           
 class SaveCameraPreferences
           
 class ShiftEyeSeparation
          Shifts the camera's eye separation.
 class ShiftFieldOfView
          Shifts the camera's field of view.
 class ShiftFocus
          Shifts the camera's focus.
 class TogglePerspective
          Toggles the camera's perspective property.
 class ToggleStereo
          Toggles the camera's stereo property.
 

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

Subclasses of AbstractJrAction 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.
 

Uses of AbstractJrAction in de.jreality.ui.viewerapp.actions.file
 

Subclasses of AbstractJrAction in de.jreality.ui.viewerapp.actions.file
 class ExportImage
          Exports the scene displayed in a viewer as an image.
 class ExportPDF
          Saves the current scene.
 class ExportPS
          Exports the scene displayed in a viewer as a post script file.
 class ExportRIB
          Exports the scene displayed in a viewer as a RIB file.
 class ExportScreenshot
          Exports the scene displayed in a viewer as an image.
 class ExportSTL
           
 class ExportSVG
          Exports the scene displayed in a viewer as a SVG file.
 class ExportU3D
          Saves the current scene.
 class ExportVRML
           
 class LoadFile
          Loads one or several files into the scene and optionally merges indexed face & line sets (adds the files as children to the selection managers default selection, which is usually the scene node).
 class LoadScene
          Opens a saved scene in a new ViewerApp.
 class Quit
          Closes the current application.
 class SaveScene
          Saves the current scene.
 

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

Subclasses of AbstractJrAction in de.jreality.ui.viewerapp.actions.view
 class LoadSkyBox
          Loads a skybox.
 class Maximize
          Toggles full screen of the ViewerApp.
There is only one instance of this action.
 class RotateSkyboxSides
          Rotates the sides of a skybox's cubemap to match its top and bottom.
 class SetViewerSize
          Allows to set the viewer size via a dimension panel.
 class SwitchBackgroundColor
          Switches the background color of a scene graph's root, which is used as the background color of the displaying viewer.
 class ToggleBeanShell
          Toggles the bean shell within the ViewerApp.
 class ToggleExternalBeanShell
          Toggles the ViewerApp's property externalBeanShell (specifies whether the bean shell is displayed in the viewerApp's frame or in an external frame).
 class ToggleExternalNavigator
          Toggles the ViewerApp's property externalNavigator (specifies whether the navigator is displayed in the viewerApp's frame or in an external frame).
 class ToggleMenu
          Toggles the visiblity of a given menu bar.
 class ToggleNavigator
          Toggles the navigator within the ViewerApp.
 class ToggleRenderSelection
          Toggles the rendering of the current selection's bounding box.
 class ToggleShowCursor
          Toggles full screen of the ViewerApp's viewer component (where the scene is displayed).
There is only one instance of this action.
 class ToggleViewerFullScreen
          Toggles full screen of the ViewerApp's viewer component (where the scene is displayed).
There is only one instance of this action.
 class ViewerAspect4To3
          Sets the viewer aspect ratio to 4:3.