JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.j3d
Class ActionTable

java.lang.Object
  |
  +--com.klg.jclass.chart3d.JCActionTable
        |
        +--com.klg.jclass.chart3d.j3d.ActionTable
All Implemented Interfaces:
Serializable

public class ActionTable
extends JCActionTable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.chart3d.JCActionTable
DEFAULT_KEY_CANCEL_ACTION, DEFAULT_KEY_CUSTOMIZE_ACTION, DEFAULT_KEY_RESET_ACTION, DEFAULT_KEY_SCALE_DOWN_ACTION, DEFAULT_KEY_SCALE_UP_ACTION, DEFAULT_KEY_SPIN_CCW_ACTION, DEFAULT_KEY_SPIN_CW_ACTION, DEFAULT_KEY_SWITCH_ROTATE_ANY_ACTION, DEFAULT_KEY_SWITCH_ROTATE_EYE_ACTION, DEFAULT_KEY_SWITCH_ROTATE_X_ACTION, DEFAULT_KEY_SWITCH_ROTATE_Y_ACTION, DEFAULT_KEY_SWITCH_ROTATE_Z_ACTION, DEFAULT_KEY_TILT_CCW_ACTION, DEFAULT_KEY_TILT_CW_ACTION, DEFAULT_KEY_TRANSLATE_DOWN_ACTION, DEFAULT_KEY_TRANSLATE_LEFT_ACTION, DEFAULT_KEY_TRANSLATE_RIGHT_ACTION, DEFAULT_KEY_TRANSLATE_UP_ACTION, DEFAULT_MOUSE_CUSTOMIZE_ACTION, DEFAULT_MOUSE_EDIT_ACTION, DEFAULT_MOUSE_PICK_ACTION, DEFAULT_MOUSE_ROTATE_ANY_ACTION, DEFAULT_MOUSE_ROTATE_EYE_ACTION, DEFAULT_MOUSE_ROTATE_X_ACTION, DEFAULT_MOUSE_ROTATE_Y_ACTION, DEFAULT_MOUSE_ROTATE_Z_ACTION, DEFAULT_MOUSE_SCALE_ACTION, DEFAULT_MOUSE_TRANSLATE_ACTION, DEFAULT_MOUSE_ZOOM_ACTION, handlerInstances, keyActions, mouseActions
 
Constructor Summary
ActionTable()
           
 
Method Summary
 com.klg.jclass.chart3d.JCAction getActionHandlerInstance(InputEvent event, Object object)
          Returns an instance of the JCAction to handle the InputEvent.
 String getDefaultCancelActionClass()
          Returns the name of the default class that implements the Cancel Action.
 String getDefaultCustomizeActionClass()
          Returns the name of the default class that implements the Customize Action.
 String getDefaultEditActionClass()
          Returns the name of the default class that implements the Edit Action.
 String getDefaultPickActionClass()
          Returns the name of the default class that implements the Pick Action.
 String getDefaultResetActionClass()
          Returns the name of the default class that implements the Reset Action.
 String getDefaultRotateActionClass()
          Returns the name of the default class that implements the Rotate Action.
 String getDefaultRotateEyeActionClass()
          Returns the name of the default class that implements the RotateEye Action.
 String getDefaultRotateXActionClass()
          Returns the name of the default class that implements the RotateX Action.
 String getDefaultRotateYActionClass()
          Returns the name of the default class that implements the RotateY Action.
 String getDefaultRotateZActionClass()
          Returns the name of the default class that implements the RotateZ Action.
 String getDefaultScaleActionClass()
          Returns the name of the default class that implements the Scale Action.
 String getDefaultSwitchRotateAnyActionClass()
          Returns the name of the default class that implements the RotateAny Action.
 String getDefaultSwitchRotateEyeActionClass()
          Returns the name of the default class that implements the SwitchRotateEye Action.
 String getDefaultSwitchRotateXActionClass()
          Returns the name of the default class that implements the SwitchRotateX Action.
 String getDefaultSwitchRotateYActionClass()
          Returns the name of the default class that implements the SwitchRotateY Action.
 String getDefaultSwitchRotateZActionClass()
          Returns the name of the default class that implements the SwitchRotateZ Action.
 String getDefaultTranslateActionClass()
          Returns the name of the default class that implements the Translate Action.
 String getDefaultZoomActionClass()
          Returns the name of the default class that implements the Zoom Action.
 
