| Package | Description |
|---|---|
| org.mechio.api.animation.editor | |
| org.mechio.api.animation.editor.actions | |
| org.mechio.api.animation.editor.features | |
| org.mechio.api.animation.editor.history |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static List<EditState> |
EditState.getFlags(int flags) |
List<EditState> |
AbstractEditor.getStates() |
| Modifier and Type | Method and Description |
|---|---|
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,
HistoryStack hist) |
void |
AbstractEditor.setState(Object invoker,
EditState state,
boolean value,
HistoryStack hist) |
abstract void |
EditorListener.stateChanged(Object invoker,
Object controller,
EditState state,
boolean value) |
| Constructor and Description |
|---|
EditorAction.SetState(T controller,
EditState state) |
EditorAction.SetState(T controller,
EditState state,
boolean val) |
| Modifier and Type | Method and Description |
|---|---|
void |
SynchronizedPointGroup.stateChanged(Object invoker,
Object controller,
EditState state,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
static HistoryAction |
HistoryHelper.setState(AbstractEditor controller,
EditState state,
boolean val) |
Copyright © 2011-2016. All Rights Reserved.