public class QueryTextResultPane extends AbstractEditorPane implements ISelectionProvider, LocationListener
PROP_DIRTY, PROP_INPUT
PROP_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() |
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, getAdapter, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, init, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setPaneState
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
changedAdapter, changingAdapter
public void createPartControl(Composite parent)
createPartControl
in interface IWorkbenchPart
public void initWithArgument(Object argument)
initWithArgument
in class AbstractEditorPane
public void contributeToToolBar(IToolBarManager manager)
contributeToToolBar
in class AbstractEditorPane
public void setFocus()
setFocus
in interface IWorkbenchPart
setFocus
in class AbstractEditorPane
public ISelection getSelection()
getSelection
in interface ISelectionProvider
public void changing(LocationEvent event)
changing
in interface LocationListener
public void changed(LocationEvent event)
changed
in interface LocationListener
public String getTitle()
getTitle
in interface IWorkbenchPart
public Image getTitleImage()
getTitleImage
in interface IWorkbenchPart
getTitleImage
in class AbstractEditorPane
public String getTitleToolTip()
getTitleToolTip
in interface IWorkbenchPart
getTitleToolTip
in class AbstractEditorPane
public void addSelectionChangedListener(ISelectionChangedListener listener)
addSelectionChangedListener
in interface ISelectionProvider
public void removeSelectionChangedListener(ISelectionChangedListener listener)
removeSelectionChangedListener
in interface ISelectionProvider
public void setSelection(ISelection selection)
setSelection
in interface ISelectionProvider
public void dispose()
dispose
in interface IWorkbenchPart
dispose
in class AbstractEditorPane