org.robokind.api.animation.editor.actions
Class EditorAction.SetState<T extends AbstractEditor<B,C>,B,C>

java.lang.Object
  extended by org.robokind.api.animation.editor.actions.EditorAction<T,B,C>
      extended by org.robokind.api.animation.editor.actions.EditorAction.SetState<T,B,C>
Type Parameters:
T -
B -
C -
All Implemented Interfaces:
ActionListener, EventListener
Direct Known Subclasses:
EditorAction.SetSelect
Enclosing class:
EditorAction<T extends AbstractEditor<B,C>,B,C>

public static class EditorAction.SetState<T extends AbstractEditor<B,C>,B,C>
extends EditorAction<T,B,C>


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
protected  boolean myValue
           
 
Fields inherited from class org.robokind.api.animation.editor.actions.EditorAction
myController
 
Constructor Summary
EditorAction.SetState(T controller, EditState state)
           
EditorAction.SetState(T controller, EditState state, boolean val)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
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
 

Field Detail

myValue

protected boolean myValue
Constructor Detail

EditorAction.SetState

public EditorAction.SetState(T controller,
                             EditState state)
Parameters:
controller -
state -
set -
unset -

EditorAction.SetState

public EditorAction.SetState(T controller,
                             EditState state,
                             boolean val)
Parameters:
controller -
state -
val -
set -
unset -
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)


Copyright © 2011. All Rights Reserved.