public class OverviewPane extends HeapEditorPane implements IHyperlinkListener, ISelectionProvider
PROP_DIRTY, PROP_INPUTPROP_TITLE| Constructor and Description |
|---|
OverviewPane() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSelectionChangedListener(ISelectionChangedListener listener) |
void |
createPartControl(Composite parent) |
void |
dispose() |
ISelection |
getSelection() |
String |
getTitle() |
Image |
getTitleImage() |
void |
linkActivated(HyperlinkEvent e) |
void |
linkEntered(HyperlinkEvent e) |
void |
linkExited(HyperlinkEvent e) |
void |
removeSelectionChangedListener(ISelectionChangedListener listener) |
void |
setFocus() |
void |
setSelection(ISelection selection) |
getSnapshotInput, initaddPropertyListener, contributeToToolBar, doSave, doSaveAs, getAdapter, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, getTitleToolTip, initWithArgument, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setPaneStatepublic void createPartControl(Composite parent)
createPartControl in interface IWorkbenchPartpublic void linkActivated(HyperlinkEvent e)
linkActivated in interface IHyperlinkListenerpublic void linkEntered(HyperlinkEvent e)
linkEntered in interface IHyperlinkListenerpublic void linkExited(HyperlinkEvent e)
linkExited in interface IHyperlinkListenerpublic String getTitle()
getTitle in interface IWorkbenchPartpublic Image getTitleImage()
getTitleImage in interface IWorkbenchPartgetTitleImage in class AbstractEditorPanepublic void setFocus()
setFocus in interface IWorkbenchPartsetFocus in class AbstractEditorPanepublic void addSelectionChangedListener(ISelectionChangedListener listener)
addSelectionChangedListener in interface ISelectionProviderpublic void removeSelectionChangedListener(ISelectionChangedListener listener)
removeSelectionChangedListener in interface ISelectionProviderpublic ISelection getSelection()
getSelection in interface ISelectionProviderpublic void setSelection(ISelection selection)
setSelection in interface ISelectionProviderpublic void dispose()
dispose in interface IWorkbenchPartdispose in class AbstractEditorPane