|
|||||||||
| Home >> All >> org >> dma >> ihm >> gui >> [ message overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.dma.ihm.gui.message
Class FrameMessage

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame
org.dma.ihm.gui.lib.JIhmInternalFrame
org.dma.ihm.gui.message.FrameMessage
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, org.dma.ihm.gui.lib.JIhmComponent, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class FrameMessage
- extends org.dma.ihm.gui.lib.JIhmInternalFrame
The FrameMessage contains: A frame that just shows a message, and and fires an action event to all listeners when button is pressed.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JInternalFrame |
javax.swing.JInternalFrame.AccessibleJInternalFrame, javax.swing.JInternalFrame.JDesktopIcon |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private java.util.Vector |
actionListeners
|
(package private) java.awt.BorderLayout |
borderLayout1
|
(package private) javax.swing.JButton |
cmdNext
|
(package private) javax.swing.JLabel |
lblMsg
|
| Fields inherited from class org.dma.ihm.gui.lib.JIhmInternalFrame |
|
| Fields inherited from class javax.swing.JInternalFrame |
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
FrameMessage()
Empty Constructor for the FrameMessage object (for the jbuilder designer) |
|
FrameMessage(org.dma.ihm.controller.data.User user,
java.lang.String title,
java.lang.String message,
boolean showMoveOn)
Conscructs the frame, sets the user (=null) and desktop of this frame |
|
| Method Summary | |
void |
addActionListener(java.awt.event.ActionListener l)
Adds a feature to the ActionListener attribute of the FrameMessage object |
(package private) void |
cmdNext_actionPerformed(java.awt.event.ActionEvent e)
Fire action event that button moveOn is pressed |
void |
displayShortMessage(java.lang.String title,
java.lang.String msg)
Shows a short message |
protected void |
fireActionPerformed(java.awt.event.ActionEvent e)
Description of the Method |
void |
ihmInit(java.lang.String title,
java.lang.String msg,
boolean showMoveOn)
Display a text message on the frame |
private void |
jbInit()
JBuilder stuff |
void |
removeActionListener(java.awt.event.ActionListener l)
Description of the Method |
| Methods inherited from class org.dma.ihm.gui.lib.JIhmInternalFrame |
getOwner, ihmDisable, ihmEnable, ihmUpdate, ihmUpdate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
cmdNext
javax.swing.JButton cmdNext
borderLayout1
java.awt.BorderLayout borderLayout1
lblMsg
javax.swing.JLabel lblMsg
actionListeners
private transient java.util.Vector actionListeners
| Constructor Detail |
FrameMessage
public FrameMessage(org.dma.ihm.controller.data.User user, java.lang.String title, java.lang.String message, boolean showMoveOn)
- Conscructs the frame, sets the user (=null) and desktop of this frame
FrameMessage
public FrameMessage()
- Empty Constructor for the FrameMessage object (for the jbuilder designer)
| Method Detail |
jbInit
private void jbInit()
throws java.lang.Exception
- JBuilder stuff
ihmInit
public void ihmInit(java.lang.String title, java.lang.String msg, boolean showMoveOn)
- Display a text message on the frame
displayShortMessage
public void displayShortMessage(java.lang.String title, java.lang.String msg)
- Shows a short message
cmdNext_actionPerformed
void cmdNext_actionPerformed(java.awt.event.ActionEvent e)
- Fire action event that button moveOn is pressed
removeActionListener
public void removeActionListener(java.awt.event.ActionListener l)
- Description of the Method
addActionListener
public void addActionListener(java.awt.event.ActionListener l)
- Adds a feature to the ActionListener attribute of the FrameMessage object
fireActionPerformed
protected void fireActionPerformed(java.awt.event.ActionEvent e)
- Description of the Method
|
|||||||||
| Home >> All >> org >> dma >> ihm >> gui >> [ message overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC