You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



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  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4