| |
|
| org.eclipse.ui.part.WorkbenchPart org.eclipse.ui.part.EditorPart org.eclipse.ui.part.MultiEditor
MultiEditor | abstract public class MultiEditor extends EditorPart (Code) | | A MultiEditor is a composite of editors.
This class is intended to be subclassed.
|
Inner Class :public static class Gradient | |
Constructor Summary | |
public | MultiEditor() Constructor for TileEditor. |
MultiEditor | public MultiEditor()(Code) | | Constructor for TileEditor.
|
activateEditor | protected void activateEditor(IEditorPart part)(Code) | | Activates the given nested editor.
Parameters: part - the nested editor since: 3.0 |
createInnerPartControl | public Composite createInnerPartControl(Composite parent, IEditorPart e)(Code) | | Create the control of the inner editor.
Must be called by subclass.
|
dispose | public void dispose()(Code) | | Release the added listener.
since: 3.2 |
doSave | public void doSave(IProgressMonitor monitor)(Code) | | |
doSaveAs | public void doSaveAs()(Code) | | |
drawGradient | abstract protected void drawGradient(IEditorPart innerEditor, Gradient g)(Code) | | Draw the gradient in the title bar.
|
getActiveEditor | final public IEditorPart getActiveEditor()(Code) | | Returns the active inner editor.
|
getIndex | protected int getIndex(IEditorPart editor)(Code) | | Returns the index of the given nested editor.
the index of the nested editor since: 3.0 |
getInnerEditors | final public IEditorPart[] getInnerEditors()(Code) | | Returns an array with all inner editors.
|
getShellActivated | protected boolean getShellActivated()(Code) | | Return true if the shell is activated.
|
isDirty | public boolean isDirty()(Code) | | |
isSaveAsAllowed | public boolean isSaveAsAllowed()(Code) | | |
setChildren | final public void setChildren(IEditorPart[] children)(Code) | | Set the inner editors.
Should not be called by clients.
|
setFocus | public void setFocus()(Code) | | |
updateGradient | public void updateGradient(IEditorPart editor)(Code) | | Updates the gradient in the title bar.
|
|
|
|