|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionListener | |
---|---|
de.jreality.ui.viewerapp | Creates pre-configured viewers with tools. |
de.jreality.ui.viewerapp.actions | |
de.jreality.ui.viewerapp.actions.edit |
Uses of SelectionListener in de.jreality.ui.viewerapp |
---|
Classes in de.jreality.ui.viewerapp that implement SelectionListener | |
---|---|
class |
BeanShell
|
class |
Navigator
Scene tree and inspector panel for a given scene graph. |
class |
SelectionRenderer
A class which handles rendering the selection coming from a selection manager (see SelectionManager )
and to be rendered into an instance of Viewer . |
Methods in de.jreality.ui.viewerapp with parameters of type SelectionListener | |
---|---|
void |
SelectionManager.addSelectionListener(SelectionListener listener)
|
void |
SelectionManagerImpl.addSelectionListener(SelectionListener listener)
|
void |
SelectionManager.removeSelectionListener(SelectionListener listener)
|
void |
SelectionManagerImpl.removeSelectionListener(SelectionListener listener)
|
Uses of SelectionListener in de.jreality.ui.viewerapp.actions |
---|
Classes in de.jreality.ui.viewerapp.actions that implement SelectionListener | |
---|---|
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 SelectionListener in de.jreality.ui.viewerapp.actions.edit |
---|
Classes in de.jreality.ui.viewerapp.actions.edit that implement SelectionListener | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |