Uses of Interface
com.iizix.text.IKStringHolder
Packages that use IKStringHolder
Uses of IKStringHolder in com.iizix.event
Methods in com.iizix.event that return IKStringHolderConstructors in com.iizix.event with parameters of type IKStringHolderModifierConstructorDescriptionKStringEvent(IKStringHolder<?> property, KStringEvent.Operation operation) Constructs a new property event.Uses of IKStringHolder in com.iizix.prop
Classes in com.iizix.prop that implement IKStringHolderModifier and TypeClassDescriptionclassThe "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).classThe "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).classThe pattern property class extends a KStringProp.classThe "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).classThe value property holds the VirtualSpace Value object.Uses of IKStringHolder in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement IKStringHolderModifier and TypeClassDescriptionclassThe tooltip property is a container that holds various information for the tooltip, e.g.Uses of IKStringHolder in com.iizix.text
Subinterfaces of IKStringHolder in com.iizix.textModifier and TypeInterfaceDescriptioninterfaceIKStringValuePropHolder<PROP_VALUE>Interface containing default code for the KString holder, KString information provider and externalizable KString support.Constructors in com.iizix.text with parameters of type IKStringHolderModifierConstructorDescriptionKStringHolder(IKStringHolder<?> holder) Constructor for a holder of a single KString.