public class OQLPane extends CompositeHeapEditorPane
Constructor and Description |
---|
OQLPane() |
Modifier and Type | Method and Description |
---|---|
void |
contributeToToolBar(org.eclipse.jface.action.IToolBarManager manager) |
void |
createExceptionPane(Exception cause,
String queryString) |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent) |
void |
dispose() |
AbstractEditorPane |
getEmbeddedPane() |
String |
getTitle() |
org.eclipse.swt.graphics.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(org.eclipse.swt.widgets.Composite parent)
public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchPart
dispose
in class AbstractEditorPane
public void contributeToToolBar(org.eclipse.jface.action.IToolBarManager manager)
contributeToToolBar
in class CompositeHeapEditorPane
public void initWithArgument(Object param)
initWithArgument
in class AbstractEditorPane
public void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
setFocus
in class AbstractEditorPane
public void createExceptionPane(Exception cause, String queryString) throws org.eclipse.ui.PartInitException
org.eclipse.ui.PartInitException
public String getTitle()
public org.eclipse.swt.graphics.Image getTitleImage()
getTitleImage
in interface org.eclipse.ui.IWorkbenchPart
getTitleImage
in class AbstractEditorPane
public AbstractEditorPane getEmbeddedPane()