Uses of Class
org.robokind.api.animation.editor.EditState

Packages that use EditState
org.robokind.api.animation.editor   
org.robokind.api.animation.editor.actions   
org.robokind.api.animation.editor.history   
 

Uses of EditState in org.robokind.api.animation.editor
 

Methods in org.robokind.api.animation.editor that return EditState
static EditState EditState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EditState[] EditState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.robokind.api.animation.editor that return types with arguments of type EditState
static List<EditState> EditState.getFlags(int flags)
           
 List<EditState> AbstractEditor.getStates()
           
 

Methods in org.robokind.api.animation.editor with parameters of type EditState
protected  void AbstractEditor.fireStateChangedEvent(Object invoker, EditState state, boolean value)
           
protected  void AbstractEditor.fireStateChangedEvent(Object invoker, EditState state, boolean value, List<EditorListener> cs)
           
static int EditState.getFlags(EditState... stats)
           
 boolean AbstractEditor.hasFlag(EditState state)
           
static boolean EditState.hasFlag(int flags, EditState state)
           
static boolean EditState.isActionState(EditState state)
           
static int EditState.setFlag(int flags, EditState state)
           
 void MotionPathEditor.setState(Object invoker, EditState state, boolean value)
           
 void AbstractEditor.setState(Object invoker, EditState state, boolean value)
           
abstract  void EditorListener.stateChanged(Object invoker, Object controller, EditState state, boolean value)
           
 

Uses of EditState in org.robokind.api.animation.editor.actions
 

Constructors in org.robokind.api.animation.editor.actions with parameters of type EditState
EditorAction.SetState(T controller, EditState state)
           
EditorAction.SetState(T controller, EditState state, boolean val)
           
 

Uses of EditState in org.robokind.api.animation.editor.history
 

Methods in org.robokind.api.animation.editor.history with parameters of type EditState
static ActionHistoryEvent HistoryHelper.setState(AbstractEditor controller, EditState state, boolean val)
           
 



Copyright © 2011. All Rights Reserved.