The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Search
Feedback


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


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



Copyright © 1998 The Mozilla Organization.