Package xj3d.browser
Class SceneTreeAction
java.lang.Object
javax.swing.AbstractAction
xj3d.browser.SceneTreeAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
An action that displays a tree view of the scene.
- Version:
- $Revision: 1.1 $
- Author:
- Alan Hudson
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
ConstructorsConstructorDescriptionSceneTreeAction
(OGLStandardBrowserCore core, String position, Xj3DBrowser surfaceManager) Create an instance of the action class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
An action has been performed.Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
SceneTreeAction
Create an instance of the action class.- Parameters:
core
- the browser core containing node infoposition
- the position to insert the tree in the main framesurfaceManager
- the surface resetting action object
-
-
Method Details
-
actionPerformed
An action has been performed.- Parameters:
evt
- The event that caused this method to be called.
-