| |
|
| java.lang.Object org.eclipse.ui.internal.LayoutPart org.eclipse.ui.internal.PartPane org.eclipse.ui.internal.EditorPane
All known Subclasses: org.eclipse.ui.internal.MultiEditorInnerPane,
EditorPane | public class EditorPane extends PartPane (Code) | | An EditorPane is a subclass of PartPane offering extended
behavior for workbench editors.
|
addPinEditorItem | protected void addPinEditorItem(Menu parent)(Code) | | Add the pin menu item on the editor system menu.
Parameters: parent - |
createTitleBar | protected void createTitleBar()(Code) | | Editor panes do not need a title bar. The editor
title and close icon are part of the tab containing
the editor. Tools and menus are added directly into
the workbench toolbar and menu bar.
|
getName | public String getName()(Code) | | Get the name of editor.
String |
getStyle | int getStyle()(Code) | | Answer the SWT widget style.
|
getToolBar | public Control getToolBar()(Code) | | |
isCloseable | public boolean isCloseable()(Code) | | |
requestActivation | public void requestActivation()(Code) | | Notify the workbook page that the part pane has
been activated by the user.
|
setFocus | public void setFocus()(Code) | | |
setWorkbook | public void setWorkbook(EditorStack editorWorkbook)(Code) | | Set the editor workbook container
Parameters: editorWorkbook - |
shellActivated | void shellActivated()(Code) | | |
shellDeactivated | void shellDeactivated()(Code) | | |
showFocus | public void showFocus(boolean inFocus)(Code) | | Indicate focus in part.
|
testInvariants | public void testInvariants()(Code) | | |
updateTitles | public void updateTitles()(Code) | | Update the title attributes for the pane.
|
|
|
|