Methods inherited from class com.klg.jclass.chart3d.JCActionTable
addAction, addAllDefaultActions, addAllDefaultKeyActions, addAllDefaultMouseActions, getAction, getAllKeyActions, getAllMouseActions, removeAction, removeAllActions, removeAllKeyActions, removeAllMouseActions, removeKeyAction, removeMouseAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionTable

public ActionTable()
Method Detail

getActionHandlerInstance

public com.klg.jclass.chart3d.JCAction getActionHandlerInstance(InputEvent event,
                                                                Object object)
Description copied from class: JCActionTable
Returns an instance of the JCAction to handle the InputEvent. This method must be overridden by subclasses.

Specified by:
getActionHandlerInstance in class JCActionTable
Parameters:
event -
object -
Returns:
a JCAction instance

getDefaultCancelActionClass

public String getDefaultCancelActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the Cancel Action.

Specified by:
getDefaultCancelActionClass in class JCActionTable
Returns:
default class name

getDefaultCustomizeActionClass

public String getDefaultCustomizeActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the Customize Action.

Specified by:
getDefaultCustomizeActionClass in class JCActionTable
Returns:
default class name

getDefaultEditActionClass

public String getDefaultEditActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the Edit Action.

Specified by:
getDefaultEditActionClass in class JCActionTable
Returns:
default class name

getDefaultPickActionClass

public String getDefaultPickActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the Pick Action.

Specified by:
getDefaultPickActionClass in class JCActionTable
Returns:
default class name

getDefaultResetActionClass

public String getDefaultResetActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the Reset Action.

Specified by:
getDefaultResetActionClass in class JCActionTable
Returns:
default class name

getDefaultRotateActionClass

public String getDefaultRotateActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the Rotate Action.

Specified by:
getDefaultRotateActionClass in class JCActionTable
Returns:
default class name

getDefaultRotateEyeActionClass

public String getDefaultRotateEyeActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the RotateEye Action.

Specified by:
getDefaultRotateEyeActionClass in class JCActionTable
Returns:
default class name

getDefaultRotateXActionClass

public String getDefaultRotateXActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the RotateX Action.

Specified by:
getDefaultRotateXActionClass in class JCActionTable
Returns:
default class name

getDefaultRotateYActionClass

public String getDefaultRotateYActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the RotateY Action.

Specified by:
getDefaultRotateYActionClass in class JCActionTable
Returns:
default class name

getDefaultRotateZActionClass

public String getDefaultRotateZActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the RotateZ Action.

Specified by:
getDefaultRotateZActionClass in class JCActionTable
Returns:
default class name

getDefaultScaleActionClass

public String getDefaultScaleActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the Scale Action.

Specified by:
getDefaultScaleActionClass in class JCActionTable
Returns:
default class name

getDefaultSwitchRotateAnyActionClass

public String getDefaultSwitchRotateAnyActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the RotateAny Action.

Specified by:
getDefaultSwitchRotateAnyActionClass in class JCActionTable
Returns:
default class name

getDefaultSwitchRotateEyeActionClass

public String getDefaultSwitchRotateEyeActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the SwitchRotateEye Action.

Specified by:
getDefaultSwitchRotateEyeActionClass in class JCActionTable
Returns:
default class name

getDefaultSwitchRotateXActionClass

public String getDefaultSwitchRotateXActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the SwitchRotateX Action.

Specified by:
getDefaultSwitchRotateXActionClass in class JCActionTable
Returns:
default class name

getDefaultSwitchRotateYActionClass

public String getDefaultSwitchRotateYActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the SwitchRotateY Action.

Specified by:
getDefaultSwitchRotateYActionClass in class JCActionTable
Returns:
default class name

getDefaultSwitchRotateZActionClass

public String getDefaultSwitchRotateZActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the SwitchRotateZ Action.

Specified by:
getDefaultSwitchRotateZActionClass in class JCActionTable
Returns:
default class name

getDefaultTranslateActionClass

public String getDefaultTranslateActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the Translate Action.

Specified by:
getDefaultTranslateActionClass in class JCActionTable
Returns:
default class name

getDefaultZoomActionClass

public String getDefaultZoomActionClass()
Description copied from class: JCActionTable
Returns the name of the default class that implements the Zoom Action.

Specified by:
getDefaultZoomActionClass in class JCActionTable
Returns:
default class name

Copyright © 2004 Quest Software Inc..
All rights reserved.