|
|||||||||||
| 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.FindElementsCommand
com.tensegrity.skeleton.swt.commands.SwtFindElementsCommand
The SwtFindElementsCommand
Command, to be used within
applications in a SWT context, looks for occurrences of strings in text
attributes of graph elements and selects all matching items.
| Constructor Summary | |
SwtFindElementsCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Creates an instance of SwtFindElementsCommand. |
|
| Method Summary | |
protected void |
getSearchCriteria()
Creates the search criteria for this search. |
| Methods inherited from class com.tensegrity.skeleton.commands.FindElementsCommand |
gatherElements, gatherElements, getSearchText, isEnabled, matchesSearchCriteria, perform, setSearchText, showResults |
| 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 |
| 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 SwtFindElementsCommand(ApplicationFrame applicationFrame,
java.lang.String command)
SwtFindElementsCommand.
applicationFrame - The application framecommand - The id used to register this command in the command registry| Method Detail |
protected void getSearchCriteria()
FindElementsCommand
getSearchCriteria in class FindElementsCommand
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||