All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.DialogBox

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

public abstract class DialogBox
extends Dialog
This class defines a generic dialog box that enables style customization for the generic class Header. A DialogBox needs a controller to call its handle method in order to update its header.

See Also:
Header

Constructor index

 o DialogBox(Frame, String, Header)
Constructs a new DialogBox with the specified Frame as parent, the specified header and the specified title.

Method index

 o getHeader()
Gets the header this dialog is editing.

Constructors

 o DialogBox
 public DialogBox(Frame parent,
                  String title,
                  Header header)
Constructs a new DialogBox with the specified Frame as parent, the specified header and the specified title.

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

Methods

 o getHeader
 public Header getHeader()
Gets the header this dialog is editing.