Uses of Class
com.iizigo.vs.prop.EditorVSField
Packages that use EditorVSField
Package
Description
Uses of EditorVSField in com.iizigo.db.prop
Methods in com.iizigo.db.prop that return EditorVSFieldModifier and TypeMethodDescriptionEditorInputVariable.getVSField()
Gets the VSField.EditorResultProps.getVSField()
Gets the VirtualSpace field for all the output.Uses of EditorVSField in com.iizigo.link.ui.builder
Fields in com.iizigo.link.ui.builder declared as EditorVSFieldMethods in com.iizigo.link.ui.builder that return types with arguments of type EditorVSFieldModifier and TypeMethodDescriptionComboBoxBuilder.getVSComponentClass()
Returns the source VS component class.TextAreaBuilder.getVSComponentClass()
Returns the source VS component class.TextBuilder.getVSComponentClass()
Returns the source VS component class.Methods in com.iizigo.link.ui.builder with parameters of type EditorVSFieldModifier and TypeMethodDescriptionvoid
ComboBoxBuilder.addSubOperations
(IEUIContainer container, EditorVSField comp, Collection<UIBuilderSubOperation> subOps) Adds the operation(s) for the VS component builder operation.void
TextAreaBuilder.addSubOperations
(IEUIContainer container, EditorVSField comp, Collection<UIBuilderSubOperation> subOps) Adds the operation(s) for the VS component builder operation.void
TextBuilder.addSubOperations
(IEUIContainer container, EditorVSField comp, Collection<UIBuilderSubOperation> subOps) Adds the operation(s) for the VS component builder operation.Constructors in com.iizigo.link.ui.builder with parameters of type EditorVSFieldModifierConstructorDescriptionVSFieldBuilderSubOp
(IEUIContainer container, EditorVSField field) Constructor.Uses of EditorVSField in com.iizigo.vs
Methods in com.iizigo.vs that return EditorVSFieldModifier and TypeMethodDescriptionNewVSFieldWizardPage.create
(Atom name, PropCnr vsParent, ComplexOperation op) Creates the field when a dialog box is present.static EditorVSField
NewVSFieldWizardPage.doCreate
(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op) Creates the field when a dialog box is present.Methods in com.iizigo.vs that return types with arguments of type EditorVSFieldModifier and TypeMethodDescriptionstatic NewVSComponentWizard<EditorVSField>
NewVSComponentWizard.newVSFieldWizard
(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, Boolean isNullAllowed, boolean doCreateDefaultValue, IPropUndoRedo undoRedo) Create a new instance of the wizard to create a field.Methods in com.iizigo.vs with parameters of type EditorVSFieldModifier and TypeMethodDescriptionstatic org.eclipse.swt.widgets.Composite
VSFieldTooltip.create
(org.eclipse.swt.widgets.Composite parent, EditorVSField field) Creates the tooltip.boolean
TablePanel.setCellFocus
(EditorVSField field) Selects the field in the table by placing the cursor on the cell and selecting the row.Uses of EditorVSField in com.iizigo.vs.link
Methods in com.iizigo.vs.link that return types with arguments of type EditorVSFieldMethods in com.iizigo.vs.link with parameters of type EditorVSFieldModifier and TypeMethodDescriptionprotected String
VSLinkField.getOperation
(PropCnr target, EditorVSField component) Returns the operation that linking will produce.protected boolean
VSLinkField.isAlreadyLinked
(PropCnr target, EditorVSField component) Verifies if the component has been linked already.Method parameters in com.iizigo.vs.link with type arguments of type EditorVSFieldModifier and TypeMethodDescriptionprotected PropCnr
VSLinkField.runOperation
(PropCnr target, ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.Uses of EditorVSField in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that return EditorVSFieldModifier and TypeMethodDescriptionEditorVSField.clone()
Clone must be overridden.EditorVSColumnHeader.createEmptyField()
Creates an empty field for this column, depending on defined types, null attributes, etc.EditorVSColumnHeader.createEmptyField
(Atom fieldName) Creates an empty field for this column, depending on defined types, null attributes, etc.EditorVSRow.createField()
Creates a new field with a unique name that then can be added to this row.EditorVSColumnHeader.createUninitializedField()
Creates a new UNNAMED uninitialized field.EditorVSColumnHeader.createUninitializedField
(Atom fieldName) Creates a new uninitialized field.EditorVSRow.getField
(int columnIndex) Gets the field at specified column index.EditorVSRow.getFields()
Gets the fields for the row.Uses of EditorVSField in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return EditorVSFieldModifier and TypeMethodDescriptionprotected EditorVSField
VSFieldCreation.doCreate
(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.Uses of EditorVSField in com.iizigo.ws.prop
Methods in com.iizigo.ws.prop that return EditorVSFieldUses of EditorVSField in com.iizigo.ws.prop.url
Methods in com.iizigo.ws.prop.url that return EditorVSField