com.mindfusion.diagramming
Class ControlNodeProperties

java.lang.Object
  extended by com.mindfusion.diagramming.DiagramItemProperties
      extended by com.mindfusion.diagramming.DiagramNodeProperties
          extended by com.mindfusion.diagramming.ControlNodeProperties

public class ControlNodeProperties
extends DiagramNodeProperties

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

ControlNodeProperties

public ControlNodeProperties()