The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
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-2000 The Mozilla Organization.
Last modified December 25, 1998.