org.gnu.gconf
public class ConfEntry 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.ConfEntry
.
Constructor Summary | |
---|---|
ConfEntry(String key, ConfValue value)
Construct a new ConfEntry object
| |
ConfEntry(Handle handle) |
Method Summary | |
---|---|
String | getKey()
Return the key field of the entry. |
String | getSchemaName() |
ConfValue | getValue()
Return the value field of the entry. |
boolean | isDefault()
Returns if the value in this entry is a default value. |
void | setIsDefault(boolean isDefault) |
void | setSchemaName(String name) |
void | setValue(ConfValue value) |
ConfValue | stealValue()
Extract the value from this ConfEntry leaving the value set to null. |
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 ConfEntry objectParameters: key value
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.
Return the key field of the entry.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.
Return the value field of the entry.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.
Returns if the value in this entry is a default value.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.
Extract the value from this ConfEntry leaving the value set to null.