Jadex 0.96-beta1

jadex.util.jtable
Class SortArrowIcon

java.lang.Object
  extended by jadex.util.jtable.SortArrowIcon
All Implemented Interfaces:
Icon

public class SortArrowIcon
extends Object
implements Icon


Field Summary
static int ASCENDING
           
static int DECENDING
           
static int NONE
           
 
Constructor Summary
SortArrowIcon(int direction)
           
 
Method Summary
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(Component c, Graphics g, int x, int y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

DECENDING

public static final int DECENDING
See Also:
Constant Field Values

ASCENDING

public static final int ASCENDING
See Also:
Constant Field Values
Constructor Detail

SortArrowIcon

public SortArrowIcon(int direction)
Method Detail

getIconWidth

public int getIconWidth()
Specified by:
getIconWidth in interface Icon

getIconHeight

public int getIconHeight()
Specified by:
getIconHeight in interface Icon

paintIcon

public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
Specified by:
paintIcon in interface Icon

Jadex 0.96-beta1

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.