org.robokind.api.animation.editor.actions
Class EditorAction.SetSelect<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>
          extended by org.robokind.api.animation.editor.actions.EditorAction.SetSelect<T,B,C>
Type Parameters:
T -
B -
C -
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
EditorAction<T extends AbstractEditor<B,C>,B,C>

public static class EditorAction.SetSelect<T extends AbstractEditor<B,C>,B,C>
extends EditorAction.SetState<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
 
Fields inherited from class org.robokind.api.animation.editor.actions.EditorAction.SetState
myValue
 
Fields inherited from class org.robokind.api.animation.editor.actions.EditorAction
myController, myHistory
 
Constructor Summary
EditorAction.SetSelect(T controller)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class org.robokind.api.animation.editor.actions.EditorAction
Disabled, getHistory, getParent, Locked, Select, setHistory, Visible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorAction.SetSelect

public EditorAction.SetSelect(T controller)
Parameters:
controller -
set -
unset -
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener
Overrides:
actionPerformed in class EditorAction.SetState<T extends AbstractEditor<B,C>,B,C>


Copyright © 2011-2013. All Rights Reserved.