Uses of Class
com.iizix.prop.ReferenceString
Packages that use ReferenceString
Uses of ReferenceString in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return ReferenceStringModifier and TypeMethodDescriptionReferencePropEditor.getDefaultValue()Gets the default defined value to set in the property when defined.StylesReferencesPropEditor.getDefaultValue()Gets the default defined value to set in the property when defined.protected ReferenceStringGets the property value for a user input.protected ReferenceStringGets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type ReferenceStringModifier and TypeMethodDescriptionReferencePropEditor.formatValue(ReferenceString value) Formats the value for user input as a String.StylesReferencesPropEditor.formatValue(ReferenceString value) Formats the value for user input as a String.Uses of ReferenceString in com.iizix.prop
Methods in com.iizix.prop that return ReferenceStringModifier and TypeMethodDescriptionReferenceString.clone()Clones the reference string.protected ReferenceStringAbstractReference.getReferenceString()Gets the current reference string.StylesReferences.getReferenceString()Gets the reference string.Methods in com.iizix.prop with parameters of type ReferenceStringModifier and TypeMethodDescriptionbooleanReferenceString.equalsOnlyReferenceString(ReferenceString rs) Checks if two reference strings are equal (excluding their object).protected final ObjectAbstractReference.equalValues(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how) Checks for property value equality.protected ObjectStylesReferences.equalValues(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how) Checks for property value equality.protected StringAbstractBaseRelativeReference.getLookupPropReference(ReferenceString name) Creates the reference string to look-up from the ReferenceString.protected StringAbstractFixedVirtualizedBaseRelativeReference.getLookupPropReference(ReferenceString name) Creates the reference string to look-up from the ReferenceString.protected StringAbstractReference.getLookupPropReference(ReferenceString name) Creates the reference string to look-up from the ReferenceString.