Uses of Class
com.jniwrapper.win32.gdi.Icon.IconType

Packages that use Icon.IconType
com.jniwrapper.win32.gdi The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. 
com.jniwrapper.win32.shell The com.jniwrapper.win32.shell package contains classes for Windows desktop integration. 
com.jniwrapper.win32.ui The com.jniwrapper.win32.ui package contains auxilious classes for working with native windows, such as Wnd, which provides you with useful window related functionality, WindowProc, which is designed for obtaining native window messages etc. 
 

Uses of Icon.IconType in com.jniwrapper.win32.gdi
 

Fields in com.jniwrapper.win32.gdi declared as Icon.IconType
static Icon.IconType Icon.IconType.BIG
          Corresponds to ICON_BIG type.
static Icon.IconType Icon.IconType.SMALL
          Corresponds to ICON_SMALL type.
 

Methods in com.jniwrapper.win32.gdi with parameters of type Icon.IconType
 Icon Icon.SystemIcon.getIcon(Icon.IconType type)
          Returns the system icon
 

Uses of Icon.IconType in com.jniwrapper.win32.shell
 

Constructors in com.jniwrapper.win32.shell with parameters of type Icon.IconType
ShellIcon(java.io.File file, int iconIndex, Icon.IconType iconType)
           
 

Uses of Icon.IconType in com.jniwrapper.win32.ui
 

Methods in com.jniwrapper.win32.ui with parameters of type Icon.IconType
 void Wnd.setWindowIcon(Icon icon, Icon.IconType iconType)
          Assigns a specified icon to the window.