public abstract class AbstractEditorPart extends Object implements IEditorPart
| Constructor and Description |
|---|
AbstractEditorPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
addPart(IEditorPart part) |
void |
addPart(IEditorPart part,
boolean initialize) |
protected void |
addTextBorder(org.eclipse.swt.widgets.Control control) |
protected void |
asyncExec(Runnable runnable) |
void |
commit(boolean onSave) |
protected void |
commitParts(boolean onSave) |
void |
deactivate() |
void |
dispose() |
protected void |
disposeParts() |
protected IEditorForm |
getForm() |
protected boolean |
getIgnoreChanges() |
protected Collection<IEditorPart> |
getParts() |
protected org.eclipse.swt.widgets.Shell |
getShell() |
protected EditorWidgetFactory |
getWidgetFactory() |
void |
initialize(IEditorForm form) |
protected void |
initialize(IEditorPart subPart) |
boolean |
isDirty() |
boolean |
isStale() |
void |
refresh() |
protected void |
refreshParts() |
void |
removePart(IEditorPart part) |
void |
setDirty(boolean dirty) |
boolean |
setEditorInput(Object input) |
boolean |
setFocus() |
protected void |
setIgnoreChanges(boolean ignoreChanges) |
void |
setInput(Object input) |
void |
setStale(boolean stale) |
protected void |
syncExec(Runnable runnable) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateContentspublic void activate()
activate in interface IEditorPartpublic void addPart(IEditorPart part)
addPart in interface IEditorPartpublic void addPart(IEditorPart part, boolean initialize)
protected void addTextBorder(org.eclipse.swt.widgets.Control control)
protected void asyncExec(Runnable runnable)
public void commit(boolean onSave)
commit in interface IEditorPartprotected Collection<IEditorPart> getParts()
protected void commitParts(boolean onSave)
public void deactivate()
deactivate in interface IEditorPartpublic void dispose()
dispose in interface IEditorPartprotected void disposeParts()
protected IEditorForm getForm()
protected org.eclipse.swt.widgets.Shell getShell()
protected EditorWidgetFactory getWidgetFactory()
protected void initialize(IEditorPart subPart)
public void initialize(IEditorForm form)
initialize in interface IEditorPartpublic boolean isDirty()
isDirty in interface IEditorPartpublic boolean isStale()
isStale in interface IEditorPartpublic boolean setFocus()
setFocus in interface IEditorPartpublic void setInput(Object input)
setInput in interface IEditorPartpublic void refresh()
refresh in interface IEditorPartprotected void refreshParts()
public void removePart(IEditorPart part)
removePart in interface IEditorPartpublic void setDirty(boolean dirty)
public boolean setEditorInput(Object input)
setEditorInput in interface IEditorPartprotected void setIgnoreChanges(boolean ignoreChanges)
protected boolean getIgnoreChanges()
public void setStale(boolean stale)
protected void syncExec(Runnable runnable)
Copyright © 2022 Fraunhofer IWU. All rights reserved.