public interface IOutlineContribution
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes of this contribution.
|
void |
init(ICommonOutlinePage outlinePage)
Initializes this contribution.
|
void init(ICommonOutlinePage outlinePage)
outlinePage
- the contribution's outline page
(never null
)void dispose()
init()
has been called.
This method has no effect if this contribution has already
been disposed.