public class ApplyChangesOptions
extends com.jniwrapper.util.FlagSet
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ApplyChangesOptions() |
ApplyChangesOptions(long flags) |
public static final int SAVE
public static final int HTMLGEN
public static final int REFRESH
public static final int ALL
public static final int FORCE
public static final int BUFFERED_REFRESH