|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface for DialogPage. This interface is part of the boot-runtime to enable the embedding of components of different applications.
| Method Summary | |
void |
clearError(org.eclipse.swt.widgets.Widget widget)
Removes the error for the given widget. |
void |
closeCancel()
Closes the dialog with exitStatus false. |
void |
closeOK()
Closes the dialog with exitStatus true. |
int |
getErrorCount()
Returns the number of ValidationErrors in this dialog including its subpages. |
org.eclipse.swt.widgets.Control |
getFocusControl()
Gets the Control on the DialogPage or a Subpage of it, which currently has the focus. |
org.eclipse.swt.widgets.Shell |
getShell()
Get the SWT-Shell of the DialogPage. |
void |
setError(org.eclipse.swt.widgets.Widget widget,
java.lang.String errorText)
Sets an error for the given widget. |
void |
setFocusControl(org.eclipse.swt.widgets.Control control)
Sets the Control on the DialogPage of a Subpage of it, which currently has the focus. |
void |
updateErrorStatus(org.eclipse.swt.widgets.Widget current)
Updates the error message in the StatusBar. |
| Methods inherited from interface at.spardat.xma.boot.component.IXMAControl |
createComposite, enterBase, getComposite, initGUI, leaveBase, removeModel, removeWidgetsBase, stateChangedBase |
| Method Detail |
public org.eclipse.swt.widgets.Shell getShell()
public org.eclipse.swt.widgets.Control getFocusControl()
public void setFocusControl(org.eclipse.swt.widgets.Control control)
control - the Control with the focus.
public void setError(org.eclipse.swt.widgets.Widget widget,
java.lang.String errorText)
widget - the widget where the error occured. Null is allowd if the error can not
be associated with a widget.errorText - indicates the errorpublic void clearError(org.eclipse.swt.widgets.Widget widget)
widget - the widget where to clear the error state.public void updateErrorStatus(org.eclipse.swt.widgets.Widget current)
current - the Widget which currently owns the focus.public int getErrorCount()
public void closeOK()
public void closeCancel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||