Method Summary |
|
public void | createPartControl(Composite parent) Creates the SWT controls for this workbench part.
Clients should not call this method (the workbench calls this method at
appropriate times).
For implementors this is a multi-step process:
- Create one or more controls within the parent.
- Set the parent layout as needed.
- Register any global actions with the
IActionService .
- Register any popup menus with the
IActionService .
- Register a selection provider with the
ISelectionService
(optional). |
public void | dispose() The WorkbenchPart implementation of this
IWorkbenchPart method disposes the title image
loaded by setInitializationData . |
public void | doSave(IProgressMonitor monitor) |
public void | doSaveAs() |
protected WelcomeEditorCopyAction | getCopyAction() Returns the copy action. |
protected StyleRange | getCurrentLink(StyledText text) Finds the current link of the current selection. |
protected StyledText | getCurrentText() Returns the current text. |
public void | gotoMarker(IMarker marker) |
public void | init(IEditorSite site, IEditorInput input) |
public boolean | isDirty() |
public boolean | isSaveAsAllowed() |
public void | read(InputStream is) |
public void | readFile() |
public void | setFocus() Asks this part to take focus within the workbench. |