|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Viewer to present the the context object of a refactoring status entry.
Status context viewers are associated with a context object via the extension point
org.eclipse.ltk.ui.refactoring.statusContextViewers
. Implementors of this
extension point must therefore implement this interface.
To ensure visual consistency across all provided context viewers the widget
hierarchy provided through the method createControl(Composite)
has to
use a ViewForm
as its root widget.
Clients of this interface should call createControl
before calling
setInput
.
Method Summary | |
void |
createControl(Composite parent)
Creates the status viewer's widget hierarchy. |
Control |
getControl()
Returns the status context viewer's SWT control. |
void |
setInput(RefactoringStatusContext input)
Sets the status context viewer's input element. |
Method Detail |
public void createControl(Composite parent)
getControl()
should
be used to retrieve the widget hierarchy.
parent
- the parent for the widget hierarchygetControl()
public Control getControl()
null
is the widget hierarchy hasn't been created yetpublic void setInput(RefactoringStatusContext input)
input
- the input element
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |