Uses of Class
com.iizix.prop.PropValidateException
Packages that use PropValidateException
Package
Description
Uses of PropValidateException in com.iizix.prop
Methods in com.iizix.prop that throw PropValidateExceptionModifier and TypeMethodDescriptiondefault booleanIPropCnrIntegerSettings.set(INTEGER_OPTION option, int value) Sets a number option.default booleanIPropCnrKStringSettings.set(KSTRING_OPTION option, KString value) Sets a KString option.default booleanIPropCnrKStringSettings.set(KSTRING_OPTION option, String value) Sets a KString option as a plain string.default booleanIPropCnrNumberSettings.set(NUMBER_OPTION option, double value) Sets a number option.default booleanIPropCnrStringSettings.set(STRING_OPTION option, String value) Sets a string option.booleanKStringProp.setHTMLString(String newValue) Sets a new HTML String value for this property.booleanKStringProp.setPLAINString(String newValue) Sets a new PLAIN String value for this property.booleanKStringProp.setPLAINString(String newValue, boolean usesTagProcessing) Sets a new PLAIN String value for this property.final booleanAbstractReference.setPropValue(String newValue) Sets a new value for this property.booleanDoubleProp.setPropValue(double newValue) Sets a new value for this property.booleanInt32Prop.setPropValue(int newValue) Sets a new value for this property.booleanIntProp.setPropValue(int newValue) Sets a new value for this property.booleanKStringProp.setPropValue(KString newValue) Sets a new value for this property.booleanKStringProp.setPropValue(String newValue) Sets a new PLAIN String value for this property.booleanLongProp.setPropValue(long newValue) Sets a new value for this property.booleanPlainKStringProp.setPropValue(KString newValue) Sets a new value for this property.booleanPlainKStringProp.setPropValue(PlainKString newValue) Sets a new value for this property.booleanStringProp.setPropValue(String newValue) Sets a new value for this property.booleanStylesReferences.setPropValue(String newValue) Sets a new value for this property.booleanValueTypeProp.setPropValue(String type) Sets a new value for this property.default voidValidates a new value.default voidValidates a new string.default voidValidates a new value.default voidValidates a new string.Constructors in com.iizix.prop that throw PropValidateExceptionModifierConstructorDescriptionAssetReferences(Atom propertyAtom, String newValue) Creates a Asset References property with the specified name and value.DoubleProp(Atom propertyAtom, double newValue) Creates a Double property with the specified name and value.Creates an Integer property with the specified name and value.Creates an Integer property with the specified name and value.Creates a Long property with the specified name and value.NumberProp(Atom propertyAtom, double newValue) Creates a Number property with the specified name and value.PasswordProp(Atom propertyAtom, String password) Creates a Password property with the specified name and value.StringProp(Atom propertyAtom, String newValue) Creates a String property with the specified name and value.StylesReferences(Atom propertyAtom, String newValue) Creates a Styles Reference property with the specified name and value.Uses of PropValidateException in com.iizix.prop.ui.chart
Methods in com.iizix.prop.ui.chart that throw PropValidateExceptionUses of PropValidateException in com.iizix.prop.ui.chart.axis2d
Methods in com.iizix.prop.ui.chart.axis2d that throw PropValidateExceptionUses of PropValidateException in com.iizix.prop.ui.chart.plot2d
Methods in com.iizix.prop.ui.chart.plot2d that throw PropValidateException