|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.CommandContext
public class CommandContext
Represents the context in which a command is executed.
Constructor Summary | |
---|---|
CommandContext(Diagram document)
Initializes a new CommandContext instance. |
Method Summary | |
---|---|
Diagram |
getDocument()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandContext(Diagram document)
CommandContext
instance.
document
- The flowchart associated with this context.Method Detail |
---|
public Diagram getDocument()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |