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
-
HeaderEditor(Frame, String)
- Constructs an initially invisible HeaderEditor with a title.
Method index
-
isOk()
- Returns true in case of the editor's caller should update its data.
Constructors
HeaderEditor
public HeaderEditor(Frame parent,
String title)
- Constructs an initially invisible HeaderEditor with a title.
- Parameters:
- parent - the parent of this dialog
Methods
isOk
public boolean isOk()
- Returns true in case of the editor's caller should update its data.