public class QueryTextResultPane extends AbstractEditorPane implements ISelectionProvider, LocationListener
PROP_DIRTY, PROP_INPUTPROP_TITLE| Constructor and Description |
|---|
QueryTextResultPane() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSelectionChangedListener(ISelectionChangedListener listener) |
void |
changed(LocationEvent event) |
void |
changing(LocationEvent event) |
void |
contributeToToolBar(IToolBarManager manager) |
void |
createPartControl(Composite parent) |
void |
dispose() |
<T> T |
getAdapter(Class<T> adapter) |
ISelection |
getSelection() |
String |
getTitle() |
Image |
getTitleImage() |
String |
getTitleToolTip() |
void |
initWithArgument(Object argument) |
void |
removeSelectionChangedListener(ISelectionChangedListener listener) |
void |
setFocus() |
void |
setSelection(ISelection selection) |
addPropertyListener, doSave, doSaveAs, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, init, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setPaneStateequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangedAdapter, changingAdapterpublic void createPartControl(Composite parent)
createPartControl in interface IWorkbenchPartpublic void initWithArgument(Object argument)
initWithArgument in class AbstractEditorPanepublic void contributeToToolBar(IToolBarManager manager)
contributeToToolBar in class AbstractEditorPanepublic void setFocus()
setFocus in interface IWorkbenchPartsetFocus in class AbstractEditorPanepublic ISelection getSelection()
getSelection in interface ISelectionProviderpublic void changing(LocationEvent event)
changing in interface LocationListenerpublic void changed(LocationEvent event)
changed in interface LocationListenerpublic String getTitle()
getTitle in interface IWorkbenchPartpublic Image getTitleImage()
getTitleImage in interface IWorkbenchPartgetTitleImage in class AbstractEditorPanepublic String getTitleToolTip()
getTitleToolTip in interface IWorkbenchPartgetTitleToolTip in class AbstractEditorPanepublic void addSelectionChangedListener(ISelectionChangedListener listener)
addSelectionChangedListener in interface ISelectionProviderpublic void removeSelectionChangedListener(ISelectionChangedListener listener)
removeSelectionChangedListener in interface ISelectionProviderpublic void setSelection(ISelection selection)
setSelection in interface ISelectionProviderpublic <T> T getAdapter(Class<T> adapter)
getAdapter in interface IAdaptablegetAdapter in class AbstractEditorPanepublic void dispose()
dispose in interface IWorkbenchPartdispose in class AbstractEditorPane