|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
LinkableEdit.getNextEdit()
Returns the next edit. |
LinkableEdit |
AnimatedEdit.getNextEdit()
|
LinkableEdit |
AnimatedCompoundEdit.getNextEdit()
|
LinkableEdit |
LinkableEdit.getParent()
Returns the parent. |
LinkableEdit |
AnimatedEdit.getParent()
|
LinkableEdit |
AnimatedCompoundEdit.getParent()
|
LinkableEdit |
LinkableEdit.getPreviousEdit()
Returns the previous edit. |
LinkableEdit |
AnimatedEdit.getPreviousEdit()
|
LinkableEdit |
AnimatedCompoundEdit.getPreviousEdit()
|
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 |
LinkableEdit.setNextEdit(LinkableEdit edit)
Connects to the next edit. |
void |
AnimatedEdit.setNextEdit(LinkableEdit edit)
|
void |
AnimatedCompoundEdit.setNextEdit(LinkableEdit edit)
|
void |
LinkableEdit.setParent(LinkableEdit edit)
Sets the parent, can only be called once. |
void |
AnimatedEdit.setParent(LinkableEdit parent)
|
void |
AnimatedCompoundEdit.setParent(LinkableEdit parent)
|
void |
LinkableEdit.setPreviousEdit(LinkableEdit edit)
Connext to the previous edit. |
void |
AnimatedEdit.setPreviousEdit(LinkableEdit edit)
|
void |
AnimatedCompoundEdit.setPreviousEdit(LinkableEdit edit)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |