|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.DiagramItemProperties
com.mindfusion.diagramming.DiagramNodeProperties
com.mindfusion.diagramming.ControlNodeProperties
public class ControlNodeProperties
Stores the values of ControlNode
properties during undo / redo operations.
If you need to implement undo support for the additional properties
defined by a class derived from ControlNode, do so by deriving from ControlNodeProperties
and overriding the saveProperties
,
restoreProperties
, and
createProperties
methods of ControlNode
.
Field Summary |
---|
Fields inherited from class com.mindfusion.diagramming.DiagramItemProperties |
---|
textPadding |
Constructor Summary | |
---|---|
ControlNodeProperties()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControlNodeProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |