void | ErrorsProp.addError(GError e) | Adds a error to the array. |
---|
void | ErrorsProp.addErrors(GError[] errors) | Adds all errors from an array. |
---|
void | ErrorsProp.addErrors(java.util.List<GError> newList) | Adds all errors from a list. |
---|
void | StringArrayProp.addString(java.lang.String s) | Adds a string to the array. |
---|
void | StringArrayProp.addString(java.lang.String s, int index) | Adds (inserts) a string at the requested index in the array. |
---|
boolean | StringSetProp.addString(java.lang.String string) | Puts the key and value strings in the map. |
---|
void | StringArrayProp.addStrings(java.lang.String[] strings) | Adds all strings from a string array. |
---|
void | StringArrayProp.addStrings(java.util.List<java.lang.String> newStringList) | Adds all strings from a list. |
---|
boolean | ErrorsProp.clear() | Removes all errors from the array. |
---|
boolean | StringArrayProp.clear() | Removes all strings from the array. |
---|
boolean | StringMapProp.clear() | Removes all entries from the map. |
---|
java.lang.String | StringMapProp.put(java.lang.String key, java.lang.String value) | Puts the key and value strings in the map. |
---|
boolean | StringSetProp.removeAll() | Removes all entries from the set. |
---|
GError | ErrorsProp.removeError(int index) | Removes an error in the at a specific index. |
---|
java.lang.String | StringMapProp.removeKey(java.lang.String key) | Removes the requested key string from the map. |
---|
java.lang.String | StringArrayProp.removeString(int index) | Removes a string in the at a specific index. |
---|
boolean | StringArrayProp.removeString(java.lang.String s) | Removes the request string from the array. |
---|
boolean | StringSetProp.removeString(java.lang.String string) | Removes the string from the map. |
---|
LocaleInfo | EnvProps.setLocale(LocaleInfo locale) | Changes or sets the LocaleInfo for the environment. |
---|
boolean | GProp.setPropErroredName(java.lang.String name) | Sets the errored name for this property. |
---|
java.lang.String | StringArrayProp.setString(java.lang.String s, int index) | Sets a string at a specific index in the array. |
---|
void | XMLSchemaValidatorProp.setXMLSchemas(java.util.Map<java.lang.String,java.lang.String> schemaSources, javax.xml.validation.Validator validator) | Assigns the map of the schema sources along with an existing validator. |
---|
void | ErrorsProp.sortList() | Sorts the list according to the default JVM locale. |
---|
void | StringArrayProp.sortList() | Sorts the list according to the default JVM locale. |
---|
void | StringArrayProp.sortList(boolean isCaseInsensitive) | Sorts the list according to the default JVM locale. |
---|
void | StringArrayProp.sortList(java.util.Locale locale) | Sorts the list according to a locale. |
---|
void | StringArrayProp.sortList(java.util.Locale locale, boolean isCaseInsensitive) | Sorts the list according to a locale. |
---|
protected void | GProp.throwIfReadOnly() | Throw an error if the property is read-only. |
---|
void | AbstractReference.validatePropType(java.lang.Object newValue) | Validates that the value to set is of ReferenceString instance. |
---|
void | BadgeProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of GBadge instance. |
---|
void | BoolProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of Boolean instance. |
---|
void | ByteArrayProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of Font instance. |
---|
void | CharProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of Boolean instance. |
---|
void | CodeItemArrayProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of List<?> instance. |
---|
void | ColorProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of GColor instance. |
---|
void | DateTimeProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of GDateTime instance. |
---|
void | DoubleProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of Double instance. |
---|
void | ErrorsProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of List<?> instance. |
---|
void | FillProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of GFill instance. |
---|
void | FontProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of GFont instance. |
---|
abstract void | GProp.validatePropType(java.lang.Object newValue) | Validates the newValue against the property object type. |
---|
void | GradientProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of GGradient instance. |
---|
void | IGProp.validatePropType(java.lang.Object newValue) | Validates the newValue against the property object type. |
---|
void | Int32Prop.validatePropType(java.lang.Object newValue) | Validates that the value to set is of Integer instance. |
---|
void | IntProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of Integer instance. |
---|
void | KStringProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of String instance. |
---|
void | LongProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of Long instance. |
---|
void | MultiProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of GColor instance. |
---|
void | PlainKStringProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of String instance. |
---|
void | PrivProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of Boolean instance. |
---|
void | PropCnr.validatePropType(java.lang.Object newValue) | Validates the newValue against the property object type. |
---|
void | RectProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of GRect instance. |
---|
void | SizeProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of GSize instance. |
---|
void | StringArrayProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of List<?> instance. |
---|
void | StringMapProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of Map<?,?> instance. |
---|
void | StringProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of String instance. |
---|
void | StringSetProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of Set<?> instance. |
---|
void | StrokeProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of GStroke instance. |
---|
void | StylesReferences.validatePropType(java.lang.Object newValue) | Validates that the value to set is of ReferenceString instance. |
---|
void | UnitProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of GUnit instance. |
---|
void | ValueProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of GColor instance. |
---|
void | ValueTypeProp.validatePropType(java.lang.Object newValue) | Validates that the value to set is of String instance. |
---|