|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.util.EnumItem
com.jniwrapper.win32.gdi.Icon.IconType
IconType represents the enumeration of default icon types.
Field Summary | |
static Icon.IconType |
BIG
Corresponds to ICON_BIG type. |
static Icon.IconType |
SMALL
Corresponds to ICON_SMALL type. |
Method Summary | |
java.awt.Dimension |
getSize()
Returns the size associated with a currect icon type. |
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 |
public static final Icon.IconType SMALL
ICON_SMALL
type.
public static final Icon.IconType BIG
ICON_BIG
type.
Method Detail |
public java.awt.Dimension getSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |