public class ICETableComponentSectionPart extends org.eclipse.ui.forms.SectionPart implements IUpdateableListener
component
Constructor and Description |
---|
ICETableComponentSectionPart(org.eclipse.ui.forms.widgets.Section section,
org.eclipse.ui.forms.editor.FormEditor formEditor,
org.eclipse.ui.forms.IManagedForm managedForm)
The Constructor
|
Modifier and Type | Method and Description |
---|---|
TableComponent |
getTableComponent()
This operation retrieves the TableComponent that is currently rendered,
updated and monitored by the ICESectionPart.
|
void |
refresh() |
void |
renderSection()
This operation reads the TableComponent assigned to this SectionPart and
renders the view of that data for the user.
|
void |
setTableComponent(TableComponent table)
This operation sets the TableComponent that should be rendered, updated
and monitored by the ICESectionPart.
|
void |
update(IUpdateable component)
This operation notifies the listener that an update has occurred in the
Component.
|
public ICETableComponentSectionPart(org.eclipse.ui.forms.widgets.Section section, org.eclipse.ui.forms.editor.FormEditor formEditor, org.eclipse.ui.forms.IManagedForm managedForm)
The Constructor
section
- The new Section to be managed by the ICESectionPart.
formEditor
- The FormEditor that is managing all of the Pages and SectionParts.
managedForm
- The ManagedForm for the Section.
public void setTableComponent(TableComponent table)
This operation sets the TableComponent that should be rendered, updated and monitored by the ICESectionPart.
table
- The TableComponent that should be rendered by the SectionPart.
public TableComponent getTableComponent()
This operation retrieves the TableComponent that is currently rendered, updated and monitored by the ICESectionPart.
The TableComponent that is rendered by the SectionPart.
public void renderSection()
This operation reads the TableComponent assigned to this SectionPart and renders the view of that data for the user.
public void refresh()
refresh
in interface org.eclipse.ui.forms.IFormPart
refresh
in class org.eclipse.ui.forms.AbstractFormPart
public void update(IUpdateable component)
IUpdateableListener
This operation notifies the listener that an update has occurred in the Component.
update
in interface IUpdateableListener
component
- The component that was updated in some way.