All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.NoteDialogBox

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----org.jfouffa.jslider.gui.DialogBox
                                           |
                                           +----org.jfouffa.jslider.gui.FontDialogBox
                                                   |
                                                   +----org.jfouffa.jslider.gui.NoteDialogBox

public class NoteDialogBox
extends FontDialogBox
This class is a Dialog that enables style customization for the NoteHeader.


Constructor index

 o NoteDialogBox(Frame, NoteHeader)
Constructs a new NoteDialogBox with the specified Frame as parent, the specified header.

Method index

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

Constructors

 o NoteDialogBox
 public NoteDialogBox(Frame parent,
                      NoteHeader header)
Constructs a new NoteDialogBox with the specified Frame as parent, the specified header.

Parameters:
parent - the parent of this DialogBox
header - the header that is editing by this DialogBox

Methods

 o getText
 public String getText()
Gets the text.

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