org.robokind.api.animation.editor.actions
Class AnimationAction

java.lang.Object
  extended by org.robokind.api.animation.editor.actions.EditorAction<AnimationEditor,Channel,ChannelEditor>
      extended by org.robokind.api.animation.editor.actions.AnimationAction
All Implemented Interfaces:
ActionListener, EventListener

public abstract class AnimationAction
extends EditorAction<AnimationEditor,Channel,ChannelEditor>

Author:
Matthew Stevenson

Nested Class Summary
 
Nested classes/interfaces inherited from class org.robokind.api.animation.editor.actions.EditorAction
EditorAction.AddChild<T extends AbstractEditor<B,C>,B,C>, EditorAction.AddChildController<T extends AbstractEditor<B,C>,B,C>, EditorAction.Remove<T extends AbstractEditor<B,C>,B,C>, EditorAction.RemoveChild<T extends AbstractEditor<B,C>,B,C>, EditorAction.SetSelect<T extends AbstractEditor<B,C>,B,C>, EditorAction.SetState<T extends AbstractEditor<B,C>,B,C>
 
Field Summary
 
Fields inherited from class org.robokind.api.animation.editor.actions.EditorAction
myController
 
Constructor Summary
AnimationAction(AnimationEditor controller)
           
 
Method Summary
 
Methods inherited from class org.robokind.api.animation.editor.actions.EditorAction
Disabled, getParent, Locked, Select, Visible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Constructor Detail

AnimationAction

public AnimationAction(AnimationEditor controller)


Copyright © 2011. All Rights Reserved.