|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.btools.image.Standard16
A repository of standard transparent 16x16 images.
Field Summary | |
static StandardImage |
action
A green exclamation mark, useful for some kind of action command. |
static StandardImage |
close
A closing door, useful for a close command. |
static StandardImage |
copy
Two copies of a document, useful for a copy command. |
static StandardImage |
cross
A red cross, useful for some kind of cancellation command. |
static StandardImage |
cut
A pair of scissors, useful for a cut command. |
static StandardImage |
document
An empty document, useful for a file-new command. |
static StandardImage |
down
A down arrow. |
static StandardImage |
downBottom
A down arrow terminated by a bar. |
static StandardImage |
downDown
A double down arrow. |
static StandardImage |
help
A question mark. |
static StandardImage |
left
A left arrow. |
static StandardImage |
open
An opening folder, useful for a file-open command. |
static StandardImage |
paste
A clipboard with a document, useful for a paste command. |
static StandardImage |
right
A right arrow. |
static StandardImage |
save
A 3.5" disk, useful for a file-save command. |
static StandardImage |
tree
A hierarchial tree. |
static StandardImage |
up
An up arrow. |
static StandardImage |
upTop
An up arrow terminated by a bar. |
static StandardImage |
upUp
A double up arrow. |
Constructor Summary | |
Standard16()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final StandardImage action
public static final StandardImage close
public static final StandardImage copy
public static final StandardImage cross
public static final StandardImage cut
public static final StandardImage document
public static final StandardImage down
public static final StandardImage downBottom
public static final StandardImage downDown
public static final StandardImage help
public static final StandardImage left
public static final StandardImage open
public static final StandardImage paste
public static final StandardImage right
public static final StandardImage save
public static final StandardImage tree
public static final StandardImage up
public static final StandardImage upTop
public static final StandardImage upUp
Constructor Detail |
public Standard16()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |