net.sourceforge.jivalo.editor
Class TabStyle
java.lang.Object
net.sourceforge.jivalo.editor.TabStyle
- All Implemented Interfaces:
- Serializable
public final class TabStyle
- extends Object
- implements Serializable
- Author:
- Markku Saarela
- See Also:
- Serialized Form
SPACES
public static final TabStyle SPACES
- Spaces Tab style.
TABS
public static final TabStyle TABS
- Tabs Tab style.
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.