Class grendel.ui.MessageFrame
All Packages This Package Class Hierarchy Class Search Index
Class grendel.ui.MessageFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----com.sun.java.swing.JFrame
|
+----grendel.ui.GeneralFrame
|
+----grendel.ui.MessageFrame
public class MessageFrame
extends grendel.ui.GeneralFrame
{
// Fields 4
IUICmd[] actions;
static Vector fMessageFrames;
MessagePanel fMessagePanel;
public static final String kID;
// Constructors 1
public MessageFrame(Message);
// Methods 4
public static MessageFrame FindMessageFrame(Message);
public void dispose();
public Message getMessage();
public void setMessage(Message);
}
Fields
static Vector fMessageFrames
MessagePanel fMessagePanel
public static final String kID
Identifying String
IUICmd[] actions
Constructors
public MessageFrame(Message aMessage)
Creates a MessageFrame displaying the given message.
Methods
public void dispose()
- Overrides:
- dispose in class GeneralFrame
public Message getMessage()
Returns the current message, which may not be fully loaded or
displayed.
public void setMessage(Message aMessage)
Sets the current message, which will result in the message being
loaded and displayed.
public static MessageFrame FindMessageFrame(Message aMessage)
Returns the frame displaying, or in the process of displaying,
the given message.
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
|