public class EsxEditorPartInfo extends EsxEditorPart
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
static int |
PAGE_INDEX |
esxFile, parentEditor| Constructor and Description |
|---|
EsxEditorPartInfo(EsxEditor parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
createPartControl(Composite parent) |
void |
dispose() |
void |
refresh()
Refreshes this editor with information freshly obtained from the editor's model.
|
void |
setInput(java.lang.Object input)
Sets the input to this editor.
|
addColumnToTableViewer, addEmfDragAndDropSupport, createContextMenuFor, doSave, doSaveAs, getAdapterFactory, getCommandStack, getEditingDomain, getTableViewer, init, isDirty, isSaveAsAllowed, menuAboutToShow, propertyChange, selectionChanged, setFocus, syncScrollSpeedWithPreferencepublic static final java.lang.String ID
public static final int PAGE_INDEX
public EsxEditorPartInfo(EsxEditor parent)
parent - public void createPartControl(Composite parent)
createPartControl in class EsxEditorPartpublic void setInput(java.lang.Object input)
EsxEditorPartsetInput in class EsxEditorPartpublic void dispose()
public void refresh()
EsxEditorPartrefresh in class EsxEditorPart