org.gnu.gconf
public class ConfSchema extends MemStruct
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.ConfSchema
.
Constructor Summary | |
---|---|
ConfSchema() | |
ConfSchema(Handle handle) |
Method Summary | |
---|---|
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) |