| 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 | Class and Description |
|---|---|
class |
AnimationEditor |
class |
ChannelEditor |
class |
ControlPointEditor |
class |
MotionPathEditor |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractEditor |
AbstractEditor.myParent |
| Modifier and Type | Method and Description |
|---|---|
AbstractEditor |
AbstractEditor.getParent() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AbstractEditor> |
EditorListener.getConsumingList() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractEditor.addRecursiveToChild(AbstractEditor child) |
void |
AbstractEditor.setParent(AbstractEditor parent) |
protected void |
EditorListener.startConsuming(AbstractEditor controller) |
protected void |
EditorListener.stopConsuming(AbstractEditor controller) |
| Modifier and Type | Class and Description |
|---|---|
class |
EditorAction<T extends AbstractEditor<B,C>,B,C> |
static class |
EditorAction.AddChild<T extends AbstractEditor<B,C>,B,C> |
static class |
EditorAction.AddChildController<T extends AbstractEditor<B,C>,B,C> |
static class |
EditorAction.Remove<T extends AbstractEditor<B,C>,B,C> |
static class |
EditorAction.RemoveChild<T extends AbstractEditor<B,C>,B,C> |
static class |
EditorAction.SetSelect<T extends AbstractEditor<B,C>,B,C> |
static class |
EditorAction.SetState<T extends AbstractEditor<B,C>,B,C> |
| Modifier and Type | Field and Description |
|---|---|
protected T |
EditorAction.myController |
| Modifier and Type | Method and Description |
|---|---|
AbstractEditor |
EditorAction.getParent() |
| Modifier and Type | Method and Description |
|---|---|
static EditorAction.SetState |
EditorAction.Disabled(AbstractEditor controller) |
static EditorAction.SetState |
EditorAction.Locked(AbstractEditor controller) |
static EditorAction.SetState |
EditorAction.Select(AbstractEditor controller) |
static EditorAction.SetState |
EditorAction.Visible(AbstractEditor controller) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EditorFeature<T extends AbstractEditor> |
| Modifier and Type | Method and Description |
|---|---|
static <B,C> HistoryAction |
HistoryHelper.addChild(String label,
AbstractEditor<B,C> controller,
C child,
int i) |
static <B,C> HistoryAction |
HistoryHelper.removeChild(String label,
AbstractEditor<B,C> controller,
C child,
int i) |
static HistoryAction |
HistoryHelper.setState(AbstractEditor controller,
EditState state,
boolean val) |
Copyright © 2011-2014. All Rights Reserved.