All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.HeaderEditor

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

public abstract class HeaderEditor
extends Dialog
implements Editor
This class is a generic editor for the generic Header class.


Constructor index

 o HeaderEditor(Frame, String)
Constructs an initially invisible HeaderEditor with a title.

Method index

 o isOk()
Returns true in case of the editor's caller should update its data.

Constructors

 o HeaderEditor
 public HeaderEditor(Frame parent,
                     String title)
Constructs an initially invisible HeaderEditor with a title.

Parameters:
parent - the parent of this dialog

Methods

 o isOk
 public boolean isOk()
Returns true in case of the editor's caller should update its data.