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

Packages that use Icon
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 in com.jniwrapper.win32.gdi
 

Methods in com.jniwrapper.win32.gdi that return Icon
 Icon Icon.SystemIcon.getBig()
          Returns the big system icon
 Icon Icon.SystemIcon.getIcon(Icon.IconType type)
          Returns the system icon
 Icon Icon.SystemIcon.getSmall()
          Returns the small system icon
static Icon Icon.SystemIcon.loadSystemIcon(int iconID, java.awt.Dimension size)
          Loads the system icon.
 

Methods in com.jniwrapper.win32.gdi with parameters of type Icon
 boolean DC.drawIcon(int x, int y, Icon icon)
          Draws a specified icon in this device context.
 void DC.drawIconEx(int x, int y, Icon icon, int width, int heght, int frameIndex, Handle bgBrush, int flags)
          Draws a specified icon in this device context.
 

Uses of Icon in com.jniwrapper.win32.shell
 

Subclasses of Icon in com.jniwrapper.win32.shell
 class ShellIcon
          This class provides functionality for extracting icons for file associations.
 

Methods in com.jniwrapper.win32.shell that return Icon
 Icon SHFileInfo.getIcon()
          Returns shell icon.
 

Methods in com.jniwrapper.win32.shell with parameters of type Icon
 void TrayIcon.setIcon(Icon icon)
          Sets an icon in the system tray.
 

Constructors in com.jniwrapper.win32.shell with parameters of type Icon
TrayIcon(Icon icon)
          Creates an instance of TrayIcon with a specified icon.
 

Uses of Icon in com.jniwrapper.win32.ui
 

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