public class OQLPane extends CompositeHeapEditorPane
PROP_DIRTY, PROP_INPUT
PROP_TITLE
Constructor and Description |
---|
OQLPane() |
Modifier and Type | Method and Description |
---|---|
void |
contributeToToolBar(IToolBarManager manager) |
void |
createExceptionPane(Exception cause,
String queryString) |
void |
createPartControl(Composite parent) |
void |
dispose() |
AbstractEditorPane |
getEmbeddedPane() |
String |
getTitle() |
Image |
getTitleImage() |
void |
initWithArgument(Object param) |
void |
setFocus() |
addSelectionChangedListener, closePage, getSelection, removeSelectionChangedListener, selectionChanged, setSelection
addPropertyListener, doSave, doSaveAs, getAdapter, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, getTitleToolTip, init, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setPaneState
public void createPartControl(Composite parent)
public void dispose()
dispose
in interface IWorkbenchPart
dispose
in class AbstractEditorPane
public void contributeToToolBar(IToolBarManager manager)
contributeToToolBar
in class CompositeHeapEditorPane
public void initWithArgument(Object param)
initWithArgument
in class AbstractEditorPane
public void setFocus()
setFocus
in interface IWorkbenchPart
setFocus
in class AbstractEditorPane
public void createExceptionPane(Exception cause, String queryString) throws PartInitException
PartInitException
public String getTitle()
public Image getTitleImage()
getTitleImage
in interface IWorkbenchPart
getTitleImage
in class AbstractEditorPane
public AbstractEditorPane getEmbeddedPane()