Package jadex.commons.gui.jtable
Class SortArrowIcon
- java.lang.Object
- 
- jadex.commons.gui.jtable.SortArrowIcon
 
- 
- All Implemented Interfaces:
- javax.swing.Icon
 
 public class SortArrowIcon extends java.lang.Object implements javax.swing.Icon
- 
- 
Constructor SummaryConstructors Constructor Description SortArrowIcon(int direction)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()intgetIconWidth()voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
 
- 
- 
- 
Field Detail- 
NONEpublic static final int NONE - See Also:
- Constant Field Values
 
 - 
DECENDINGpublic static final int DECENDING - See Also:
- Constant Field Values
 
 - 
ASCENDINGpublic static final int ASCENDING - See Also:
- Constant Field Values
 
 - 
directionprotected int direction 
 - 
widthprotected int width 
 - 
heightprotected int height 
 
- 
 - 
Method Detail- 
getIconWidthpublic int getIconWidth() - Specified by:
- getIconWidthin interface- javax.swing.Icon
 
 - 
getIconHeightpublic int getIconHeight() - Specified by:
- getIconHeightin interface- javax.swing.Icon
 
 - 
paintIconpublic void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
- paintIconin interface- javax.swing.Icon
 
 
- 
 
-