|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.systems.application.visual.editor.SystemGraphicalEditorLoader
public class SystemGraphicalEditorLoader
The helper class that opens Application Diagram viewer.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemGraphicalEditorLoader(ApplicationModel appModel,
IWorkbenchPage workbenchPage)
Constructor. |
|
SystemGraphicalEditorLoader(ApplicationModel appModel,
IWorkbenchPage workbenchPage,
String title,
String tooltip)
Constructor. |
Method Summary | |
---|---|
IEditorPart |
getEditor()
Return the editor that was opened |
String |
getEditorTitle()
Getter of editorTitle. |
String |
getEditorTitleTooltip()
Getter of editorTitle. |
boolean |
openEditor()
Open editor. |
void |
setEditorTitle(String editorTitle)
Setter of editorTitle. |
void |
setEditorTitleTooltip(String editorTitleTooltip)
Setter of editorTitle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
public SystemGraphicalEditorLoader(ApplicationModel appModel, IWorkbenchPage workbenchPage)
appModel:
- the ApplicationModel instance to be visualized.workbenchPage:
- workbench page.public SystemGraphicalEditorLoader(ApplicationModel appModel, IWorkbenchPage workbenchPage, String title, String tooltip)
appModel:
- the ApplicationModel instance to be visualized.workbenchPage:
- workbench page.editorTitle:
- the title of editoreditorTitleTooltip:
- the tooltip of editor titleMethod Detail |
---|
public boolean openEditor()
public IEditorPart getEditor()
public String getEditorTitle()
public void setEditorTitle(String editorTitle)
public String getEditorTitleTooltip()
public void setEditorTitleTooltip(String editorTitleTooltip)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |