![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.composition.CompositionPanel.MessagePaneljava.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 mEditorJTextArea mEditor mSubjectTextJTextField mSubjectText
Constructors MessagePanelpublic MessagePanel() Methods createEditorprivate JTextArea createEditor()
getSubjectpublic JTextField getSubject()
getEditorpublic JTextArea getEditor()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|||||||
| Copyright © 1998-1999 The Mozilla Organization. | |||||||