com.jniwrapper.win32.shell
Class ActiveDesktopItem.ComponentType

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.shell.ActiveDesktopItem.ComponentType
Enclosing class:
ActiveDesktopItem

public static class ActiveDesktopItem.ComponentType
extends com.jniwrapper.util.EnumItem

The class, which represents the type of the component


Field Summary
static ActiveDesktopItem.ComponentType CFHTML
          Component is HTML document in Compressed format
static ActiveDesktopItem.ComponentType CONTROL
          Component is Microsoft ActiveX control.
static ActiveDesktopItem.ComponentType HTMLDOC
          Component is HTML document
static ActiveDesktopItem.ComponentType PICTURE
          Component is picture
static ActiveDesktopItem.ComponentType WEBSITE
          Component is Web site
 
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

HTMLDOC

public static ActiveDesktopItem.ComponentType HTMLDOC
Component is HTML document


PICTURE

public static ActiveDesktopItem.ComponentType PICTURE
Component is picture


WEBSITE

public static ActiveDesktopItem.ComponentType WEBSITE
Component is Web site


CONTROL

public static ActiveDesktopItem.ComponentType CONTROL
Component is Microsoft ActiveX control.


CFHTML

public static ActiveDesktopItem.ComponentType CFHTML
Component is HTML document in Compressed format