All Packages Class Hierarchy This Package Previous Next Index

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

 o NoteEditor(Frame)
Constructs an initially invisible NoteEditor.

Method index

 o getText()
Gets the text.
 o main(String[])
See the dialog.
 o setText(String)
Sets the text of this editor to the specified text.

Constructors

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

Parameters:
parent - the parent of this dialog

Methods

 o getText
 public String getText()
Gets the text.

 o setText
 public void setText(String text)
Sets the text of this editor to the specified text.

Parameters:
text - the text of this header
 o main
 public static void main(String args[])
See the dialog.