Uses of Class
com.iizix.prop.PropError
Uses of PropError in com.iizigo.editor.complex
Modifier and TypeMethodDescriptionvoid
ComplexOperation.setPropError
(GProp<?> gp, PropError pe) Sets all errors in a property.Uses of PropError in com.iizix.prop
Modifier and TypeMethodDescriptionPropError.clone()
Clones this instance.final PropError
GProp.getPropError()
Gets the property error instance.IGProp.getPropError()
Gets the property error instance.Modifier 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
Modifier and TypeMethodDescriptionprotected boolean
VSRelativeReference.equalsErrors
(PropError pe1, PropError pe2, int how) Processes error property verification.