Remote Systems
v6.4.1

com.ibm.etools.systems.editor
Interface ISystemTextEditorContextContributor

All Known Implementing Classes:
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

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

cleanupMenu

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


cleanupPopupMenu

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


cleanupToolBar

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


contributeToMenu

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


contributeToPopupMenu

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


contributeToToolBar

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


saving

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


finishedSaving

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


Remote Systems
v6.4.1

Copyright © 2005 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.