|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemTextEditorContextContributor
Parsers implement this interface to contribute to menu and toolbars.
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
void |
cleanupMenu(ITextEditor editor,
IMenuManager menuManager)
Cleanup the menu bar. |
void |
cleanupPopupMenu(ITextEditor editor,
IMenuManager menuManager)
Cleanup the popup menu. |
void |
cleanupToolBar(ITextEditor editor,
IToolBarManager toolBarManager)
Cleanup the toolbar. |
void |
contributeToMenu(ITextEditor editor,
IMenuManager menuManager)
Contribute to the menu bar. |
void |
contributeToPopupMenu(ITextEditor editor,
IMenuManager menuManager)
Contribute to popup menu. |
void |
contributeToToolBar(ITextEditor editor,
IToolBarManager toolBarManager)
Contribute to the toolbar. |
void |
finishedSaving(ITextEditor editor)
Method finishedSaving. |
void |
saving(ITextEditor editor)
Method saving. |
Field Detail |
---|
static final String Copyright
Method Detail |
---|
void cleanupMenu(ITextEditor editor, IMenuManager menuManager)
void cleanupPopupMenu(ITextEditor editor, IMenuManager menuManager)
void cleanupToolBar(ITextEditor editor, IToolBarManager toolBarManager)
void contributeToMenu(ITextEditor editor, IMenuManager menuManager)
void contributeToPopupMenu(ITextEditor editor, IMenuManager menuManager)
void contributeToToolBar(ITextEditor editor, IToolBarManager toolBarManager)
void saving(ITextEditor editor)
void finishedSaving(ITextEditor editor)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |