com.jniwrapper.win32.gdi
Class Icon.SystemIcon

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.gdi.Icon.SystemIcon
Enclosing class:
Icon

public static class Icon.SystemIcon
extends com.jniwrapper.util.EnumItem


Field Summary
static Icon.SystemIcon BANG
           
static Icon.SystemIcon HAND
           
static Icon.SystemIcon NOTE
           
static Icon.SystemIcon QUES
           
static Icon.SystemIcon SAMPLE
           
static Icon.SystemIcon WINLOGO
           
 
Method Summary
 Icon getBig()
          Returns the big system icon
 Icon getIcon(Icon.IconType type)
          Returns the system icon
 Icon getSmall()
          Returns the small system icon
static Icon loadSystemIcon(int iconID, java.awt.Dimension size)
          Loads the system icon.
 
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

SAMPLE

public static final Icon.SystemIcon SAMPLE

HAND

public static final Icon.SystemIcon HAND

QUES

public static final Icon.SystemIcon QUES

BANG

public static final Icon.SystemIcon BANG

NOTE

public static final Icon.SystemIcon NOTE

WINLOGO

public static final Icon.SystemIcon WINLOGO
Method Detail

loadSystemIcon

public static Icon loadSystemIcon(int iconID,
                                  java.awt.Dimension size)
Loads the system icon.

Parameters:
iconID - Specifies the icon identifier.
size - Specifies the size of the icon.
Returns:
System icon

getIcon

public Icon getIcon(Icon.IconType type)
Returns the system icon

Parameters:
type - Specifyes the icon type
Returns:
The system icon

getSmall

public Icon getSmall()
Returns the small system icon

Returns:
The small system icon

getBig

public Icon getBig()
Returns the big system icon

Returns:
The big system icon