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