Uses of Class
com.iizix.prop.PropTypeException
Packages that use PropTypeException
Package
Description
Uses of PropTypeException in com.iizigo.editor
Methods in com.iizigo.editor that throw PropTypeExceptionModifier and TypeMethodDescriptionstatic booleanPropHelper.doRename(GProp<?> prop, Atom newName, IPropUndoRedo undoRedo) Performs a rename property with undo/redo support.Uses of PropTypeException in com.iizigo.java.parser.annotation
Methods in com.iizigo.java.parser.annotation that throw PropTypeExceptionModifier and TypeMethodDescriptionvoidAnnotationsContainer.validatePropType(Object newValue) Validates that the value to set is ofMap<?,?>instance.Uses of PropTypeException in com.iizigo.java.parser.type
Methods in com.iizigo.java.parser.type that throw PropTypeExceptionModifier and TypeMethodDescriptionvoidTypesContainer.validatePropType(Object newValue) Validates that the value to set is ofMap<?,?>instance.Uses of PropTypeException in com.iizix.api
Methods in com.iizix.api that throw PropTypeExceptionModifier and TypeMethodDescriptionIAnnotationReferenceProcessor.getReferencePath(GProp<?> comp) Returns the reference path of a component, relative or full depending if it is scoped or not.IAnnotationReferenceProcessor.resolveReference(GProp<?> scope, String reference) Resolves a reference name to a UI component.Uses of PropTypeException in com.iizix.gyro
Methods in com.iizix.gyro that throw PropTypeExceptionModifier and TypeMethodDescriptionIClientSessionGyro.setLocale(LocaleInfo locale) Changes or sets the LocaleInfo for the environment.Uses of PropTypeException in com.iizix.prop
Methods in com.iizix.prop that throw PropTypeExceptionModifier and TypeMethodDescriptionvoidAdds a error to the array.voidAdds all errors from an array.voidAdds all errors from a list.voidAdds a string to the array.voidAdds (inserts) a string at the requested index in the array.booleanPuts the key and value strings in the map.voidStringArrayProp.addStrings(String[] strings) Adds all strings from a string array.voidStringArrayProp.addStrings(List<String> newStringList) Adds all strings from a list.booleanErrorsProp.clear()Removes all errors from the array.booleanStringArrayProp.clear()Removes all strings from the array.booleanStringMapProp.clear()Removes all entries from the map.Puts the key and value strings in the map.booleanStringSetProp.removeAll()Removes all entries from the set.ErrorsProp.removeError(int index) Removes an error in the at a specific index.Removes the requested key string from the map.StringArrayProp.removeString(int index) Removes a string in the at a specific index.booleanStringArrayProp.removeString(String s) Removes the request string from the array.booleanStringSetProp.removeString(String string) Removes the string from the map.booleanKStringProp.setHTMLString(String newValue) Sets a new HTML String value for this property.EnvProps.setLocale(LocaleInfo locale) Changes or sets the LocaleInfo for the environment.booleanKStringProp.setPLAINString(String newValue) Sets a new PLAIN String value for this property.booleanKStringProp.setPLAINString(String newValue, boolean usesTagProcessing) Sets a new PLAIN String value for this property.booleanGProp.setPropErroredName(String name) Sets the errored name for this property.final booleanAbstractReference.setPropValue(String newValue) Sets a new value for this property.booleanKStringProp.setPropValue(KString newValue) Sets a new value for this property.booleanKStringProp.setPropValue(String newValue) Sets a new PLAIN String value for this property.booleanPlainKStringProp.setPropValue(KString newValue) Sets a new value for this property.booleanPlainKStringProp.setPropValue(PlainKString newValue) Sets a new value for this property.Sets a string at a specific index in the array.voidXMLSchemaValidatorProp.setXMLSchemas(Map<String, String> schemaSources, Validator validator) Assigns the map of the schema sources along with an existing validator.voidErrorsProp.sortList()Sorts the list according to the default JVM locale.voidStringArrayProp.sortList()Sorts the list according to the default JVM locale.voidStringArrayProp.sortList(boolean isCaseInsensitive) Sorts the list according to the default JVM locale.voidSorts the list according to a locale.voidSorts the list according to a locale.protected final voidGProp.throwIfReadOnly()Throw an error if the property is read-only.final voidAbstractReference.validatePropType(Object newValue) Validates that the value to set is of ReferenceString instance.voidBadgeProp.validatePropType(Object newValue) Validates that the value to set is of GBadge instance.voidBoolProp.validatePropType(Object newValue) Validates that the value to set is of Boolean instance.voidByteArrayProp.validatePropType(Object newValue) Validates that the value to set is of Font instance.voidCharProp.validatePropType(Object newValue) Validates that the value to set is of Boolean instance.voidCodeItemArrayProp.validatePropType(Object newValue) Validates that the value to set is ofList<?>instance.voidColorProp.validatePropType(Object newValue) Validates that the value to set is of GColor instance.voidDateTimeProp.validatePropType(Object newValue) Validates that the value to set is of GDateTime instance.voidDoubleProp.validatePropType(Object newValue) Validates that the value to set is of Double instance.voidErrorsProp.validatePropType(Object newValue) Validates that the value to set is ofList<?>instance.voidFillProp.validatePropType(Object newValue) Validates that the value to set is of GFill instance.voidFontProp.validatePropType(Object newValue) Validates that the value to set is of GFont instance.abstract voidGProp.validatePropType(Object newValue) Validates the newValue against the property object type.voidGradientProp.validatePropType(Object newValue) Validates that the value to set is of GGradient instance.voidIGProp.validatePropType(Object newValue) Validates the newValue against the property object type.voidInt32Prop.validatePropType(Object newValue) Validates that the value to set is of Integer instance.voidIntProp.validatePropType(Object newValue) Validates that the value to set is of Integer instance.voidKStringProp.validatePropType(Object newValue) Validates that the value to set is of String instance.voidLongProp.validatePropType(Object newValue) Validates that the value to set is of Long instance.voidMultiProp.validatePropType(Object newValue) Validates that the value to set is of GColor instance.voidPlainKStringProp.validatePropType(Object newValue) Validates that the value to set is of String instance.voidPrivProp.validatePropType(Object newValue) Validates that the value to set is of Boolean instance.voidPropCnr.validatePropType(Object newValue) Validates the newValue against the property object type.voidRectProp.validatePropType(Object newValue) Validates that the value to set is of GRect instance.voidSizeProp.validatePropType(Object newValue) Validates that the value to set is of GSize instance.voidStringArrayProp.validatePropType(Object newValue) Validates that the value to set is ofList<?>instance.voidStringMapProp.validatePropType(Object newValue) Validates that the value to set is ofMap<?,?>instance.voidStringProp.validatePropType(Object newValue) Validates that the value to set is of String instance.voidStringSetProp.validatePropType(Object newValue) Validates that the value to set is ofSet<?>instance.voidStrokeProp.validatePropType(Object newValue) Validates that the value to set is of GStroke instance.voidStylesReferences.validatePropType(Object newValue) Validates that the value to set is of ReferenceString instance.voidUnitProp.validatePropType(Object newValue) Validates that the value to set is of GUnit instance.voidValueProp.validatePropType(Object newValue) Validates that the value to set is of GColor instance.voidValueTypeProp.validatePropType(Object newValue) Validates that the value to set is of String instance.Constructors in com.iizix.prop that throw PropTypeExceptionModifierConstructorDescriptionErrorsProp(Atom propertyAtom, List<GError> newValue) Creates an error array property with the specified name with an empty synchronized ArrayList<GError> array initialized with the specified errors.StringArrayProp(Atom propertyAtom, List<String> newValue) Creates an string array property with the specified name with an empty synchronized ArrayList<String> array initialized with the specified strings.Uses of PropTypeException in com.iizix.prop.ui
Methods in com.iizix.prop.ui that throw PropTypeExceptionModifier and TypeMethodDescriptionUIAnnotationReferenceProcessor.getReferencePath(GProp<?> comp) Returns the relative reference path of a component.UIPanelAnnotationReferenceProcessor.getReferencePath(GProp<?> comp) Returns the reference path of a component.UIAnnotationReferenceProcessor.resolveReference(GProp<?> scope, String relativeReference) Resolves a reference name to a UI component.UIPanelAnnotationReferenceProcessor.resolveReference(GProp<?> scope, String reference) Resolves a reference name to the UI panel.voidTooltipProp.validatePropType(Object newValue) Validates that the value to set is of KTooltip instance.Uses of PropTypeException in com.iizix.prop.ui.device
Methods in com.iizix.prop.ui.device that throw PropTypeExceptionModifier and TypeMethodDescriptionvoidDeviceProp.validatePropType(Object newValue) Validates that the value to set is of GSimpleDevice instance.voidThemesProp.validatePropType(Object newValue) Validates that the value to set is of GThemes instance.Uses of PropTypeException in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that throw PropTypeExceptionModifier and TypeMethodDescriptionvoidTableCell.validatePropType(Object newValue) Validates that the value to set is of GCell instance.Uses of PropTypeException in com.iizix.prop.vs
Methods in com.iizix.prop.vs that throw PropTypeExceptionModifier and TypeMethodDescriptionFullVSAnnotationReferenceProcessor.getReferencePath(GProp<?> comp) Returns the reference path of a component.VSAnnotationReferenceProcessor.getReferencePath(GProp<?> comp) Returns the relative reference path of a component.FullVSAnnotationReferenceProcessor.resolveReference(GProp<?> scope, String reference) Resolves a reference name to the VirtualSpace.VSAnnotationReferenceProcessor.resolveReference(GProp<?> scope, String relativeReference) Resolves a reference name to a UI component.Uses of PropTypeException in com.iizix.term.prop
Methods in com.iizix.term.prop that throw PropTypeExceptionModifier and TypeMethodDescriptionvoidHostSessionProps.validatePropType(Object newValue) Validates the newValue against the property object type.voidRemoteHostSessionProp.validatePropType(Object newValue) Validates that the value to set is of GColor instance.