public class OverviewPane extends HeapEditorPane implements IHyperlinkListener, ISelectionProvider
PROP_DIRTY, PROP_INPUT
PROP_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, init
addPropertyListener, contributeToToolBar, doSave, doSaveAs, getAdapter, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, getTitleToolTip, initWithArgument, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setPaneState
public void createPartControl(Composite parent)
createPartControl
in interface IWorkbenchPart
public void linkActivated(HyperlinkEvent e)
linkActivated
in interface IHyperlinkListener
public void linkEntered(HyperlinkEvent e)
linkEntered
in interface IHyperlinkListener
public void linkExited(HyperlinkEvent e)
linkExited
in interface IHyperlinkListener
public String getTitle()
getTitle
in interface IWorkbenchPart
public Image getTitleImage()
getTitleImage
in interface IWorkbenchPart
getTitleImage
in class AbstractEditorPane
public void setFocus()
setFocus
in interface IWorkbenchPart
setFocus
in class AbstractEditorPane
public void addSelectionChangedListener(ISelectionChangedListener listener)
addSelectionChangedListener
in interface ISelectionProvider
public void removeSelectionChangedListener(ISelectionChangedListener listener)
removeSelectionChangedListener
in interface ISelectionProvider
public ISelection getSelection()
getSelection
in interface ISelectionProvider
public void setSelection(ISelection selection)
setSelection
in interface ISelectionProvider
public void dispose()
dispose
in interface IWorkbenchPart
dispose
in class AbstractEditorPane