org.gnu.gconf

Class ConfSchema


public class ConfSchema
extends Boxed

Constructor Summary

ConfSchema()
ConfSchema(Handle handle)

Method Summary

protected void
finalize()
protected static void
gconf_schema_free(Handle schema)
protected static int
gconf_schema_get_car_type(Handle schema)
protected static int
gconf_schema_get_cdr_type(Handle schema)
protected static Handle
gconf_schema_get_default_value(Handle schema)
protected static int
gconf_schema_get_list_type(Handle schema)
protected static String
gconf_schema_get_locale(Handle schema)
protected static String
gconf_schema_get_long_desc(Handle schema)
protected static String
gconf_schema_get_owner(Handle schema)
protected static String
gconf_schema_get_short_desc(Handle schema)
protected static int
gconf_schema_get_type(Handle schema)
protected static Handle
gconf_schema_new()
protected static void
gconf_schema_set_car_type(Handle schema, int type)
protected static void
gconf_schema_set_cdr_type(Handle schema, int type)
protected static void
gconf_schema_set_default_value(Handle schema, Handle value)
protected static void
gconf_schema_set_default_value_nocopy(Handle schema, Handle value)
protected static void
gconf_schema_set_list_type(Handle schema, int type)
protected static void
gconf_schema_set_locale(Handle schema, String locale)
protected static void
gconf_schema_set_long_desc(Handle schema, String desc)
protected static void
gconf_schema_set_owner(Handle schema, String owner)
protected static void
gconf_schema_set_short_desc(Handle schema, String desc)
protected static void
gconf_schema_set_type(Handle schema, int type)
ConfValueType
getCarType()
ConfValueType
getCdrType()
ConfValue
getDefaultValue()
ConfValueType
getListType()
String
getLocale()
String
getLongDescription()
String
getOwner()
String
getShortDescription()
ConfValueType
getType()
void
setCarType(ConfValueType type)
void
setCdrType(ConfValueType type)
void
setDefaultValue(ConfValue value)
void
setListType(ConfValueType type)
void
setLocale(String locale)
void
setLongDescription(String desc)
void
setOwner(String owner)
void
setShortDescription(String desc)
void
setType(ConfValueType type)

Constructor Details

ConfSchema

public ConfSchema()


ConfSchema

public ConfSchema(Handle handle)

Method Details

finalize

protected void finalize()
            throws Throwable


gconf_schema_free

protected static final void gconf_schema_free(Handle schema)


gconf_schema_get_car_type

protected static final int gconf_schema_get_car_type(Handle schema)


gconf_schema_get_cdr_type

protected static final int gconf_schema_get_cdr_type(Handle schema)


gconf_schema_get_default_value

protected static final Handle gconf_schema_get_default_value(Handle schema)


gconf_schema_get_list_type

protected static final int gconf_schema_get_list_type(Handle schema)


gconf_schema_get_locale

protected static final String gconf_schema_get_locale(Handle schema)


gconf_schema_get_long_desc

protected static final String gconf_schema_get_long_desc(Handle schema)


gconf_schema_get_owner

protected static final String gconf_schema_get_owner(Handle schema)


gconf_schema_get_short_desc

protected static final String gconf_schema_get_short_desc(Handle schema)


gconf_schema_get_type

protected static final int gconf_schema_get_type(Handle schema)


gconf_schema_new

protected static final Handle gconf_schema_new()


gconf_schema_set_car_type

protected static final void gconf_schema_set_car_type(Handle schema,
                                                      int type)


gconf_schema_set_cdr_type

protected static final void gconf_schema_set_cdr_type(Handle schema,
                                                      int type)


gconf_schema_set_default_value

protected static final void gconf_schema_set_default_value(Handle schema,
                                                           Handle value)


gconf_schema_set_default_value_nocopy

protected static final void gconf_schema_set_default_value_nocopy(Handle schema,
                                                                  Handle value)


gconf_schema_set_list_type

protected static final void gconf_schema_set_list_type(Handle schema,
                                                       int type)


gconf_schema_set_locale

protected static final void gconf_schema_set_locale(Handle schema,
                                                    String locale)


gconf_schema_set_long_desc

protected static final void gconf_schema_set_long_desc(Handle schema,
                                                       String desc)


gconf_schema_set_owner

protected static final void gconf_schema_set_owner(Handle schema,
                                                   String owner)


gconf_schema_set_short_desc

protected static final void gconf_schema_set_short_desc(Handle schema,
                                                        String desc)


gconf_schema_set_type

protected static final void gconf_schema_set_type(Handle schema,
                                                  int type)


getCarType

public ConfValueType getCarType()


getCdrType

public ConfValueType getCdrType()


getDefaultValue

public ConfValue getDefaultValue()


getListType

public ConfValueType getListType()


getLocale

public String getLocale()


getLongDescription

public String getLongDescription()


getOwner

public String getOwner()


getShortDescription

public String getShortDescription()


getType

public ConfValueType getType()


setCarType

public void setCarType(ConfValueType type)


setCdrType

public void setCdrType(ConfValueType type)


setDefaultValue

public void setDefaultValue(ConfValue value)


setListType

public void setListType(ConfValueType type)


setLocale

public void setLocale(String locale)


setLongDescription

public void setLongDescription(String desc)


setOwner

public void setOwner(String owner)


setShortDescription

public void setShortDescription(String desc)


setType

public void setType(ConfValueType type)