org.gnu.gconf
Class ConfValue
public class ConfValue
extends MemStruct
Represents a dynamically-typed value in GConf.
ConfValue(Handle handle)
|
ConfValue(ConfValueType type) - 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.
|
ConfValue
public ConfValue(Handle handle)
ConfValue
public ConfValue(ConfValueType type)
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 ConfValue object of the type provided.
getBoolean
public boolean getBoolean()
getDouble
public double getDouble()
getInt
public int getInt()
getList
public List getList()
getString
public String getString()
setBoolean
public void setBoolean(boolean theBoolean)
setDouble
public void setDouble(double theDouble)
setInt
public void setInt(int theInt)
setList
public void setList(List theList)
setSchema
public void setSchema(ConfSchema theSchema)
setString
public void setString(String theString)
toString
public String toString()