All Packages Class Hierarchy This Package Previous Next Index

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

 o NoteDialogEditor(Frame)
Constructs an initially invisible NoteDialogEditor.

Method index

 o getText()
Gets the text.
 o main(String[])
See the dialog.

Constructors

 o NoteDialogEditor
 public NoteDialogEditor(Frame parent)
Constructs an initially invisible NoteDialogEditor.

Parameters:
parent - the parent of this dialog

Methods

 o getText
 public String getText()
Gets the text.

 o main
 public static void main(String args[])
See the dialog.