com.jniwrapper.win32.gdi
Class Bitmap.PredefinedBitmap

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.gdi.Bitmap.PredefinedBitmap
Enclosing class:
Bitmap

public static class Bitmap.PredefinedBitmap
extends com.jniwrapper.util.EnumItem

Class PredefinedBitmap enumeration represents predefined windows bitmaps.


Field Summary
static Bitmap.PredefinedBitmap BTNCORNERS
          Small circles that Windows 2.x used to draw rounded corners on button controls.
static Bitmap.PredefinedBitmap BTSIZE
          A size box formerly used at the intersection of vertical and horizontal scroll bars.
static Bitmap.PredefinedBitmap CHECK
          check mark used to check menu items.
static Bitmap.PredefinedBitmap CHECKBOXES
          Ten images that are used to show different states of check boxes and radio buttons.
static Bitmap.PredefinedBitmap CLOSE
          The system menu bitmaps used for Windows 2.x.
static Bitmap.PredefinedBitmap COMBO
          An arrow used for the push button in combo boxes.
static Bitmap.PredefinedBitmap DNARROW
          A down-arrow bitmap used for Windows 2.x scroll bars.
static Bitmap.PredefinedBitmap DNARROWD
          A down-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap DNARROWI
          A disabled down-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap LFARROW
          A disabled left-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap LFARROWD
          A left-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap LFARROWI
          A disabled left-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap MNARROW
          An arrow used to designate cascaded menu items.
static Bitmap.PredefinedBitmap REDUCE
          Image used for the Windows 2.x minimize button on a windows title bar.
static Bitmap.PredefinedBitmap REDUCED
          Images used as the minimize button on the title bar.
static Bitmap.PredefinedBitmap RESTORE
          Image used for the Windows 2.x restore button on a windows title bar.
static Bitmap.PredefinedBitmap RESTORED
          Images used as the restore button on the title bar.
static Bitmap.PredefinedBitmap RGARROW
          A right-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap RGARROWD
          A right-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap RGARROWI
          A disabled right-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap SIZE
          A size box formerly used on tiled windows.
static Bitmap.PredefinedBitmap UPARROW
          An up-arrow bitmap used for Windows 2.x scroll bars.
static Bitmap.PredefinedBitmap UPARROWD
          An up-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap UPARROWI
          A disabled up-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap ZOOM
          Images used as the maximize button on the title bar.
static Bitmap.PredefinedBitmap ZOOMD
          Images used as the maximize button on the title bar.
 
Method Summary
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BTNCORNERS

public static final Bitmap.PredefinedBitmap BTNCORNERS
Small circles that Windows 2.x used to draw rounded corners on button controls.


BTSIZE

public static final Bitmap.PredefinedBitmap BTSIZE
A size box formerly used at the intersection of vertical and horizontal scroll bars.


CHECK

public static final Bitmap.PredefinedBitmap CHECK
check mark used to check menu items.


CHECKBOXES

public static final Bitmap.PredefinedBitmap CHECKBOXES
Ten images that are used to show different states of check boxes and radio buttons.


CLOSE

public static final Bitmap.PredefinedBitmap CLOSE
The system menu bitmaps used for Windows 2.x.


COMBO

public static final Bitmap.PredefinedBitmap COMBO
An arrow used for the push button in combo boxes.


DNARROW

public static final Bitmap.PredefinedBitmap DNARROW
A down-arrow bitmap used for Windows 2.x scroll bars.


DNARROWD

public static final Bitmap.PredefinedBitmap DNARROWD
A down-pointing arrow for scroll bars.


DNARROWI

public static final Bitmap.PredefinedBitmap DNARROWI
A disabled down-pointing arrow for scroll bars.


LFARROW

public static final Bitmap.PredefinedBitmap LFARROW
A disabled left-pointing arrow for scroll bars.


LFARROWD

public static final Bitmap.PredefinedBitmap LFARROWD
A left-pointing arrow for scroll bars.


LFARROWI

public static final Bitmap.PredefinedBitmap LFARROWI
A disabled left-pointing arrow for scroll bars.


MNARROW

public static final Bitmap.PredefinedBitmap MNARROW
An arrow used to designate cascaded menu items.


REDUCE

public static final Bitmap.PredefinedBitmap REDUCE
Image used for the Windows 2.x minimize button on a windows title bar.


REDUCED

public static final Bitmap.PredefinedBitmap REDUCED
Images used as the minimize button on the title bar.


RESTORE

public static final Bitmap.PredefinedBitmap RESTORE
Image used for the Windows 2.x restore button on a windows title bar.


RESTORED

public static final Bitmap.PredefinedBitmap RESTORED
Images used as the restore button on the title bar. This is the button with both an up and down arrow which is only shown when a window is maximized.


RGARROW

public static final Bitmap.PredefinedBitmap RGARROW
A right-pointing arrow for scroll bars.


RGARROWD

public static final Bitmap.PredefinedBitmap RGARROWD
A right-pointing arrow for scroll bars.


RGARROWI

public static final Bitmap.PredefinedBitmap RGARROWI
A disabled right-pointing arrow for scroll bars.


SIZE

public static final Bitmap.PredefinedBitmap SIZE
A size box formerly used on tiled windows.


UPARROW

public static final Bitmap.PredefinedBitmap UPARROW
An up-arrow bitmap used for Windows 2.x scroll bars.


UPARROWD

public static final Bitmap.PredefinedBitmap UPARROWD
An up-pointing arrow for scroll bars.


UPARROWI

public static final Bitmap.PredefinedBitmap UPARROWI
A disabled up-pointing arrow for scroll bars.


ZOOM

public static final Bitmap.PredefinedBitmap ZOOM
Images used as the maximize button on the title bar.


ZOOMD

public static final Bitmap.PredefinedBitmap ZOOMD
Images used as the maximize button on the title bar.