org.springframework.richclient.image
Class ArrowIcon.Direction

java.lang.Object
  extended by org.springframework.richclient.image.ArrowIcon.Direction
Enclosing class:
ArrowIcon

public static class ArrowIcon.Direction
extends Object

Type-safe enum for the ArrowIcon's directional capability.

Currently only up and down are supported since this is primarily designed to be a table column sort indicator.

Author:
Keith Donald

Field Summary
static ArrowIcon.Direction DOWN
           
static ArrowIcon.Direction UP
           
 
Method Summary
 int getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DOWN

public static final ArrowIcon.Direction DOWN

UP

public static final ArrowIcon.Direction UP
Method Detail

getValue

public int getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.