Uses of Class
org.robokind.api.animation.editor.history.HistoryStack

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

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

Fields in org.robokind.api.animation.editor declared as HistoryStack
protected  HistoryStack AbstractEditor.mySharedHistory
           
 

Methods in org.robokind.api.animation.editor that return HistoryStack
 HistoryStack AbstractEditor.getSharedHistory()
           
 

Constructors in org.robokind.api.animation.editor with parameters of type HistoryStack
AbstractEditor(HistoryStack hist)
           
AnimationEditor(Animation a, String path, HistoryStack hist)
           
ChannelEditor(Channel channel, HistoryStack hist)
           
ControlPointEditor(Point2D p, HistoryStack hist)
           
MotionPathEditor(MotionPath mp, HistoryStack hist)
           
 

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

Method parameters in org.robokind.api.animation.editor.actions with type arguments of type HistoryStack
static HistoryAction HistoryAction.Redo(org.robokind.api.common.utils.Source<? extends HistoryStack> source)
           
static HistoryAction HistoryAction.Undo(org.robokind.api.common.utils.Source<? extends HistoryStack> source)
           
 

Constructor parameters in org.robokind.api.animation.editor.actions with type arguments of type HistoryStack
HistoryAction(org.robokind.api.common.utils.Source<? extends HistoryStack> source, int t)
           
 

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

Methods in org.robokind.api.animation.editor.history that return HistoryStack
 HistoryStack HistoryFactoryImpl.create()
           
 

Methods in org.robokind.api.animation.editor.history with parameters of type HistoryStack
 void HistoryListener.eventAdded(HistoryStack stack, ActionHistoryEvent event, int oldSize)
           
 void HistoryListener.timeSelected(HistoryStack stack, int time)
           
 



Copyright © 2011. All Rights Reserved.