All Packages Class Hierarchy This Package Previous Next Index

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

 o NoneHeader()

Method index

 o getEditor(Frame)
Returns null.
 o getType()
Gets the type of this header.
 o toString()
Returns a string representation of the object.
 o update(HeaderEditor)
Updates this header with the specified editor.

Constructors

 o NoneHeader
 public NoneHeader()

Methods

 o getType
 public String getType()
Gets the type of this header.

Overrides:
getType in class Header
 o 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
 o getEditor
 public HeaderEditor getEditor(Frame frame)
Returns null. No Editor for the none type.

Overrides:
getEditor in class Header
 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object