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