Class org.jfouffa.jslider.gui.NoteEditor
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----org.jfouffa.jslider.gui.HeaderEditor
|
+----org.jfouffa.jslider.gui.TextEditor
|
+----org.jfouffa.jslider.gui.NoteEditor
- public class NoteEditor
- extends TextEditor
This class enables style customization for the NoteHeader
class.
Constructor index
-
NoteEditor(Frame)
- Constructs an initially invisible NoteEditor.
Method index
-
getText()
- Gets the text.
-
main(String[])
- See the dialog.
-
setText(String)
- Sets the text of this editor to the specified text.
Constructors
NoteEditor
public NoteEditor(Frame parent)
- Constructs an initially invisible NoteEditor.
- Parameters:
- parent - the parent of this dialog
Methods
getText
public String getText()
- Gets the text.
setText
public void setText(String text)
- Sets the text of this editor to the specified text.
- Parameters:
- text - the text of this header
main
public static void main(String args[])
- See the dialog.