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 GBadgeBadgePropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.protected GBadgeBadgePropEditor. 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.StringBadgePropEditor. formatValue(GBadge value)Formats the value for user input as a String.voidBadgePropEditor. onUpdate(GBadge value)Called when the property is updated without errors, with a new value.protected voidBadgePropEditor. 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 GBadgeIComponent. getBadge()Gets the badge for the component.Methods in com.iizix with parameters of type GBadge Modifier and Type Method Description booleanIComponent. 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 GBadgeGBadge. clone()Clones the badge.GBadgeBadgeProp. createNewPropValue(KString ks)Builds a new property value from a new externalized KString.GBadgeBadgeProp. getBadge()Gets the current value set as an GBadge.Methods in com.iizix.prop with parameters of type GBadge Modifier and Type Method Description booleanGBadge. 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.ObjectBadgeProp. equalValues(GProp<?> compareTo, GBadge thisValue, GBadge compareValue, int how)Checks for property value equality.booleanBadgeProp. setBadge(GBadge badge)Sets new badge for this property.booleanBadgeProp. 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 GBadgeUIComp. getBadge()Gets the badge for the component.Methods in com.iizix.prop.ui with parameters of type GBadge Modifier and Type Method Description booleanUIComp. setBadge(GBadge badge)Sets or clears the badge of the component.