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 intEditorTextTable. 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 classBadgePropThe "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).classKStringPropThe "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).classPatternPropThe pattern property class extends a KStringProp.classPlainKStringPropThe "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 classTooltipPropThe 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 interfaceIKStringValuePropHolder<PROP_VALUE>Interface containing default code for the KString holder, KString information provider and externalizable KString support.