Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.editor
Interface ISystemTextEditorContextContributor

All Known Implementing Classes:
ISeriesEditorCLParser, ISeriesEditorCobol400SqlCicsParser, ISeriesEditorCobolILESqlCicsParser, ISeriesEditorCPPParser, ISeriesEditorDDSParser, ISeriesEditorParser, ISeriesEditorRPGILEParser, ISeriesEditorRPGILESQLParser, ISeriesEditorRPGOPMParser, SystemTextEditorDefaultContextContributor

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

Copyright

static final String Copyright
See Also:
Constant Field Values
Method Detail

cleanupMenu

void cleanupMenu(ITextEditor editor,
                 IMenuManager menuManager)
Cleanup the menu bar.


cleanupPopupMenu

void cleanupPopupMenu(ITextEditor editor,
                      IMenuManager menuManager)
Cleanup the popup menu.


cleanupToolBar

void cleanupToolBar(ITextEditor editor,
                    IToolBarManager toolBarManager)
Cleanup the toolbar.


contributeToMenu

void contributeToMenu(ITextEditor editor,
                      IMenuManager menuManager)
Contribute to the menu bar.


contributeToPopupMenu

void contributeToPopupMenu(ITextEditor editor,
                           IMenuManager menuManager)
Contribute to popup menu.


contributeToToolBar

void contributeToToolBar(ITextEditor editor,
                         IToolBarManager toolBarManager)
Contribute to the toolbar.


saving

void saving(ITextEditor editor)
Method saving. Called before saving


finishedSaving

void finishedSaving(ITextEditor editor)
Method finishedSaving. Called after saving


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.