Uses of Interface
org.freehep.swing.undo.LinkableEdit

Packages that use LinkableEdit
org.freehep.swing.undo   
 

Uses of LinkableEdit in org.freehep.swing.undo
 

Classes in org.freehep.swing.undo that implement LinkableEdit
 class AnimatedCompoundEdit
           
 class AnimatedEdit
          Extension of DoableEdit which allows the Edit to animate a shape before doing the redoEdit or undoEdit.
 

Methods in org.freehep.swing.undo that return LinkableEdit
 LinkableEdit AnimatedCompoundEdit.getFirstEdit()
           
 LinkableEdit AnimatedCompoundEdit.getLastEdit()
           
 LinkableEdit AnimatedCompoundEdit.getNextEdit()
           
 LinkableEdit AnimatedEdit.getNextEdit()
           
 LinkableEdit LinkableEdit.getNextEdit()
          Returns the next edit.
 LinkableEdit AnimatedCompoundEdit.getParent()
           
 LinkableEdit AnimatedEdit.getParent()
           
 LinkableEdit LinkableEdit.getParent()
          Returns the parent.
 LinkableEdit AnimatedCompoundEdit.getPreviousEdit()
           
 LinkableEdit AnimatedEdit.getPreviousEdit()
           
 LinkableEdit LinkableEdit.getPreviousEdit()
          Returns the previous edit.
 

Methods in org.freehep.swing.undo with parameters of type LinkableEdit
 boolean AnimatedCompoundEdit.addEdit(LinkableEdit edit)
          If this edit is inProgress, accepts anEdit and returns true.
 void AnimatedCompoundEdit.setNextEdit(LinkableEdit edit)
           
 void AnimatedEdit.setNextEdit(LinkableEdit edit)
           
 void LinkableEdit.setNextEdit(LinkableEdit edit)
          Connects to the next edit.
 void AnimatedCompoundEdit.setParent(LinkableEdit parent)
           
 void AnimatedEdit.setParent(LinkableEdit parent)
           
 void LinkableEdit.setParent(LinkableEdit edit)
          Sets the parent, can only be called once.
 void AnimatedCompoundEdit.setPreviousEdit(LinkableEdit edit)
           
 void AnimatedEdit.setPreviousEdit(LinkableEdit edit)
           
 void LinkableEdit.setPreviousEdit(LinkableEdit edit)
          Connext to the previous edit.
 



Copyright © 2012. All Rights Reserved.