com.jniwrapper.win32.shell
Class ApplyChangesOptions

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

public class ApplyChangesOptions
extends com.jniwrapper.util.FlagSet

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


Field Summary
static int ALL
          Aggregate of the SAVE, HTMLGEN, and REFRESH values.
static int BUFFERED_REFRESH
          Starts a timer and aggregates all the buffered refresh requests during that time interval into a single refresh
static int FORCE
          Force an Active Desktop change.
static int HTMLGEN
          Regenerate the desktop HTML file.
static int REFRESH
          Refresh the desktop item.
static int SAVE
          Save the desktop item.
 
Constructor Summary
ApplyChangesOptions()
           
ApplyChangesOptions(long flags)
           
 
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

SAVE

public static final int SAVE
Save the desktop item.

See Also:
Constant Field Values

HTMLGEN

public static final int HTMLGEN
Regenerate the desktop HTML file.

See Also:
Constant Field Values

REFRESH

public static final int REFRESH
Refresh the desktop item.

See Also:
Constant Field Values

ALL

public static final int ALL
Aggregate of the SAVE, HTMLGEN, and REFRESH values.

See Also:
Constant Field Values

FORCE

public static final int FORCE
Force an Active Desktop change.

See Also:
Constant Field Values

BUFFERED_REFRESH

public static final int BUFFERED_REFRESH
Starts a timer and aggregates all the buffered refresh requests during that time interval into a single refresh

See Also:
Constant Field Values
Constructor Detail

ApplyChangesOptions

public ApplyChangesOptions()

ApplyChangesOptions

public ApplyChangesOptions(long flags)