org.dishevelled.iconbundle
Class IconTextDirection

java.lang.Object
  extended by org.dishevelled.iconbundle.IconTextDirection
All Implemented Interfaces:
java.io.Serializable

public final class IconTextDirection
extends java.lang.Object
implements java.io.Serializable

Typesafe enumeration of icon text directions.

Version:
$Revision: 404 $ $Date: 2008-01-02 13:19:59 -0600 (Wed, 02 Jan 2008) $
Author:
Michael Heuer
See Also:
Serialized Form

Field Summary
static IconTextDirection LEFT_TO_RIGHT
          Left-to-right horizontal text direction.
static IconTextDirection RIGHT_TO_LEFT
          Right-to-left horizontal text direction.
static java.util.List VALUES
          Public list of enumeration values.
 
Method Summary
 java.lang.String toString()
          Return the text direction name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LEFT_TO_RIGHT

public static final IconTextDirection LEFT_TO_RIGHT
Left-to-right horizontal text direction.


RIGHT_TO_LEFT

public static final IconTextDirection RIGHT_TO_LEFT
Right-to-left horizontal text direction.


VALUES

public static final java.util.List VALUES
Public list of enumeration values.

Method Detail

toString

public java.lang.String toString()
Return the text direction name.

Overrides:
toString in class java.lang.Object
Returns:
the text direction name


Copyright (c) 2003-2008 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).