public class SourcesView extends ViewPart implements IMyViewPart
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
| Constructor and Description |
|---|
SourcesView() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPartControl(Composite parent) |
void |
fillWidgets() |
void |
refreshContents()
Refreshes the contents of the views.
|
void |
setEnabled(boolean v)
Enables or disables the View for user interaction.
|
void |
setFocus() |
void |
setReadOnly(boolean v) |
void |
updateSource() |
public void createPartControl(Composite parent)
public void refreshContents()
IMyViewPartrefreshContents in interface IMyViewPartpublic void updateSource()
public void setFocus()
public void setEnabled(boolean v)
IMyViewPartsetEnabled in interface IMyViewPartv - If true, the view should be enabled. Else, it should be disabledpublic void fillWidgets()
fillWidgets in interface IMyViewPartpublic void setReadOnly(boolean v)
setReadOnly in interface IMyViewPart