org.gjt.btools.image
Class Standard16

java.lang.Object
  |
  +--org.gjt.btools.image.Standard16

public class Standard16
extends java.lang.Object

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

action

public static final StandardImage action
A green exclamation mark, useful for some kind of action command.


close

public static final StandardImage close
A closing door, useful for a close command.


copy

public static final StandardImage copy
Two copies of a document, useful for a copy command.


cross

public static final StandardImage cross
A red cross, useful for some kind of cancellation command.


cut

public static final StandardImage cut
A pair of scissors, useful for a cut command.


document

public static final StandardImage document
An empty document, useful for a file-new command.


down

public static final StandardImage down
A down arrow.


downBottom

public static final StandardImage downBottom
A down arrow terminated by a bar.


downDown

public static final StandardImage downDown
A double down arrow.


help

public static final StandardImage help
A question mark.


left

public static final StandardImage left
A left arrow.


open

public static final StandardImage open
An opening folder, useful for a file-open command.


paste

public static final StandardImage paste
A clipboard with a document, useful for a paste command.


right

public static final StandardImage right
A right arrow.


save

public static final StandardImage save
A 3.5" disk, useful for a file-save command.


tree

public static final StandardImage tree
A hierarchial tree.


up

public static final StandardImage up
An up arrow.


upTop

public static final StandardImage upTop
An up arrow terminated by a bar.


upUp

public static final StandardImage upUp
A double up arrow.

Constructor Detail

Standard16

public Standard16()


Copyright © 1998-2001, Ben Burton
This software is released under the GNU Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).