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