public interface IMyViewPart
| Modifier and Type | Method and Description |
|---|---|
void |
fillWidgets() |
void |
refreshContents()
Refreshes the contents of the views.
|
void |
setEnabled(boolean v)
Enables or disables the View for user interaction.
|
void |
setReadOnly(boolean v) |
void setEnabled(boolean v)
v - If true, the view should be enabled. Else, it should be disabledvoid refreshContents()
void setReadOnly(boolean v)
void fillWidgets()