|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IApplication
Platform and technology independent application definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
Field Summary |
---|
Fields inherited from interface javax.rad.application.IMessageConstants |
---|
MESSAGE_BUTTON_OK, MESSAGE_BUTTON_OK_CANCEL, MESSAGE_BUTTON_YES_NO, MESSAGE_ICON_ERROR, MESSAGE_ICON_INFO, MESSAGE_ICON_QUESTION, MESSAGE_ICON_WARNING |
Method Summary | ||
---|---|---|
IContainer |
getApplicationPane()
Gets the standard application pane where the content will be added. |
|
IContainer |
getContentPane()
Gets the content pane for the application. |
|
ILauncher |
getLauncher()
Returns the platform independent launcher which is associated with this factory. |
|
|
showMessage(OP pOpener,
int pIconType,
int pButtonType,
String pMessage,
String pOkAction,
String pCancelAction)
Shows a message. |
Methods inherited from interface javax.rad.application.IContent |
---|
getOpener, notifyDestroy, notifyVisible, setOpener |
Methods inherited from interface javax.rad.ui.IResource |
---|
getResource |
Method Detail |
---|
ILauncher getLauncher()
<OP> IContent showMessage(OP pOpener, int pIconType, int pButtonType, String pMessage, String pOkAction, String pCancelAction) throws Throwable
OP
- the opener typepOpener
- the opener/parent component which wants to display the messagepIconType
- the icon type IMessageConstants.MESSAGE_BUTTON_OK_CANCEL
, IMessageConstants.MESSAGE_BUTTON_YES_NO
, IMessageConstants.MESSAGE_BUTTON_OK
pButtonType
- the button type IMessageConstants.MESSAGE_ICON_INFO
, IMessageConstants.MESSAGE_ICON_WARNING
, IMessageConstants.MESSAGE_ICON_ERROR
pMessage
- the messagepOkAction
- the action name to call when ok or yes was clickedpCancelAction
- the action name to call when cancel or close was clicked
null
if the message has no content
Throwable
- if the message could not be initializedIContainer getApplicationPane()
IContainer getContentPane()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |