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 IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4