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 TypeClassDescriptionclass
The "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).class
The "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
The pattern property class extends a KStringProp.class
The "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
The 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 TypeClassDescriptionclass
The 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 TypeInterfaceDescriptioninterface
IKStringValuePropHolder<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.