public class OutlineContribution extends java.lang.Object implements IOutlineContribution
IOutlineContribution
.
Keeps reference to the contribution's outline page.
This class is intended to be extended by clients.Constructor and Description |
---|
OutlineContribution() |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes of this contribution.
|
ICommonOutlinePage |
getOutlinePage()
Returns this contribution's outline page.
|
void |
init(ICommonOutlinePage outlinePage)
Initializes this contribution.
|
public final ICommonOutlinePage getOutlinePage()
null
if this contribution has not been
initialized
public void init(ICommonOutlinePage outlinePage)
This method may be extended by subclasses. Subclasses must call the superclass implementation.
init
in interface IOutlineContribution
outlinePage
- the contribution's outline page
(never null
)public void dispose()
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
Copyright (c) 2014, 2019 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0