Uses of Interface
com.iizix.text.IKStringHolder
Packages that use IKStringHolder Package Description com.iizix.event com.iizix.prop com.iizix.prop.ui com.iizix.text Uses of IKStringHolder in com.iizix.event
Methods in com.iizix.event that return IKStringHolder Modifier and Type Method Description IKStringHolder<?>
KStringEvent. getKStringHolder()
Gets the event owner.Constructors in com.iizix.event with parameters of type IKStringHolder Constructor Description KStringEvent(IKStringHolder<?> property, KStringEvent.Operation operation)
Constructs a new property event.Uses of IKStringHolder in com.iizix.prop
Classes in com.iizix.prop that implement IKStringHolder Modifier and Type Class Description class
BadgeProp
The "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).class
KStringProp
The "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
PatternProp
The pattern property class extends a KStringProp.class
PlainKStringProp
The "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).Uses of IKStringHolder in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement IKStringHolder Modifier and Type Class Description class
TooltipProp
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.text Modifier and Type Interface Description interface
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 IKStringHolder Constructor Description KStringHolder(IKStringHolder<?> holder)
Constructor for a holder of a single KString.