Method Summary |
|
protected void | adjustHighlightRange(int offset, int length) |
protected void | createActions() |
public void | createPartControl(Composite parent) |
protected ISourceViewer | createSourceViewer(Composite parent, IVerticalRuler ruler, int styles) |
public void | dispose() The JavaEditor implementation of this
AbstractTextEditor method performs any extra
disposal actions required by the java editor. |
public void | doRevertToSaved() The JavaEditor implementation of this
AbstractTextEditor method performs any extra
revert behavior required by the java editor. |
public void | doSave(IProgressMonitor monitor) The JavaEditor implementation of this
AbstractTextEditor method performs any extra
save behavior required by the java editor. |
public void | doSaveAs() The JavaEditor implementation of this
AbstractTextEditor method performs any extra
save as behavior required by the java editor. |
public void | doSetInput(IEditorInput input) The JavaEditor implementation of this
AbstractTextEditor method performs sets the
input of the outline page after AbstractTextEditor has set input. |
protected void | editorContextMenuAboutToShow(IMenuManager menu) |
public Object | getAdapter(Class required) The JavaEditor implementation of this
AbstractTextEditor method performs gets
the java content outline page if request is for a an
outline page. |
protected void | initializeEditor() |