Alphabetical Index

A B C D F G I L N O P R S T U X

A

Add a directory to the list of directories the ConfClient will watch.
Register an object to handle notify events.
and(org.gnu.gconf.ConfValueType) - method in class org.gnu.gconf.ConfValueType

B

BAD_ADDRESS - static field in class org.gnu.gconf.ConfException
BAD_KEY - static field in class org.gnu.gconf.ConfException
BOOL - static field in class org.gnu.gconf.ConfValueType

C

clearCache() - method in class org.gnu.gconf.ConfClient
If you know you're done reading values for a while you can blow away the cache.
ConfClient - class org.gnu.gconf.ConfClient
ConfClient provides a client-side cache for a specified list of directories your're interested in.
ConfClientListener - interface org.gnu.gconf.ConfClientListener
Used to tell ConfCient how to preload one of its directories.
ConfEntry - class org.gnu.gconf.ConfEntry
Stores an entry for a GConf "directory", including a key-value pair, the name of the schema applicable to this entry, whether the value is a default value, and whether GConf can write a new value at this time.
ConfEntry(Handle) - constructor for class org.gnu.gconf.ConfEntry
ConfEntry(String,org.gnu.gconf.ConfValue) - constructor for class org.gnu.gconf.ConfEntry
Construct a new ConfEntry object
ConfException - class org.gnu.gconf.ConfException
ConfException(int) - constructor for class org.gnu.gconf.ConfException
Config - interface org.gnu.gconf.Config
ConfMetaInfo - class org.gnu.gconf.ConfMetaInfo
ConfMetaInfo() - constructor for class org.gnu.gconf.ConfMetaInfo
ConfSchema - class org.gnu.gconf.ConfSchema
ConfSchema() - constructor for class org.gnu.gconf.ConfSchema
ConfSchema(Handle) - constructor for class org.gnu.gconf.ConfSchema
ConfValue - class org.gnu.gconf.ConfValue
Represents a dynamically-typed value in GConf.
ConfValue(Handle) - constructor for class org.gnu.gconf.ConfValue
ConfValue(org.gnu.gconf.ConfValueType) - constructor for class org.gnu.gconf.ConfValue
Construct a new ConfValue object of the type provided.
ConfValueType - class org.gnu.gconf.ConfValueType
Used to indicate the type of a ConfValue.
CORRUPT - static field in class org.gnu.gconf.ConfException

D

dirExists(String) - method in class org.gnu.gconf.ConfClient
Check to see if a directory exists in the GConf database.

F

FAILED - static field in class org.gnu.gconf.ConfException
FLOAT - static field in class org.gnu.gconf.ConfValueType

G

GCONF_API_VERSION - static field in class org.gnu.gconf.Config
Version of GConf that these bindings wrap.
get(String) - method in class org.gnu.gconf.ConfClient
Get the value of a configuration key.
getAllDirs(String) - method in class org.gnu.gconf.ConfClient
Get a list of the subdirectories in the provided directory.
getAllEntries(String) - method in class org.gnu.gconf.ConfClient
Get a list of all ConfEntries in the provided direcotry.
getBoolean() - method in class org.gnu.gconf.ConfValue
getBoolean(String) - method in class org.gnu.gconf.ConfClient
Request the boolean value stored at the provided key.
getCar() - method in class org.gnu.gconf.ConfValue
getCarType() - method in class org.gnu.gconf.ConfSchema
getCdr() - method in class org.gnu.gconf.ConfValue
getCdrType() - method in class org.gnu.gconf.ConfSchema
getDefaultFromSchema(String) - method in class org.gnu.gconf.ConfClient
Return the default value stored in the key's schema, if the key has a schema associated and the schema exists and the schema contains a default value.
getDefaultValue() - method in class org.gnu.gconf.ConfSchema
getDouble() - method in class org.gnu.gconf.ConfValue
getDouble(String) - method in class org.gnu.gconf.ConfClient
Request the double value stored at the provided key.
getEntry(String,String,boolean) - method in class org.gnu.gconf.ConfClient
Obtain the full ConfEntry for a value.
getErrorCode() - method in class org.gnu.gconf.ConfException
getInstance() - static method in class org.gnu.gconf.ConfClient
Method to get the default ConfClient
getInt() - method in class org.gnu.gconf.ConfValue
getInt(String) - method in class org.gnu.gconf.ConfClient
Request the int value stored at the provided key.
getKey() - method in class org.gnu.gconf.ConfEntry
Return the key field of the entry.
getList() - method in class org.gnu.gconf.ConfValue
Request the object array stored at the key.
getListType() - method in class org.gnu.gconf.ConfSchema
getListType() - method in class org.gnu.gconf.ConfValue
getLocale() - method in class org.gnu.gconf.ConfSchema
getLongDescription() - method in class org.gnu.gconf.ConfSchema
getModTime() - method in class org.gnu.gconf.ConfMetaInfo
getModUser() - method in class org.gnu.gconf.ConfMetaInfo
getOwner() - method in class org.gnu.gconf.ConfSchema
getSchema() - method in class org.gnu.gconf.ConfMetaInfo
getSchema() - method in class org.gnu.gconf.ConfValue
getSchema(String) - method in class org.gnu.gconf.ConfClient
Request the ConfSchema value stored at the provided key.
getSchemaName() - method in class org.gnu.gconf.ConfEntry
getShortDescription() - method in class org.gnu.gconf.ConfSchema
getString() - method in class org.gnu.gconf.ConfValue
getString(String) - method in class org.gnu.gconf.ConfClient
Request the String value stored at the provided key.
getType() - method in class org.gnu.gconf.ConfSchema
getValue() - method in class org.gnu.gconf.ConfEntry
Return the value field of the entry.

