public interface IEEFFormContainer
Modifier and Type | Method and Description |
---|---|
org.eclipse.ui.forms.widgets.Form |
getForm()
Returns the form.
|
org.eclipse.swt.widgets.Shell |
getShell()
Returns the shell used by the container.
|
EEFWidgetFactory |
getWidgetFactory()
Returns the widget factory.
|
boolean |
isRenderingInProgress()
Indicates if the form container is currently rendering the user interface.
|
void |
refreshPage()
Refresh the page.
|
org.eclipse.ui.forms.widgets.Form getForm()
org.eclipse.swt.widgets.Shell getShell()
EEFWidgetFactory getWidgetFactory()
boolean isRenderingInProgress()
true
if the user interface is currently being rendered, false
otherwisevoid refreshPage()