org.gnu.gconf
public class ConfValue extends MemStruct
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.ConfValue.
| Constructor Summary | |
|---|---|
| ConfValue(ConfValueType type)
Construct a new ConfValue object of the type provided.
| |
| ConfValue(Handle handle) | |
| Method Summary | |
|---|---|
| boolean | getBoolean() |
| ConfValue | getCar() |
| ConfValue | getCdr() |
| double | getDouble() |
| int | getInt() |
| List | getList() |
| ConfValueType | getListType() |
| ConfSchema | getSchema() |
| String | getString() |
| void | setBoolean(boolean theBoolean) |
| void | setCar(ConfValue theCar) |
| void | setCdr(ConfValue theCdr) |
| void | setDouble(double theDouble) |
| void | setInt(int theInt) |
| void | setList(List theList) |
| void | setListType(ConfValueType type) |
| void | setSchema(ConfSchema theSchema) |
| void | setString(String theString) |
| String | toString() |
Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Construct a new ConfValue object of the type provided.Parameters: type