Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
L
N
O
P
R
S
T
U
X
A
addDirectory(String, ConfClientPreloadType)
- Method in class org.gnu.gconf.
ConfClient
Add a directory to the list of directories the ConfClient will watch.
addListener(ConfClientListener, String)
- Method in class org.gnu.gconf.
ConfClient
Register an object to handle notify events.
and(ConfClientPreloadType)
- Method in class org.gnu.gconf.
ConfClientPreloadType
and(ConfValueType)
- Method in class org.gnu.gconf.
ConfValueType
B
BAD_ADDRESS
- Static variable in exception org.gnu.gconf.
ConfException
BAD_KEY
- Static variable in exception org.gnu.gconf.
ConfException
BOOL
- Static variable 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.
clientNotify(ConfEntry)
- Method in interface org.gnu.gconf.
ConfClientListener
ConfClient
- Class in
org.gnu.gconf
ConfClient provides a client-side cache for a specified list of directories your're interested in.
ConfClientListener
- Interface in
org.gnu.gconf
ConfClientPreloadType
- Class in
org.gnu.gconf
Used to tell ConfCient how to preload one of its directories.
ConfEntry
- Class in
org.gnu.gconf
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(String, ConfValue)
- Constructor for class org.gnu.gconf.
ConfEntry
Construct a new ConfEntry object
ConfEntry(Handle)
- Constructor for class org.gnu.gconf.
ConfEntry
ConfException
- Exception in
org.gnu.gconf
ConfException(int)
- Constructor for exception org.gnu.gconf.
ConfException
Config
- Interface in
org.gnu.gconf
ConfMetaInfo
- Class in
org.gnu.gconf
ConfMetaInfo()
- Constructor for class org.gnu.gconf.
ConfMetaInfo
ConfSchema
- Class in
org.gnu.gconf
ConfSchema()
- Constructor for class org.gnu.gconf.
ConfSchema
ConfSchema(Handle)
- Constructor for class org.gnu.gconf.
ConfSchema
ConfValue
- Class in
org.gnu.gconf
Represents a dynamically-typed value in GConf.
ConfValue(ConfValueType)
- Constructor for class org.gnu.gconf.
ConfValue
Construct a new ConfValue object of the type provided.
ConfValue(Handle)
- Constructor for class org.gnu.gconf.
ConfValue
ConfValueType
- Class in
org.gnu.gconf
Used to indicate the type of a ConfValue.
CORRUPT
- Static variable in exception 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 variable in exception org.gnu.gconf.
ConfException
FLOAT
- Static variable in class org.gnu.gconf.
ConfValueType
G
GCONF_API_VERSION
- Static variable in interface 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(String)
- Method in class org.gnu.gconf.
ConfClient
Request the boolean value stored at the provided key.
getBoolean()
- Method in class org.gnu.gconf.
ConfValue
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(String)
- Method in class org.gnu.gconf.
ConfClient
Request the double value stored at the provided key.
getDouble()
- Method in class org.gnu.gconf.
ConfValue
getEntry(String, String, boolean)
- Method in class org.gnu.gconf.
ConfClient
Obtain the full ConfEntry for a value.
getErrorCode()
- Method in exception org.gnu.gconf.
ConfException
getInstance()
- Static method in class org.gnu.gconf.
ConfClient
Method to get the default ConfClient
getInt(String)
- Method in class org.gnu.gconf.
ConfClient
Request the int value stored at the provided key.
getInt()
- Method in class org.gnu.gconf.
ConfValue
getKey()
- Method in class org.gnu.gconf.
ConfEntry
Return the key field of the entry.
getList(String, ConfValueType)
- Method in class org.gnu.gconf.
ConfClient
Request the object array stored at the key.
getList()
- Method in class org.gnu.gconf.
ConfValue
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(String)
- Method in class org.gnu.gconf.
ConfClient
Request the ConfSchema value stored at the provided key.
getSchema()
- Method in class org.gnu.gconf.
ConfMetaInfo
getSchema()
- Method in class org.gnu.gconf.
ConfValue
getSchemaName()
- Method in class org.gnu.gconf.
ConfEntry
getShortDescription()
- Method in class org.gnu.gconf.
ConfSchema
getString(String)
- Method in class org.gnu.gconf.
ConfClient
Request the String value stored at the provided key.
getString()
- Method in class org.gnu.gconf.
ConfValue
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 variable in exception org.gnu.gconf.
ConfException
INT
- Static variable 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 variable in class org.gnu.gconf.
ConfValueType
IS_DIR
- Static variable in exception org.gnu.gconf.
ConfException
IS_KEY
- Static variable in exception 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 variable in interface org.gnu.gconf.
Config
Name of the library
LIST
- Static variable in class org.gnu.gconf.
ConfValueType
LOCAL_ENGINE
- Static variable in exception org.gnu.gconf.
ConfException
LOCK_FAILED
- Static variable in exception org.gnu.gconf.
ConfException
N
NO_PERMISSION
- Static variable in exception org.gnu.gconf.
ConfException
NO_SERVER
- Static variable in exception org.gnu.gconf.
ConfException
NO_WRITABLE_DATABASE
- Static variable in exception org.gnu.gconf.
ConfException
NONE
- Static variable in class org.gnu.gconf.
ConfClientPreloadType
notifyCallback()
- Method in class org.gnu.gconf.
ConfClient
O
OAF_ERROR
- Static variable in exception org.gnu.gconf.
ConfException
ONELEVEL
- Static variable in class org.gnu.gconf.
ConfClientPreloadType
or(ConfClientPreloadType)
- Method in class org.gnu.gconf.
ConfClientPreloadType
or(ConfValueType)
- Method in class org.gnu.gconf.
ConfValueType
org.gnu.gconf
- package org.gnu.gconf
OVERRIDDEN
- Static variable in exception org.gnu.gconf.
ConfException
P
PAIR
- Static variable in class org.gnu.gconf.
ConfValueType
PARSE_ERROR
- Static variable in exception org.gnu.gconf.
ConfException
preload(String, ConfClientPreloadType)
- Method in class org.gnu.gconf.
ConfClient
Preload a directory.
R
RECURSIVE
- Static variable in class org.gnu.gconf.
ConfClientPreloadType
removeDirectory(String)
- Method in class org.gnu.gconf.
ConfClient
Remove a directory from the list created with addDirectory.
removeListener(ConfClientListener, String)
- Method in class org.gnu.gconf.
ConfClient
Removes a listener.
S
SCHEMA
- Static variable in class org.gnu.gconf.
ConfValueType
set(String, ConfValue)
- Method in class org.gnu.gconf.
ConfClient
Set the value of a configuration key.
setBoolean(String, boolean)
- Method in class org.gnu.gconf.
ConfClient
Change the value stored at the provided key to the provided boolean value.
setBoolean(boolean)
- Method in class org.gnu.gconf.
ConfValue
setCar(ConfValue)
- Method in class org.gnu.gconf.
ConfValue
setCarType(ConfValueType)
- Method in class org.gnu.gconf.
ConfSchema
setCdr(ConfValue)
- Method in class org.gnu.gconf.
ConfValue
setCdrType(ConfValueType)
- Method in class org.gnu.gconf.
ConfSchema
setDefaultValue(ConfValue)
- Method in class org.gnu.gconf.
ConfSchema
setDouble(String, double)
- Method in class org.gnu.gconf.
ConfClient
Change the value stored at the provided key to the provided double value.
setDouble(double)
- 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.
setInt(int)
- Method in class org.gnu.gconf.
ConfValue
setIsDefault(boolean)
- Method in class org.gnu.gconf.
ConfEntry
setList(String, ConfValueType, List)
- Method in class org.gnu.gconf.
ConfClient
setList(List)
- Method in class org.gnu.gconf.
ConfValue
setListType(ConfValueType)
- Method in class org.gnu.gconf.
ConfSchema
setListType(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(String, ConfSchema)
- Method in class org.gnu.gconf.
ConfClient
Change the value stored at the provided key to the provided ConfSchema value.
setSchema(ConfSchema)
- Method in class org.gnu.gconf.
ConfValue
setSchemaName(String)
- Method in class org.gnu.gconf.
ConfEntry
setShortDescription(String)
- Method in class org.gnu.gconf.
ConfSchema
setString(String, String)
- Method in class org.gnu.gconf.
ConfClient
Change the value stored at the provided key to the provided String value.
setString(String)
- Method in class org.gnu.gconf.
ConfValue
setType(ConfValueType)
- Method in class org.gnu.gconf.
ConfSchema
setValue(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 variable 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(ConfClientPreloadType)
- Method in class org.gnu.gconf.
ConfClientPreloadType
test(ConfValueType)
- Method in class org.gnu.gconf.
ConfValueType
toString()
- Method in class org.gnu.gconf.
ConfValue
TYPE_MISMATCH
- Static variable in exception org.gnu.gconf.
ConfException
U
unset(String)
- Method in class org.gnu.gconf.
ConfClient
Unsets the value of the provided key.
X
xor(ConfClientPreloadType)
- Method in class org.gnu.gconf.
ConfClientPreloadType
xor(ConfValueType)
- Method in class org.gnu.gconf.
ConfValueType
A
B
C
D
F
G
I
L
N
O
P
R
S
T
U
X
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes