public class AnimationEditor extends AbstractEditor<Channel,ChannelEditor>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_PATH
Property String for the Animation's file path.
|
myChildren, myConsumers, myParent, myRecursiveConsumers, mySelectedIndex, mySharedHistory, myStates, PROP_NAME| Constructor and Description |
|---|
AnimationEditor(Animation a,
String path,
HistoryStack hist) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
addChildBase(Object invoker,
org.jflux.api.common.rk.utils.RKSource<Channel> channelSource,
int i)
Called when a child is requested to be added.
|
Set<SynchronizedPointGroup> |
collectSynchronizedPointGroups() |
boolean |
containsLogicalId(int i) |
protected ChannelEditor |
createChildController(Channel channel)
Called when a new Controller needs to be created
|
Animation |
getAnimation() |
Animation |
getEnabledAnimation() |
long |
getEnd() |
String |
getFilePath() |
String |
getName() |
org.jflux.api.common.rk.config.VersionProperty |
getVersion() |
protected int |
insertChildControllerBase(ChannelEditor controller,
int i)
Called when inserting an existing ChildController.
|
boolean |
isChildUIController()
This should return true if ChildController extends AbstractEditor.
|
protected Channel |
removeChild(Object invoker,
int i)
Called when the child with the given index is requested to be removed.
|
void |
setFilePath(String path) |
void |
setName(String name) |
protected void |
setSelected(int i,
boolean sel,
HistoryStack hist) |
void |
setVersion(org.jflux.api.common.rk.config.VersionProperty version) |
void |
setVersionNumber(String versionNumber) |
addChild, addConsumer, addRecursiveToChild, afterAddChild, clearConsumers, deselect, fireItemAddedEvent, fireItemAddedEvent, fireItemMovedEvent, fireItemMovedEvent, fireItemRemovedEvent, fireItemRemovedEvent, fireSelectionChangeEvent, fireSelectionChangeEvent, fireStateChangedEvent, fireStateChangedEvent, fireStructureChangedEvent, fireStructureChangedEvent, getChild, getChildren, getInheritedFlags, getParent, getRestrictiveFlags, getSelected, getSelectedIndex, getSharedHistory, getStateFlags, getStates, hasFlag, insertChild, insertChildController, isLocked, recursiveAdd, recursiveRemove, removeChild, removeChildByIndex, removeConsumer, removeFromConsumerList, removeFromRecursiveList, select, setChildren, setParent, setStateaddPropertyChangeListener, addPropertyChangeListener, clearAllListeners, clearListeners, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListenerpublic static final String PROP_PATH
public AnimationEditor(Animation a, String path, HistoryStack hist)
a - ps - path - hist - public String getFilePath()
public void setFilePath(String path)
path - protected void setSelected(int i,
boolean sel,
HistoryStack hist)
setSelected in class AbstractEditor<Channel,ChannelEditor>i - sel - public String getName()
getName in class AbstractEditor<Channel,ChannelEditor>public void setName(String name)
setName in class AbstractEditor<Channel,ChannelEditor>name - public void setVersionNumber(String versionNumber)
versionNumber - public org.jflux.api.common.rk.config.VersionProperty getVersion()
public void setVersion(org.jflux.api.common.rk.config.VersionProperty version)
version - protected Channel removeChild(Object invoker, int i)
AbstractEditorremoveChild in class AbstractEditor<Channel,ChannelEditor>i - the index of the child to removepublic Animation getAnimation()
public Animation getEnabledAnimation()
public boolean containsLogicalId(int i)
i - public long getEnd()
protected ChannelEditor createChildController(Channel channel)
AbstractEditorcreateChildController in class AbstractEditor<Channel,ChannelEditor>channel - the ChildBase for the requested ChildControllerpublic boolean isChildUIController()
AbstractEditorisChildUIController in class AbstractEditor<Channel,ChannelEditor>protected int addChildBase(Object invoker, org.jflux.api.common.rk.utils.RKSource<Channel> channelSource, int i)
AbstractEditoraddChildBase in class AbstractEditor<Channel,ChannelEditor>channelSource - the ChildBase to be addedprotected int insertChildControllerBase(ChannelEditor controller, int i)
AbstractEditorinsertChildControllerBase in class AbstractEditor<Channel,ChannelEditor>controller - ChildController that is being addedi - the index the child should be added atpublic Set<SynchronizedPointGroup> collectSynchronizedPointGroups()
Copyright © 2011-2016. All Rights Reserved.