Class org.jfouffa.jslider.NoneHeader
java.lang.Object
|
+----org.jfouffa.jslider.Header
|
+----org.jfouffa.jslider.NoneHeader
- public class NoneHeader
- extends Header
Defines a none header.
Constructor index
-
NoneHeader()
-
Method index
-
getEditor(Frame)
- Returns null.
-
getType()
- Gets the type of this header.
-
toString()
- Returns a string representation of the object.
-
update(HeaderEditor)
- Updates this header with the specified editor.
Constructors
NoneHeader
public NoneHeader()
Methods
getType
public String getType()
- Gets the type of this header.
- Overrides:
- getType in class Header
update
public void update(HeaderEditor editor)
- Updates this header with the specified editor.
- Parameters:
- editor - the editor that contains the new attributs for thsi header
- Overrides:
- update in class Header
getEditor
public HeaderEditor getEditor(Frame frame)
- Returns null. No Editor for the none type.
- Overrides:
- getEditor in class Header
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object