|
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 |
java.lang.Objectleon.view.win.swing.LySwingMessageWindow
public class LySwingMessageWindow
This class implements the Message window (as described in the dtd) for swing viewer.
LyViewManager
,
LyMessageWindowInterface
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LySwingMessageWindow(LyComponent source,
LyViewManager viewManager)
Class constructor for a new swing message window. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent actionEvent)
(non-Javadoc). |
void |
addActionListener(LyActionListener listener)
(non-Javadoc). |
void |
free()
(non-Javadoc). |
java.lang.Object |
getClientData()
(non-Javadoc). |
int |
getCommandResult()
(non-Javadoc). |
void |
initialize()
(non-Javadoc). |
void |
setBackgroundColor(java.lang.String bgColor)
(non-Javadoc). |
void |
setClientData(java.lang.Object clientData)
(non-Javadoc). |
void |
setCommands(java.util.BitSet commands)
(non-Javadoc). |
void |
setIcon(java.lang.String icon)
(non-Javadoc). |
void |
setMessage(java.lang.String message)
(non-Javadoc). |
void |
setModal(boolean modal)
(non-Javadoc). |
void |
setTitle(java.lang.String title)
(non-Javadoc). |
void |
setVisible(boolean status,
boolean newThread)
(non-Javadoc). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LySwingMessageWindow(LyComponent source, LyViewManager viewManager)
source
- the source componentviewManager
- the view managerMethod Detail |
---|
public void initialize()
initialize
in interface LyMessageWindowInterface
LyMessageWindowInterface.initialize()
public void free()
free
in interface LyMessageWindowInterface
LyMessageWindowInterface.free()
public void addActionListener(LyActionListener listener)
addActionListener
in interface LyMessageWindowInterface
LyMessageWindowInterface.addActionListener(leon.view.event.LyActionListener)
public int getCommandResult()
getCommandResult
in interface LyMessageWindowInterface
LyMessageWindowInterface.getCommandResult()
public void setVisible(boolean status, boolean newThread)
setVisible
in interface LyMessageWindowInterface
status
- the visible status of the message boxnewThread
- true if the window must be started in a new threadLyMessageWindowInterface.setVisible(boolean, boolean)
public void actionPerformed(java.awt.event.ActionEvent actionEvent)
actionPerformed
in interface java.awt.event.ActionListener
ActionListener.actionPerformed(java.awt.event.ActionEvent)
public java.lang.Object getClientData()
getClientData
in interface LyMessageWindowInterface
LyMessageWindowInterface.getClientData()
public void setClientData(java.lang.Object clientData)
setClientData
in interface LyMessageWindowInterface
LyMessageWindowInterface.setClientData(java.lang.Object)
public void setIcon(java.lang.String icon)
setIcon
in interface LyMessageWindowInterface
LyMessageWindowInterface.setIcon(java.lang.String)
public void setMessage(java.lang.String message)
setMessage
in interface LyMessageWindowInterface
LyMessageWindowInterface.setMessage(java.lang.String)
public void setTitle(java.lang.String title)
setTitle
in interface LyMessageWindowInterface
LyMessageWindowInterface.setTitle(java.lang.String)
public void setCommands(java.util.BitSet commands)
setCommands
in interface LyMessageWindowInterface
LyMessageWindowInterface.setCommands(java.util.BitSet)
public void setBackgroundColor(java.lang.String bgColor)
setBackgroundColor
in interface LyMessageWindowInterface
LyMessageWindowInterface.setBackgroundColor(java.lang.String)
public void setModal(boolean modal)
setModal
in interface LyMessageWindowInterface
LyMessageWindowInterface.setModal(boolean)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |