Uses of Class
com.iizix.text.KStringHolder
Packages that use KStringHolder Package Description com.iizix.prop com.iizix.prop.ui com.iizix.text Uses of KStringHolder in com.iizix.prop
Methods in com.iizix.prop with parameters of type KStringHolder Modifier and Type Method Description voidBadgeProp. onKStringRefactored(KStringHolder holder, GEvent triggerEvent)Called when a KString tag changed due to refactoring.voidKStringProp. onKStringRefactored(KStringHolder holder, GEvent triggerEvent)Called when a KString tag changed due to refactoring.Uses of KStringHolder in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type KStringHolder Modifier and Type Method Description voidTooltipProp. onKStringRefactored(KStringHolder holder, GEvent triggerEvent)Called when a KString tag changed due to refactoring.Uses of KStringHolder in com.iizix.text
Methods in com.iizix.text with parameters of type KStringHolder Modifier and Type Method Description booleanKStringPLAINVirtualSpaceTag. isReferenceValid(KStringHolder holder, GProp<?> gp)Validates a reference.booleanKStringTag. isReferenceValid(KStringHolder holder, GProp<?> gp)Validates a reference.voidIKStringHolder. onKStringRefactored(KStringHolder holder, GEvent triggerEvent)Called when a KString has been refactored and requires the property to change the KString contents.voidKStringHTMLTag. resolve(KStringHolder holder, boolean doReCheck, GEvent triggerEvent)Resolves the reference.voidKStringTag. resolve(KStringHolder holder, boolean doReCheck, GEvent triggerEvent)Resolves the reference.voidKStringHTMLImageTag. verify(KStringHolder holder, PropVerification verification, java.lang.String location, int id)Verifies the KString for a KString holder.voidKStringTag. verify(KStringHolder holder, PropVerification verification, java.lang.String location, int id)Verifies the KString for a KString holder.