Uses of Interface
com.iizix.text.ITextExternalizableProp
Packages that use ITextExternalizableProp Package Description com.iizigo.text.prop com.iizix.prop com.iizix.prop.ui com.iizix.text Uses of ITextExternalizableProp in com.iizigo.text.prop
Method parameters in com.iizigo.text.prop with type arguments of type ITextExternalizableProp Modifier and Type Method Description int
EditorTextTable. externalizeTexts(boolean doPerform, java.util.List<ITextExternalizableProp<?>> list, IComplexOperation op)
Externalizes all the specified properties.Uses of ITextExternalizableProp in com.iizix.prop
Classes in com.iizix.prop that implement ITextExternalizableProp 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 ITextExternalizableProp in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement ITextExternalizableProp Modifier and Type Class Description class
TooltipProp
The tooltip property is a container that holds various information for the tooltip, e.g.Uses of ITextExternalizableProp in com.iizix.text
Subinterfaces of ITextExternalizableProp 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.