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 KTooltipTooltipPropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.protected KTooltipTooltipPropEditor. 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.StringTooltipPropEditor. formatValue(KTooltip value)Formats the value for user input as a String.voidTooltipPropEditor. onUpdate(KTooltip value)Called when the property is updated without errors, with a new value.protected voidTooltipPropEditor. 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 KTooltipIComponent. getMessage()Gets the current message for the component.KTooltipIComponent. getTooltip()Gets the current tooltip for the component.Methods in com.iizix with parameters of type KTooltip Modifier and Type Method Description booleanIComponent. setMessage(KTooltip message)Sets (or removes) the message for the component.booleanIComponent. 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 KTooltipKTooltip. clone()Clones the tooltip.KTooltipTooltipProp. createNewPropValue(KString ks)Builds a new property value from a new externalized KString.KTooltipUIComp. getMessage()Gets the current message for the component.KTooltipUIComp. getTooltip()Gets the current tooltip for the component.Methods in com.iizix.prop.ui with parameters of type KTooltip Modifier and Type Method Description booleanKTooltip. 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.ObjectTooltipProp. equalValues(GProp<?> compareTo, KTooltip thisValue, KTooltip compareValue, int how)Checks for property value equality.booleanUIComp. setMessage(KTooltip message)Sets (or removes) the message for the component.booleanTooltipProp. setPropValue(KTooltip newValue)Sets a new value for this property.booleanUIComp. 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.