MindFusion.Java Package Programmer's Guide
ScrollContainerCmd Members
Constructors Methods
 


Implements support for undo of ContainerNode scroll operations.

The following tables list the members exposed by the ScrollContainerCmd type.

 Public Constructors

  Name Description

ScrollContainerCmd

Initializes a new instance of the ScrollContainerCmd class.

 Public Methods

  Name Description

addSubCmd

Adds a command object to a compound command. (Inherited from Command.)

execute

Command.execute override.

getContainer

Gets a reference to the ContainerNode affected by this operation.

getItem

Gets a reference to the modified item. (Inherited from ModifyItemCmd.)

getSubCommands

Gets a collection of all command objects contained within the composite one. (Inherited from Command.)

getTitle

Gets the title of this command. (Inherited from Command.)

redo

Command.redo override.

setTitle

Sets the command title. (Inherited from Command.)

undo

Command.undo override.

 Protected Methods

  Name Description

adopt

  (Inherited from ModifyItemCmd.)

getContext

Gets the command's context. (Inherited from Command.)

isContainerOf

Determines whether a command has been initiated by this command and should be treated as a derivative. (Inherited from Command.)

 See Also

ScrollContainerCmd Class
com.mindfusion.diagramming Namespace