Uses of Class
com.iizix.prop.PropValidateException
Packages that use PropValidateException Package Description com.iizix.prop com.iizix.prop.ui.chart com.iizix.prop.ui.chart.axis2d com.iizix.prop.ui.chart.plot2d Uses of PropValidateException in com.iizix.prop
Methods in com.iizix.prop that throw PropValidateException Modifier and Type Method Description default boolean
IPropCnrIntegerSettings. set(INTEGER_OPTION option, int value)
Sets a number option.default boolean
IPropCnrKStringSettings. set(KSTRING_OPTION option, KString value)
Sets a KString option.default boolean
IPropCnrKStringSettings. set(KSTRING_OPTION option, java.lang.String value)
Sets a KString option as a plain string.default boolean
IPropCnrNumberSettings. set(NUMBER_OPTION option, double value)
Sets a number option.default boolean
IPropCnrStringSettings. set(STRING_OPTION option, java.lang.String value)
Sets a string option.boolean
KStringProp. setHTMLString(java.lang.String newValue)
Sets a new HTML String value for this property.boolean
KStringProp. setPLAINString(java.lang.String newValue)
Sets a new PLAIN String value for this property.boolean
KStringProp. setPLAINString(java.lang.String newValue, boolean usesTagProcessing)
Sets a new PLAIN String value for this property.boolean
AbstractReference. setPropValue(java.lang.String newValue)
Sets a new value for this property.boolean
DoubleProp. setPropValue(double newValue)
Sets a new value for this property.boolean
Int32Prop. setPropValue(int newValue)
Sets a new value for this property.boolean
IntProp. setPropValue(int newValue)
Sets a new value for this property.boolean
KStringProp. setPropValue(KString newValue)
Sets a new value for this property.boolean
KStringProp. setPropValue(java.lang.String newValue)
Sets a new PLAIN String value for this property.boolean
LongProp. setPropValue(long newValue)
Sets a new value for this property.boolean
PlainKStringProp. setPropValue(KString newValue)
Sets a new value for this property.boolean
PlainKStringProp. setPropValue(PlainKString newValue)
Sets a new value for this property.boolean
StringProp. setPropValue(java.lang.String newValue)
Sets a new value for this property.boolean
StylesReferences. setPropValue(java.lang.String newValue)
Sets a new value for this property.boolean
ValueTypeProp. setPropValue(java.lang.String type)
Sets a new value for this property.default void
IPropCnrInteger. validate(PropCnr pc, int value)
Validates a new value.default void
IPropCnrKString. validate(PropCnr pc, KString ks)
Validates a new string.default void
IPropCnrNumber. validate(PropCnr pc, double value)
Validates a new value.default void
IPropCnrString. validate(PropCnr pc, java.lang.String string)
Validates a new string.Constructors in com.iizix.prop that throw PropValidateException Constructor Description AssetReferences(Atom propertyAtom, java.lang.String newValue)
Creates a Styles Reference property with the specified name and value.DoubleProp(Atom propertyAtom, double newValue)
Creates a Double property with the specified name and value.Int32Prop(Atom propertyAtom, int newValue)
Creates an Integer property with the specified name and value.IntProp(Atom propertyAtom, int newValue)
Creates an Integer property with the specified name and value.KStringProp(Atom propertyAtom, java.lang.String newValue)
Creates a KString property with the specified name and value.LongProp(Atom propertyAtom, long newValue)
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, java.lang.String password)
Creates a Password property with the specified name and value.PlainKStringProp(Atom propertyAtom, java.lang.String newValue)
Creates a KString property with the specified name and value.StringProp(Atom propertyAtom, java.lang.String newValue)
Creates a String property with the specified name and value.StylesReferences(Atom propertyAtom, java.lang.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 PropValidateException Modifier and Type Method Description void
ChartInteger. validate(PropCnr pc, int value)
Validates a new value.Uses of PropValidateException in com.iizix.prop.ui.chart.axis2d
Methods in com.iizix.prop.ui.chart.axis2d that throw PropValidateException Modifier and Type Method Description void
AxisInteger. validate(PropCnr pc, int value)
Validates a new value.Uses of PropValidateException in com.iizix.prop.ui.chart.plot2d
Methods in com.iizix.prop.ui.chart.plot2d that throw PropValidateException Modifier and Type Method Description void
PlotInteger. validate(PropCnr pc, int value)
Validates a new value.