|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyMessageWindowInterface
This interface is used to implement a message window.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
addActionListener(LyActionListener listener)
Add a listener on event of the message box. |
void |
free()
Free the window. |
java.lang.Object |
getClientData()
Accessor to the client Data. |
int |
getCommandResult()
Get the result of the message box (which button was pressed..). |
void |
initialize()
Initialize the window This method is called when all properties are set. |
void |
setBackgroundColor(java.lang.String bgColor)
Set the background color of the message box. |
void |
setClientData(java.lang.Object clientData)
Set the client data. |
void |
setCommands(java.util.BitSet commands)
Set the commands (buttons) that are present in the message box. |
void |
setIcon(java.lang.String icon)
Set the icon of the message box. |
void |
setMessage(java.lang.String message)
Set the message displayed in the message box. |
void |
setModal(boolean modal)
Set the modal state of the message window. |
void |
setTitle(java.lang.String title)
Set the title of the message box. |
void |
setVisible(boolean status,
boolean newThread)
Show the message window. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
java.lang.Object getClientData()
void setClientData(java.lang.Object clientData)
clientData
- void setVisible(boolean status, boolean newThread)
status
- the visible status of the message boxnewThread
- true if the window must be started in a new threadvoid setIcon(java.lang.String icon)
icon
- void setMessage(java.lang.String message)
message
- void setTitle(java.lang.String title)
title
- void addActionListener(LyActionListener listener)
listener
- int getCommandResult()
LyViewManager
void setCommands(java.util.BitSet commands)
commands
- LyViewManager
void setBackgroundColor(java.lang.String bgColor)
bgColor
- void setModal(boolean modal)
modal
- void initialize()
void free()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |