|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.DiagramItemState
com.mindfusion.diagramming.DiagramLinkState
public class DiagramLinkState
Contains a snapshot of the internal state of a DiagramLink
.
Instances of this class are used to store the state of links
for later undo or redo operations. If you derive from DiagramLink
and need to implement undo support for the additional internal state
defined by your class, do so by deriving from DiagramLinkState and
overriding the DiagramLink.createState()
, DiagramLink.saveState(com.mindfusion.diagramming.DiagramItemState)
and DiagramLink.restoreState(com.mindfusion.diagramming.DiagramItemState)
methods.
Field Summary |
---|
Fields inherited from class com.mindfusion.diagramming.DiagramItemState |
---|
item |
Constructor Summary | |
---|---|
DiagramLinkState(DiagramLink link)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiagramLinkState(DiagramLink link)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |