org.gnu.gconf

Class ConfClientPreloadType

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.

Used to tell ConfCient how to preload one of its directories.
Field Summary
static ConfClientPreloadTypeNONE
static ConfClientPreloadTypeONELEVEL
static ConfClientPreloadTypeRECURSIVE
Method Summary
ConfClientPreloadTypeand(ConfClientPreloadType other)
static ConfClientPreloadTypeintern(int value)
ConfClientPreloadTypeor(ConfClientPreloadType other)
booleantest(ConfClientPreloadType other)
ConfClientPreloadTypexor(ConfClientPreloadType other)

Field Detail

NONE

public static final ConfClientPreloadType NONE

ONELEVEL

public static final ConfClientPreloadType ONELEVEL

RECURSIVE

public static final ConfClientPreloadType RECURSIVE

Method Detail

and

public ConfClientPreloadType and(ConfClientPreloadType other)

intern

public static ConfClientPreloadType intern(int value)

or

public ConfClientPreloadType or(ConfClientPreloadType other)

test

public boolean test(ConfClientPreloadType other)

xor

public ConfClientPreloadType xor(ConfClientPreloadType other)