| java.lang.Object snow.sortabletable.SortDirectionSelfDrawingIcon
SortDirectionSelfDrawingIcon | public class SortDirectionSelfDrawingIcon implements Icon(Code) | | |
Ascending | final public static int Ascending(Code) | | |
Descending | final public static int Descending(Code) | | |
Left | final public static int Left(Code) | | |
Right | final public static int Right(Code) | | |
SortDirectionSelfDrawingIcon | public SortDirectionSelfDrawingIcon(int iconStyle)(Code) | | Creates a filetreeicon with the specified type.
The available types are defined static in this class.
|
getIconHeight | public int getIconHeight()(Code) | | |
getIconWidth | public int getIconWidth()(Code) | | |
paintIcon | public void paintIcon(Component c, Graphics g, int x, int y)(Code) | | Draws the icon at the specified location. Icon implementations
may use the Component argument to get properties useful for
painting, e.g. the foreground or background color.
|
|
|