org.gnu.gconf
public class ConfClientPreloadType extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class probably may or may not have an equivalent
in java-gnome 4.0; have a look for
org.gnome.gconf.ConfClientPreloadType
.
Field Summary | |
---|---|
static ConfClientPreloadType | NONE |
static ConfClientPreloadType | ONELEVEL |
static ConfClientPreloadType | RECURSIVE |
Method Summary | |
---|---|
ConfClientPreloadType | and(ConfClientPreloadType other) |
static ConfClientPreloadType | intern(int value) |
ConfClientPreloadType | or(ConfClientPreloadType other) |
boolean | test(ConfClientPreloadType other) |
ConfClientPreloadType | xor(ConfClientPreloadType other) |