Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
MemStruct
org.gnu.gconf.ConfEntry
public class ConfEntry
extends MemStruct
Constructor Summary | |
| |
Method Summary | |
String |
|
String | |
ConfValue |
|
boolean |
|
void |
|
void |
|
void | |
ConfValue |
|
public ConfEntry(Handle handle)
public ConfEntry(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.
Construct a new ConfEntry object
- Parameters:
key
-value
-
public 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.
Return the key field of the entry.
public String getSchemaName()
public 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.
Return the value field of the entry.
public 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.
Returns if the value in this entry is a default value.
public void setIsDefault(boolean isDefault)
public void setSchemaName(String name)
public 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.
Extract the value from this ConfEntry leaving the value set to null.