public abstract class EditorInputListenerContribution extends OutlineContribution
Constructor and Description |
---|
EditorInputListenerContribution() |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes of this contribution.
|
protected abstract void |
editorInputChanged()
Notifies that the outline page's editor input has changed.
|
void |
init(ICommonOutlinePage outlinePage)
Initializes this contribution.
|
getOutlinePage
public void init(ICommonOutlinePage outlinePage)
OutlineContribution
This method may be extended by subclasses. Subclasses must call the superclass implementation.
init
in interface IOutlineContribution
init
in class OutlineContribution
outlinePage
- the contribution's outline page
(never null
)public void dispose()
OutlineContribution
init()
has been called.
This method has no effect if this contribution has already
been disposed.
This method may be extended by subclasses. Subclasses must call the superclass implementation.
dispose
in interface IOutlineContribution
dispose
in class OutlineContribution
protected abstract void editorInputChanged()
Copyright (c) 2014, 2018 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0