|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.eclipse.ui.part.EditorActionBarContributor
|
+--org.eclipse.ui.texteditor.BasicTextEditorActionContributor
|
+--org.eclipse.ui.editors.text.TextEditorActionContributor
Manages the installation and deinstallation of global actions for the default text editor.
If instantiated and used as-is, this contributor connects global actions and adds actions for line delimiter conversion and encoding support.
| Constructor Summary | |
TextEditorActionContributor()
Creates a new contributor. |
|
| Method Summary | |
void |
dispose()
The EditorActionBarContributor implementation of this
IEditorActionBarContributor method does nothing,
subclasses may override. |
void |
init(IActionBars bars)
This method calls: contributeToMenu with bars' menu manager
contributeToToolBar with bars' tool bar
manager
contributeToStatusLine with bars' status line
manager
The given action bars are also remembered and made accessible via
getActionBars. |
void |
setActiveEditor(IEditorPart part)
The BasicTextEditorActionContributor implementation of this
IEditorActionBarContributor method installs the global
action handler for the given text editor by calling a private helper
method. |
| Methods inherited from class org.eclipse.ui.texteditor.BasicTextEditorActionContributor |
contributeToMenu, contributeToStatusLine, getAction, getActiveEditorPart |
| Methods inherited from class org.eclipse.ui.part.EditorActionBarContributor |
contributeToToolBar, getActionBars, getPage, init |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TextEditorActionContributor()
| Method Detail |
public void setActiveEditor(IEditorPart part)
BasicTextEditorActionContributorBasicTextEditorActionContributor implementation of this
IEditorActionBarContributor method installs the global
action handler for the given text editor by calling a private helper
method.
Subclasses may extend.
setActiveEditor in interface IEditorActionBarContributorsetActiveEditor in class BasicTextEditorActionContributorpart - the new target editorpublic void init(IActionBars bars)
EditorActionBarContributorcontributeToMenu with bars' menu managercontributeToToolBar with bars' tool bar
managercontributeToStatusLine with bars' status line
managergetActionBars.
init in class EditorActionBarContributorbars - the action barspublic void dispose()
EditorActionBarContributorEditorActionBarContributor implementation of this
IEditorActionBarContributor method does nothing,
subclasses may override.
dispose in interface IEditorActionBarContributordispose in class BasicTextEditorActionContributor
|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||