|
||||||||
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.ConfSchema
org.gnome.gconf.ConfSchema
.
public class ConfSchema
Constructor Summary | |
---|---|
ConfSchema()
Deprecated. |
|
ConfSchema(org.gnu.glib.Handle handle)
Deprecated. |
Method Summary | |
---|---|
ConfValueType |
getCarType()
Deprecated. |
ConfValueType |
getCdrType()
Deprecated. |
ConfValue |
getDefaultValue()
Deprecated. |
ConfValueType |
getListType()
Deprecated. |
java.lang.String |
getLocale()
Deprecated. |
java.lang.String |
getLongDescription()
Deprecated. |
java.lang.String |
getOwner()
Deprecated. |
java.lang.String |
getShortDescription()
Deprecated. |
ConfValueType |
getType()
Deprecated. |
void |
setCarType(ConfValueType type)
Deprecated. |
void |
setCdrType(ConfValueType type)
Deprecated. |
void |
setDefaultValue(ConfValue value)
Deprecated. |
void |
setListType(ConfValueType type)
Deprecated. |
void |
setLocale(java.lang.String locale)
Deprecated. |
void |
setLongDescription(java.lang.String desc)
Deprecated. |
void |
setOwner(java.lang.String owner)
Deprecated. |
void |
setShortDescription(java.lang.String desc)
Deprecated. |
void |
setType(ConfValueType type)
Deprecated. |
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 ConfSchema()
public ConfSchema(org.gnu.glib.Handle handle)
Method Detail |
---|
public java.lang.String getLocale()
public void setLocale(java.lang.String locale)
public java.lang.String getShortDescription()
public void setShortDescription(java.lang.String desc)
public java.lang.String getLongDescription()
public void setLongDescription(java.lang.String desc)
public java.lang.String getOwner()
public void setOwner(java.lang.String owner)
public ConfValueType getType()
public void setType(ConfValueType type)
public ConfValueType getListType()
public void setListType(ConfValueType type)
public ConfValueType getCarType()
public void setCarType(ConfValueType type)
public ConfValueType getCdrType()
public void setCdrType(ConfValueType type)
public ConfValue getDefaultValue()
public void setDefaultValue(ConfValue value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |