Uses of Class
com.iizix.prop.GBadge
Packages that use GBadge Package Description com.iizigo.prop.editor com.iizix com.iizix.prop com.iizix.prop.ui Uses of GBadge in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GBadge Modifier and Type Method Description GBadge
BadgePropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.protected GBadge
BadgePropEditor. getValue(java.lang.String input)
Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type GBadge Modifier and Type Method Description java.lang.String
BadgePropEditor. formatValue(GBadge value)
Formats the value for user input as a String.void
BadgePropEditor. onUpdate(GBadge value)
Called when the property is updated without errors, with a new value.protected void
BadgePropEditor. setInputValue(GBadge value)
Sets the new input value.Uses of GBadge in com.iizix
Methods in com.iizix that return GBadge Modifier and Type Method Description GBadge
IComponent. getBadge()
Gets the badge for the component.Methods in com.iizix with parameters of type GBadge Modifier and Type Method Description boolean
IComponent. setBadge(GBadge badge)
Sets or clears the badge of the component.Uses of GBadge in com.iizix.prop
Methods in com.iizix.prop that return GBadge Modifier and Type Method Description GBadge
GBadge. clone()
Clones the badge.GBadge
BadgeProp. createNewPropValue(KString ks)
Builds a new property value from a new externalized KString.GBadge
BadgeProp. getBadge()
Gets the current value set as an GBadge.Methods in com.iizix.prop with parameters of type GBadge Modifier and Type Method Description boolean
GBadge. equalsOmitReferenceRefreshCheck(GBadge badge)
Checks for pure equality between two GBadge's, excluding reference refresh counter checking but including potential original source string.protected java.lang.Object
BadgeProp. equalValues(GProp<?> compareTo, GBadge thisValue, GBadge compareValue, int how)
Checks for property value equality.boolean
BadgeProp. setBadge(GBadge badge)
Sets new badge for this property.boolean
BadgeProp. setPropValue(GBadge newValue)
Sets a new value for this property.Constructors in com.iizix.prop with parameters of type GBadge Constructor Description BadgeProp(Atom propertyAtom, GBadge newValue)
Creates a badge property with the specified name and value.GBadge(KString text, GBadge badge)
Creates a new badge with a text and the settings from an old badge.Uses of GBadge in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return GBadge Modifier and Type Method Description GBadge
UIComp. getBadge()
Gets the badge for the component.Methods in com.iizix.prop.ui with parameters of type GBadge Modifier and Type Method Description boolean
UIComp. setBadge(GBadge badge)
Sets or clears the badge of the component.