public final class Icons extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ARROW_DOWN |
static int |
ARROW_LEFT |
static int |
ARROW_RIGHT |
static int |
ARROW_UP |
static int |
MENU |
Modifier and Type | Method and Description |
---|---|
static Icon |
getIcon(int which) |
static IImage |
getSizedIcon(int which,
int size,
boolean useStandardSize) |
static int |
getStandardSize(int size) |
public static final int ARROW_DOWN
public static final int ARROW_UP
public static final int ARROW_LEFT
public static final int ARROW_RIGHT
public static final int MENU