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