public abstract class CompositeHeapEditorPane extends AbstractEditorPane implements ISelectionProvider, ISelectionChangedListener
PROP_DIRTY, PROP_INPUT
PROP_TITLE
Constructor and Description |
---|
CompositeHeapEditorPane() |
Modifier and Type | Method and Description |
---|---|
void |
addSelectionChangedListener(ISelectionChangedListener listener) |
void |
closePage(PaneState state) |
void |
contributeToToolBar(IToolBarManager manager) |
ISelection |
getSelection() |
void |
removeSelectionChangedListener(ISelectionChangedListener listener) |
void |
selectionChanged(SelectionChangedEvent event) |
void |
setSelection(ISelection selection) |
addPropertyListener, dispose, doSave, doSaveAs, getAdapter, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, getTitleImage, getTitleToolTip, init, initWithArgument, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setFocus, setPaneState
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createPartControl, getTitle
public void closePage(PaneState state)
public void addSelectionChangedListener(ISelectionChangedListener listener)
addSelectionChangedListener
in interface ISelectionProvider
public ISelection getSelection()
getSelection
in interface ISelectionProvider
public void removeSelectionChangedListener(ISelectionChangedListener listener)
removeSelectionChangedListener
in interface ISelectionProvider
public void setSelection(ISelection selection)
setSelection
in interface ISelectionProvider
public void selectionChanged(SelectionChangedEvent event)
selectionChanged
in interface ISelectionChangedListener
public void contributeToToolBar(IToolBarManager manager)
contributeToToolBar
in class AbstractEditorPane