| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Contains information about selected elements at the moment the module was called.
IdeContext is passed as a parameter to run method of the module. This allows
the module to extract information about the selection at the moment the module was called, because at the moment
the run method starts, the selection might be changed.
| Method Summary | |
IdeDiagram | getDiagram()Returns an IdeDiagram containing selected elements. |
IdeDiagramElement[] | getDiagramElements()Deprecated. |
IdeElement[] | getElements() |
String[] | getFileNames()Deprecated. |
RwiElement[] | getRwiElements()Deprecated. |
RwiReference[] | getRwiReferences()Deprecated. |
Object | getUserParameter(String parameterName)Returns the value of the specified user parameter. |
| Method Detail |
public IdeDiagram getDiagram()
IdeDiagram containing selected elements.IdeDiagram containing selected elementspublic IdeDiagramElement[] getDiagramElements()
IdeDiagramElements array of selected IdeDiagram elementspublic IdeElement[] getElements()
public String[] getFileNames()
String[] array of file names of the selected elements.public RwiElement[] getRwiElements()
public RwiReference[] getRwiReferences()
public Object getUserParameter(String parameterName)
String name of the user parameterObject value of this user parameter
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||