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 ReferenceString
Gets the property value for a user input.protected ReferenceString
Gets 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 ReferenceString
AbstractReference.getReferenceString()
Gets the current reference string.StylesReferences.getReferenceString()
Gets the reference string.Methods in com.iizix.prop with parameters of type ReferenceStringModifier and TypeMethodDescriptionboolean
ReferenceString.equalsOnlyReferenceString
(ReferenceString rs) Checks if two reference strings are equal (excluding their object).protected final Object
AbstractReference.equalValues
(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how) Checks for property value equality.protected Object
StylesReferences.equalValues
(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how) Checks for property value equality.protected String
AbstractBaseRelativeReference.getLookupPropReference
(ReferenceString name) Creates the reference string to look-up from the ReferenceString.protected String
AbstractFixedVirtualizedBaseRelativeReference.getLookupPropReference
(ReferenceString name) Creates the reference string to look-up from the ReferenceString.protected String
AbstractReference.getLookupPropReference
(ReferenceString name) Creates the reference string to look-up from the ReferenceString.