|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a display which contains customized GUI windows.
A display is an GUI entity that is used by the program to interact with the GUI users.
Method Summary | |
void |
addTimedoutDialog(DialogView dialog)
Add a dialog to the list of timedout dialogs |
void |
closeWindow(View window,
boolean validate)
Close a window. |
CustomizedView |
getCustomizedView(String customizedID)
Returns a CustomizedView identified by its id |
Collection |
getCustomizedViews()
Returns a collection of all CustomizedViews contained in the display. |
ViewFactory |
getFactory()
Returns the ViewFactory of the display. |
Methods inherited from interface org.objectweb.jac.core.Display |
applicationStarted, close, fillParameters, fullRefresh, getDisplayID, onInvocationReturn, openView, refresh, setDisplayID, show, show, showCustomized, showCustomized, showError, showInput, showMessage, showMessage, showModal, showModal, showRefreshMessage |
Method Detail |
public CustomizedView getCustomizedView(String customizedID)
customizedID
- the id of the CustomizedView
public Collection getCustomizedViews()
public ViewFactory getFactory()
A view factory implements the creation methods for different visualisation supports (e.g. SWING, WEB, ...).
public void addTimedoutDialog(DialogView dialog)
dialog
- the timedout dialogpublic void closeWindow(View window, boolean validate)
window
- view window to closevalidate
- wether to validate values in editors
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |