org.gnu.gconf
org.gnome.gconf.ConfEntry
.public class ConfEntry extends org.gnu.glib.MemStruct
Constructor and Description |
---|
ConfEntry(org.gnu.glib.Handle handle)
Deprecated.
|
ConfEntry(java.lang.String key,
ConfValue 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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
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.
|
java.lang.String |
getSchemaName()
Deprecated.
|
ConfValue |
getValue()
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.
|
boolean |
isDefault()
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.
|
void |
setIsDefault(boolean isDefault)
Deprecated.
|
void |
setSchemaName(java.lang.String name)
Deprecated.
|
void |
setValue(ConfValue value)
Deprecated.
|
ConfValue |
stealValue()
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.
|
public ConfEntry(java.lang.String key, ConfValue value)
key
- value
- public ConfEntry(org.gnu.glib.Handle handle)
public java.lang.String getKey()
public ConfValue getValue()
public void setValue(ConfValue value)
public ConfValue stealValue()
public java.lang.String getSchemaName()
public void setSchemaName(java.lang.String name)
public boolean isDefault()
public void setIsDefault(boolean isDefault)