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.composition.CompositionPanel.MessagePanel
All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.composition.CompositionPanel.MessagePanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JPanel
                                   |
                                   +----grendel.composition.CompositionPanel.MessagePanel

MessagePanel holds the subject and message body fields. The MessagePanel is... 1) The subject label "Subject:" (JLabel) 2) The subject text field (JTextField) 3) The editor (JTextArea)

See Also: Composition


class  CompositionPanel.MessagePanel
     extends com.sun.java.swing.JPanel
{
          // Fields 2
     JTextArea mEditor;
     JTextField mSubjectText;

          // Constructors 1
     public MessagePanel();

          // Methods 3
     private JTextArea createEditor();
     public JTextArea getEditor();
     public JTextField getSubject();
}



Fields


mEditor

   JTextArea mEditor


mSubjectText

   JTextField mSubjectText



Constructors


MessagePanel

   public MessagePanel() 



Methods


createEditor

   private JTextArea createEditor() 

Creates a text editor for the message panel.

Returns:
an editor.

See Also: getEditor



getSubject

   public JTextField getSubject() 

return the messsagePanel's subject text field.

Returns:
the text field used for the subject.


getEditor

   public JTextArea getEditor() 

return the messsagePanel's editor.

Returns:
the editor used for the message panel.

See Also: createEditor



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998.