Uses of Class
com.iizix.prop.ui.KTooltip
Packages that use KTooltip
Uses of KTooltip in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return KTooltipModifier and TypeMethodDescriptionTooltipPropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.protected KTooltip
Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type KTooltipModifier and TypeMethodDescriptionTooltipPropEditor.formatValue
(KTooltip value) Formats the value for user input as a String.void
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
Modifier and TypeMethodDescriptionIComponent.getMessage()
Gets the current message for the component.IComponent.getTooltip()
Gets the current tooltip for the component.Modifier and TypeMethodDescriptionboolean
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 KTooltipModifier and TypeMethodDescriptionKTooltip.clone()
Clones the tooltip.TooltipProp.createNewPropValue
(KString ks) Builds a new property value from a new externalized KString.UIComp.getMessage()
Gets the current message for the component.UIComp.getTooltip()
Gets the current tooltip for the component.Methods in com.iizix.prop.ui with parameters of type KTooltipModifier and TypeMethodDescriptionboolean
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 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
UIComp.setTooltip
(KTooltip tooltip) Sets (or removes) the tooltip for the component.Constructors in com.iizix.prop.ui with parameters of type KTooltip