com.jniwrapper.win32.shell
Class ModifyDesktopItemOptions

java.lang.Object
  extended by com.jniwrapper.util.FlagSet
      extended by com.jniwrapper.win32.shell.ModifyDesktopItemOptions

public class ModifyDesktopItemOptions
extends com.jniwrapper.util.FlagSet

Enumeration of all available flags for IActiveDesktop.applyChanges(com.jniwrapper.win32.shell.ApplyChangesOptions) method.


Field Summary
static int ALL
           
static int CHECKED
           
static int DIRTY
           
static int FRIENDLYNAME
           
static int NOSCROLL
           
static int POS_LEFT
           
static int POS_TOP
           
static int POS_ZINDEX
           
static int SIZE_HEIGHT
           
static int SIZE_WIDTH
           
static int SOURCE
           
static int SUBSCRIBEDURL
           
static int TYPE
           
 
Constructor Summary
ModifyDesktopItemOptions()
           
 
Method Summary
 
Methods inherited from class com.jniwrapper.util.FlagSet
add, and, clear, contains, getBit, getBits, getFlags, getMask, or, remove, setBit, setBits, setupFlag, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final int TYPE
See Also:
Constant Field Values

CHECKED

public static final int CHECKED
See Also:
Constant Field Values

DIRTY

public static final int DIRTY
See Also:
Constant Field Values

NOSCROLL

public static final int NOSCROLL
See Also:
Constant Field Values

POS_LEFT

public static final int POS_LEFT
See Also:
Constant Field Values

POS_TOP

public static final int POS_TOP
See Also:
Constant Field Values

SIZE_WIDTH

public static final int SIZE_WIDTH
See Also:
Constant Field Values

SIZE_HEIGHT

public static final int SIZE_HEIGHT
See Also:
Constant Field Values

POS_ZINDEX

public static final int POS_ZINDEX
See Also:
Constant Field Values

SOURCE

public static final int SOURCE
See Also:
Constant Field Values

FRIENDLYNAME

public static final int FRIENDLYNAME
See Also:
Constant Field Values

SUBSCRIBEDURL

public static final int SUBSCRIBEDURL
See Also:
Constant Field Values

ALL

public static final int ALL
See Also:
Constant Field Values
Constructor Detail

ModifyDesktopItemOptions

public ModifyDesktopItemOptions()