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
fMessageFrames
static Vector fMessageFrames
fMessagePanel
MessagePanel fMessagePanel
kID
public static final String kID
Identifying String
actions
IUICmd[] actions
Constructors
MessageFrame
public MessageFrame(Message aMessage)
Creates a MessageFrame displaying the given message.
Methods
dispose
public void dispose()
- Overrides:
- dispose in class GeneralFrame
getMessage
public Message getMessage()
Returns the current message, which may not be fully loaded or displayed.
setMessage
public void setMessage(Message aMessage)
Sets the current message, which will result in the message being loaded and displayed.
FindMessageFrame
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 IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4