Class org.jfouffa.jslider.gui.NoteDialog
org.jfouffa.jslider.gui.NoteDialog
- public class NoteDialog
This class enables style customization for the NoteHeader.
Constructor index
-
NoteDialog(Frame)
- Constructs a new NoteDialog with the specified Frame as parent.
Method index
-
getNoteHeader()
- Gets the NoteHeader this dialog is customizing.
-
main(String[])
-
-
setNoteHeader(NoteHeader)
- Sets the header this dialog have to customize to the specified
NoteHeader.
Constructors
NoteDialog
public NoteDialog(Frame frame)
- Constructs a new NoteDialog with the specified Frame as parent.
- Parameters:
- frame - the parent
Methods
setNoteHeader
public void setNoteHeader(NoteHeader header)
- Sets the header this dialog have to customize to the specified
NoteHeader.
- Parameters:
- header - the NoteHeader
getNoteHeader
public NoteHeader getNoteHeader()
- Gets the NoteHeader this dialog is customizing.
main
public static void main(String args[])