All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.NoteDialog

org.jfouffa.jslider.gui.NoteDialog

public class NoteDialog
This class enables style customization for the NoteHeader.


Constructor index

 o NoteDialog(Frame)
Constructs a new NoteDialog with the specified Frame as parent.

Method index

 o getNoteHeader()
Gets the NoteHeader this dialog is customizing.
 o main(String[])
 o setNoteHeader(NoteHeader)
Sets the header this dialog have to customize to the specified NoteHeader.

Constructors

 o NoteDialog
 public NoteDialog(Frame frame)
Constructs a new NoteDialog with the specified Frame as parent.

Parameters:
frame - the parent

Methods

 o setNoteHeader
 public void setNoteHeader(NoteHeader header)
Sets the header this dialog have to customize to the specified NoteHeader.

Parameters:
header - the NoteHeader
 o getNoteHeader
 public NoteHeader getNoteHeader()
Gets the NoteHeader this dialog is customizing.

 o main
 public static void main(String args[])