org.gnu.gconf
Class ConfEntry

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.glib.MemStruct
          extended by org.gnu.gconf.ConfEntry

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.

public class ConfEntry
extends org.gnu.glib.MemStruct

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

ConfEntry

public 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.

Construct a new ConfEntry object

Parameters:
key -
value -

ConfEntry

public ConfEntry(org.gnu.glib.Handle handle)
Deprecated. 
Method Detail

getKey

public 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.

Return the key field of the entry.


getValue

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.


setValue

public void setValue(ConfValue value)
Deprecated. 

stealValue

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.


getSchemaName

public java.lang.String getSchemaName()
Deprecated. 

setSchemaName

public void setSchemaName(java.lang.String name)
Deprecated. 

isDefault

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.


setIsDefault

public void setIsDefault(boolean isDefault)
Deprecated.