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.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