Uses of Class
com.iizix.prop.PropError
Packages that use PropError
Uses of PropError in com.iizigo.editor.complex
Methods in com.iizigo.editor.complex with parameters of type PropErrorModifier and TypeMethodDescriptionvoid
ComplexOperation.setPropError
(GProp<?> gp, PropError pe) Sets all errors in a property.Uses of PropError in com.iizix.prop
Methods in com.iizix.prop that return PropErrorModifier and TypeMethodDescriptionPropError.clone()
Clones this instance.final PropError
GProp.getPropError()
Gets the property error instance.IGProp.getPropError()
Gets the property error instance.Methods in com.iizix.prop with parameters of type PropErrorModifier and TypeMethodDescriptionboolean
Verification of equality, except the specified the specified ID's.protected final boolean
AbstractReference.equalsErrors
(PropError pe1, PropError pe2, int how) Processes error property verification.protected boolean
AssetReferences.equalsErrors
(PropError pe1, PropError pe2, int how) Processes error property verification.protected boolean
ClassReference.equalsErrors
(PropError pe1, PropError pe2, int how) Processes error property verification.protected boolean
GProp.equalsErrors
(PropError pe1, PropError pe2, int how) Processes error property verification.protected boolean
MethodReference.equalsErrors
(PropError pe1, PropError pe2, int how) Processes error property verification.protected boolean
MethodReference2.equalsErrors
(PropError pe1, PropError pe2, int how) Processes error property verification.boolean
GProp.setPropError
(PropError error) Sets all or clears the errors for the property.void
IComplexOperation.setPropError
(GProp<?> gp, PropError pe) Sets all errors in a property.static void
IComplexOperation.setPropError
(IComplexOperation op, IGProp<?> gp, PropError pe) Sets all errors in a property.boolean
IGProp.setPropError
(PropError error) Sets all or clears the errors for the property.Uses of PropError in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type PropErrorModifier and TypeMethodDescriptionprotected boolean
VSRelativeReference.equalsErrors
(PropError pe1, PropError pe2, int how) Processes error property verification.