Search
ResizeTableColumnCmd Class
See Also
 

Implements resizing of table's columns. Instances of this class are implicitly created by MindFusion.Diagramming in response to resizing table's columns interactively. References to those instances are passed to handlers of the actionRecorded, actionUndone and actionRedone events.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public class ResizeTableColumnCmd extends Command

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.Command
        com.mindfusion.diagramming.ResizeTableColumnCmd

 See Also