|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.command.BaseCommand
com.tensegrity.skeleton.commands.CommonBaseCommand
com.tensegrity.skeleton.commands.DocumentCommand
com.tensegrity.skeleton.commands.GraphDocumentCommand
com.tensegrity.skeleton.commands.EditGraphDocumentCommand
This abstract Command implements the isEnabled()
method and returns true if the enclosed Panel is editable.
| Constructor Summary | |
EditGraphDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates the EditGraphDocumentCommand. |
|
| Method Summary | |
boolean |
isEnabled()
(non-Javadoc) This method returns true if the currently active
Document is an instance of GraphDocument. |
| Methods inherited from class com.tensegrity.skeleton.commands.GraphDocumentCommand |
getGraphDocument, getVisualGraphView |
| Methods inherited from class com.tensegrity.skeleton.commands.DocumentCommand |
getDocument, getGraphApplication, newGraphDocumentFromFactory |
| Methods inherited from class com.tensegrity.skeleton.commands.CommonBaseCommand |
getApplicationFrame, getTitle, perform |
| Methods inherited from class com.tensegrity.generic.command.BaseCommand |
getDescription, getId, getPerformDescription, setEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EditGraphDocumentCommand(ApplicationFrame applicationFrame,
java.lang.String command)
EditGraphDocumentCommand.
applicationFrame - Application context for this command.command - the ID for this command.| Method Detail |
public boolean isEnabled()
GraphDocumentCommandtrue if the currently active
Document is an instance of GraphDocument.
isEnabled in interface CommandisEnabled in class GraphDocumentCommand
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||