|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.MemStruct
org.gnu.gconf.ConfEntry
org.gnome.gconf.ConfEntry.
public class ConfEntry
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.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.gnu.glib.MemStruct |
|---|
getMemStructFromHandle |
| Methods inherited from class org.gnu.glib.Struct |
|---|
equals, getHandle, getNullHandle, hashCode |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfEntry(java.lang.String key,
ConfValue value)
key - value - public ConfEntry(org.gnu.glib.Handle handle)
| Method Detail |
|---|
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)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||