net.sourceforge.jivalo.editor
Class TabStyle

java.lang.Object
  extended by net.sourceforge.jivalo.editor.TabStyle
All Implemented Interfaces:
Serializable

public final class TabStyle
extends Object
implements Serializable

Author:
Markku Saarela
See Also:
Serialized Form

Field Summary
static TabStyle SPACES
          Spaces Tab style.
static TabStyle TABS
          Tabs Tab style.
 
Method Summary
protected  Object clone()
           
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
static TabStyle valueOf(String value)
           
static List values()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SPACES

public static final TabStyle SPACES
Spaces Tab style.


TABS

public static final TabStyle TABS
Tabs Tab style.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException. - This guarantees that enums are never cloned, which is necessary to preserve their "singleton" status.
CloneNotSupportedException

valueOf

public static TabStyle valueOf(String value)
Parameters:
value -
Returns:
Throws:
NullPointerException - if value is null
IllegalArgumentException - if TabStyle has no constant with the specified value.

values

public static List values()


Copyright © 2006-2007 SourceForge.net. All Rights Reserved.