I

IN_SHUTDOWN - static field in class org.gnu.gconf.ConfException
INT - static field in class org.gnu.gconf.ConfValueType
intern(int) - static method in class org.gnu.gconf.ConfClientPreloadType
intern(int) - static method in class org.gnu.gconf.ConfValueType
INVALID - static field in class org.gnu.gconf.ConfValueType
IS_DIR - static field in class org.gnu.gconf.ConfException
IS_KEY - static field in class org.gnu.gconf.ConfException
isDefault() - method in class org.gnu.gconf.ConfEntry
Returns if the value in this entry is a default value.

L

LIBRARY_NAME - static field in class org.gnu.gconf.Config
Name of the library
LIST - static field in class org.gnu.gconf.ConfValueType
LOCAL_ENGINE - static field in class org.gnu.gconf.ConfException
LOCK_FAILED - static field in class org.gnu.gconf.ConfException

N

NO_PERMISSION - static field in class org.gnu.gconf.ConfException
NO_SERVER - static field in class org.gnu.gconf.ConfException
NO_WRITABLE_DATABASE - static field in class org.gnu.gconf.ConfException
NONE - static field in class org.gnu.gconf.ConfClientPreloadType
notifyCallback() - method in class org.gnu.gconf.ConfClient

O

OAF_ERROR - static field in class org.gnu.gconf.ConfException
ONELEVEL - static field in class org.gnu.gconf.ConfClientPreloadType
or(org.gnu.gconf.ConfValueType) - method in class org.gnu.gconf.ConfValueType
org.gnu.gconf - package
OVERRIDDEN - static field in class org.gnu.gconf.ConfException

P

PAIR - static field in class org.gnu.gconf.ConfValueType
PARSE_ERROR - static field in class org.gnu.gconf.ConfException
Preload a directory.

R

RECURSIVE - static field in class org.gnu.gconf.ConfClientPreloadType
removeDirectory(String) - method in class org.gnu.gconf.ConfClient
Remove a directory from the list created with addDirectory.
Removes a listener.

S

SCHEMA - static field in class org.gnu.gconf.ConfValueType
set(String,org.gnu.gconf.ConfValue) - method in class org.gnu.gconf.ConfClient
Set the value of a configuration key.
setBoolean(boolean) - method in class org.gnu.gconf.ConfValue
setBoolean(String,boolean) - method in class org.gnu.gconf.ConfClient
Change the value stored at the provided key to the provided boolean value.
setCar(org.gnu.gconf.ConfValue) - method in class org.gnu.gconf.ConfValue
setCarType(org.gnu.gconf.ConfValueType) - method in class org.gnu.gconf.ConfSchema
setCdr(org.gnu.gconf.ConfValue) - method in class org.gnu.gconf.ConfValue
setCdrType(org.gnu.gconf.ConfValueType) - method in class org.gnu.gconf.ConfSchema
setDouble(double) - method in class org.gnu.gconf.ConfValue
setDouble(String,double) - method in class org.gnu.gconf.ConfClient
Change the value stored at the provided key to the provided double value.
setInt(int) - method in class org.gnu.gconf.ConfValue
setInt(String,int) - method in class org.gnu.gconf.ConfClient
Change the value stored at the provided key to the provided int value.
setIsDefault(boolean) - method in class org.gnu.gconf.ConfEntry
setList(List) - method in class org.gnu.gconf.ConfValue
setListType(org.gnu.gconf.ConfValueType) - method in class org.gnu.gconf.ConfValue
setLocale(String) - method in class org.gnu.gconf.ConfSchema
setLongDescription(String) - method in class org.gnu.gconf.ConfSchema
setOwner(String) - method in class org.gnu.gconf.ConfSchema
setSchema(org.gnu.gconf.ConfSchema) - method in class org.gnu.gconf.ConfValue
Change the value stored at the provided key to the provided ConfSchema value.
setSchemaName(String) - method in class org.gnu.gconf.ConfEntry
setShortDescription(String) - method in class org.gnu.gconf.ConfSchema
setString(String) - method in class org.gnu.gconf.ConfValue
setString(String,String) - method in class org.gnu.gconf.ConfClient
Change the value stored at the provided key to the provided String value.
setType(org.gnu.gconf.ConfValueType) - method in class org.gnu.gconf.ConfSchema
setValue(org.gnu.gconf.ConfValue) - method in class org.gnu.gconf.ConfEntry
stealValue() - method in class org.gnu.gconf.ConfEntry
Extract the value from this ConfEntry leaving the value set to null.
STRING - static field in class org.gnu.gconf.ConfValueType
suggestSync() - method in class org.gnu.gconf.ConfClient
Suggest to gconfd that you've just finished a block of changes and it would be an optimal time to sync to permanent storage.

T

t() - method in class org.gnu.gconf.ConfClient
test(org.gnu.gconf.ConfValueType) - method in class org.gnu.gconf.ConfValueType
toString() - method in class org.gnu.gconf.ConfValue
TYPE_MISMATCH - static field in class org.gnu.gconf.ConfException

U

unset(String) - method in class org.gnu.gconf.ConfClient
Unsets the value of the provided key.

X

xor(org.gnu.gconf.ConfValueType) - method in class org.gnu.gconf.ConfValueType