public class QueryTextResultPane extends AbstractEditorPane
| 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, setPaneStatepublic void createPartControl(Composite parent)
public void initWithArgument(Object argument)
initWithArgument in class AbstractEditorPanepublic void contributeToToolBar(IToolBarManager manager)
contributeToToolBar in class AbstractEditorPanepublic void setFocus()
setFocus in class AbstractEditorPanepublic ISelection getSelection()
public void changing(LocationEvent event)
public void changed(LocationEvent event)
public String getTitle()
public Image getTitleImage()
getTitleImage in class AbstractEditorPanepublic String getTitleToolTip()
getTitleToolTip in class AbstractEditorPanepublic void addSelectionChangedListener(ISelectionChangedListener listener)
public void removeSelectionChangedListener(ISelectionChangedListener listener)
public void setSelection(ISelection selection)
public void dispose()
dispose in class AbstractEditorPane