com.mindfusion.diagramming
Class TableNodeProperties

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

public class TableNodeProperties
extends DiagramNodeProperties

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

TableNodeProperties

public TableNodeProperties()