Uses of Interface
com.iizix.text.ITextExternalizableProp
Packages that use ITextExternalizableProp
Uses of ITextExternalizableProp in com.iizigo.text.prop
Method parameters in com.iizigo.text.prop with type arguments of type ITextExternalizablePropModifier and TypeMethodDescriptionint
EditorTextTable.externalizeTexts
(boolean doPerform, List<ITextExternalizableProp<?>> list, IComplexOperation op) Externalizes all the specified properties.Uses of ITextExternalizableProp in com.iizix.prop
Classes in com.iizix.prop that implement ITextExternalizablePropModifier 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).Uses of ITextExternalizableProp in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement ITextExternalizablePropModifier and TypeClassDescriptionclass
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.textModifier and TypeInterfaceDescriptioninterface
IKStringValuePropHolder<PROP_VALUE>
Interface containing default code for the KString holder, KString information provider and externalizable KString support.