public interface IEEFLifecycleManager
Modifier and Type | Method and Description |
---|---|
void |
aboutToBeHidden()
Prepares for the widgets to be hidden.
|
void |
aboutToBeShown()
Prepares for the widgets to be shown.
|
void |
createControl(org.eclipse.swt.widgets.Composite parent,
IEEFFormContainer formContainer)
Creates the controls for the description.
|
void |
dispose()
Disposes the content created.
|
void |
refresh()
Refresh the widgets.
|
void createControl(org.eclipse.swt.widgets.Composite parent, IEEFFormContainer formContainer)
parent
- The composite parentformContainer
- The form containervoid aboutToBeShown()
void refresh()
void aboutToBeHidden()
void dispose()