Uses of Class
com.iizix.prop.StringProp
Packages that use StringProp Package Description com.iizigo.db.prop com.iizigo.java.prop com.iizigo.prop.editor com.iizigo.vs.prop com.iizix.prop com.iizix.prop.ui com.iizix.prop.vs Uses of StringProp in com.iizigo.db.prop
Methods in com.iizigo.db.prop that return StringProp Modifier and Type Method Description StringProp
EditorDatabaseProps. getInputSQLProp()
Gets the input SQL property.Uses of StringProp in com.iizigo.java.prop
Subclasses of StringProp in com.iizigo.java.prop Modifier and Type Class Description class
EditorClassReference
The Designer version of the Class Reference property class hold the reference to a Java class.class
EditorMethodReference
The Designer version of the Method Reference property class hold the reference to a Method that is in a Java class.Uses of StringProp in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return types with arguments of type StringProp Modifier and Type Method Description IEditedPropertyEntryMultiProp<StringProp,java.lang.String>
MultiUnitsPropEditor. createPropertyEditor()
Creates the property editor for a line to edit a single property.Uses of StringProp in com.iizigo.vs.prop
Subclasses of StringProp in com.iizigo.vs.prop Modifier and Type Class Description class
EditorVSFocusReference
Focus reference is used to set a reference to a focusable VSComponent.class
EditorVSOnUIEvent
OnFocus reference is used to set a reference to a focusable VSComponent.Uses of StringProp in com.iizix.prop
Subclasses of StringProp in com.iizix.prop Modifier and Type Class Description class
AssetReferences
The Asset References property class hold the references to zero or more FileURIPropCnr property containers.class
ClassReference
The Class Reference property class hold the reference to a Java class.class
MethodReference
The Method Reference property class hold the reference to a Method that is in a Java class.class
PasswordProp
The Password property class hold a password that is encrypted when stored to media.class
ValueTypeProp
The Value Type property for the Value Type as a String, without Value.Methods in com.iizix.prop that return StringProp Modifier and Type Method Description StringProp
StringProp. clone()
Clones the String property.Uses of StringProp in com.iizix.prop.ui
Subclasses of StringProp in com.iizix.prop.ui Modifier and Type Class Description class
GroupNameProp
Group name property used for component grouping.Uses of StringProp in com.iizix.prop.vs
Subclasses of StringProp in com.iizix.prop.vs Modifier and Type Class Description class
VSActionActorParticipant
The VirtualSpace Action Actor Participant used by Action Actors.class
VSActionReference
The VirtualSpace Action Reference property class hold the relative reference to a VSAction instance.class
VSColumnReference
The VirtualSpace Table Column Reference property class hold the relative reference to a VSTable instance.class
VSComponentReference
VS component reference implementation that calls the parent property when changes occurs in the resolved VS component when changes of the VS component (value or contents) occurs.class
VSFieldReference
VS Field reference implementation that calls the parent property when changes occurs in the resolved VS Field when changes of the VS field value occurs.class
VSFocusReference
Focus reference is used to set a reference to a focusable VSComponent.class
VSGroupReference
The VirtualSpace Group Reference property class hold the relative reference to a VSGroup instance.class
VSOnUIEvent
Class to hold a reference to a VS Action (to invoke) or a VS component (for focus) when a UI component is "on"-something, such as "onClick".class
VSRelativeReference<TARGET extends VSComponent>
The VirtualSpace Relative Reference property class hold the reference to a VirtualSpace.class
VSTableColumnReference
The VirtualSpace Table Column Reference property class hold the name of a Column in a Table.class
VSTableReference
The VirtualSpace Table Reference property class hold the relative reference to a VSTable instance.