Uses of Class
com.iizix.prop.ReferenceString
Packages that use ReferenceString Package Description com.iizigo.prop.editor com.iizix.prop Uses of ReferenceString in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return ReferenceString Modifier and Type Method Description ReferenceString
ReferencePropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.ReferenceString
StylesReferencesPropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.protected ReferenceString
ReferencePropEditor. getValue(java.lang.String input)
Gets the property value for a user input.protected ReferenceString
StylesReferencesPropEditor. getValue(java.lang.String input)
Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type ReferenceString Modifier and Type Method Description java.lang.String
ReferencePropEditor. formatValue(ReferenceString value)
Formats the value for user input as a String.java.lang.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 ReferenceString Modifier and Type Method Description protected ReferenceString
AbstractReference. getReferenceString()
Gets the current reference string.ReferenceString
StylesReferences. getReferenceString()
Gets the reference string.Methods in com.iizix.prop with parameters of type ReferenceString Modifier and Type Method Description boolean
ReferenceString. equalsOnlyReferenceString(ReferenceString rs)
Checks if two reference strings are equal (excluding their object).protected java.lang.Object
AbstractReference. equalValues(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how)
Checks for property value equality.protected java.lang.Object
StylesReferences. equalValues(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how)
Checks for property value equality.protected java.lang.String
AbstractBaseRelativeReference. getLookupPropReference(ReferenceString name)
Creates the reference string to look-up from the ReferenceString.protected java.lang.String
AbstractFixedVirtualizedBaseRelativeReference. getLookupPropReference(ReferenceString name)
Creates the reference string to look-up from the ReferenceString.protected java.lang.String
AbstractReference. getLookupPropReference(ReferenceString name)
Creates the reference string to look-up from the ReferenceString.