public class EsxEditorPartSongs extends EsxEditorPart
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
static java.lang.String |
ID_SONG_VIEWER |
static int |
PAGE_INDEX |
esxFile, parentEditor| Constructor and Description |
|---|
EsxEditorPartSongs(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, syncScrollSpeedWithPreferencepublic static final java.lang.String ID
public static final int PAGE_INDEX
public static final java.lang.String ID_SONG_VIEWER
public EsxEditorPartSongs(EsxEditor parent)
parent - public void createPartControl(Composite parent)
createPartControl in class EsxEditorPartpublic void selectionChanged(IWorkbenchPart part,
ISelection selection)
selectionChanged in class EsxEditorPartpublic void propertyChange(PropertyChangeEvent event)
propertyChange in class EsxEditorPartpublic void dispose()
public void setFocus()
setFocus in class EsxEditorPartpublic void setInput(java.lang.Object input)
EsxEditorPartsetInput in class EsxEditorPartpublic void refresh()
EsxEditorPartrefresh in class EsxEditorPartpublic TableViewer getTableViewer()
getTableViewer in class EsxEditorPart