|
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 LpexContextContributor com.ibm.etools.systems.editor.SystemEditorContextContributor
public class SystemEditorContextContributor
Field Summary | |
---|---|
protected IMenuManager |
_menuManager
|
protected IToolBarManager |
_toolBarManager
|
static String |
Copyright
|
Constructor Summary | |
---|---|
SystemEditorContextContributor()
Constructor for SystemEditorContextContributor |
Method Summary | |
---|---|
void |
contributeToMenu(IMenuManager menuManager)
Saves the menu manager until the active editor is set. |
void |
contributeToToolBar(IToolBarManager toolBarManager)
Saves the tool bar manager until the active editor is set. |
void |
dispose()
Cleanup menu bar and tool bar (defect 77249) https://cs.opensource.ibm.com/tracker/index.php?func=detail&aid=77249 |
void |
phaseComplete(int phase)
|
void |
setActiveEditor(IEditorPart editorPart)
Determines whether the editor's parser implements a specific interface which allows the parser to contribute to the editor's menu bar and tool bar. |
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
protected IMenuManager _menuManager
protected IToolBarManager _toolBarManager
Constructor Detail |
---|
public SystemEditorContextContributor()
Method Detail |
---|
public void contributeToMenu(IMenuManager menuManager)
public void contributeToToolBar(IToolBarManager toolBarManager)
public void setActiveEditor(IEditorPart editorPart)
public void phaseComplete(int phase)
public void dispose()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |