Uses of Class
com.iizigo.vs.prop.EditorVirtualSpace
Packages that use EditorVirtualSpace
Package
Description
Uses of EditorVirtualSpace in com.iizigo.actionactor
Methods in com.iizigo.actionactor that return EditorVirtualSpaceModifier and TypeMethodDescriptionActionActorDesignerProp.getVirtualSpace()
Gets the VirtualSpace containing the action actor.Uses of EditorVirtualSpace in com.iizigo.db.prop
Methods in com.iizigo.db.prop that return EditorVirtualSpaceModifier and TypeMethodDescriptionEditorInputProps.getVirtualSpace()
Gets the VirtualSpace.EditorResultProps.getVirtualSpace()
Gets the VirtualSpace.EditorResultSetProps.getVirtualSpace()
Gets the VirtualSpace.Uses of EditorVirtualSpace in com.iizigo.link.ui
Methods in com.iizigo.link.ui that return EditorVirtualSpaceModifier and TypeMethodDescriptionUIBuilderSubOperation.getRequiredVirtualSpace()
Returns the required VirtualSpace to be connected.Uses of EditorVirtualSpace in com.iizigo.link.ui.builder
Methods in com.iizigo.link.ui.builder that return EditorVirtualSpaceModifier and TypeMethodDescriptionfinal EditorVirtualSpace
VSActionBuilderSubOp.getRequiredVirtualSpace()
Returns the required VirtualSpace to be connected.final EditorVirtualSpace
VSFieldBuilderSubOp.getRequiredVirtualSpace()
Returns the required VirtualSpace to be connected.Uses of EditorVirtualSpace in com.iizigo.link.vs
Methods in com.iizigo.link.vs that return EditorVirtualSpaceConstructors in com.iizigo.link.vs with parameters of type EditorVirtualSpaceModifierConstructorDescriptionLopAssignVirtualSpace
(IVSParticipant participant, EditorVirtualSpace virtualSpace) Constructor.Uses of EditorVirtualSpace in com.iizigo.panel
Methods in com.iizigo.panel that return EditorVirtualSpaceModifier and TypeMethodDescriptionPanelEditor.getVirtualSpace()
Gets the VirtualSpace of the edited panel.Uses of EditorVirtualSpace in com.iizigo.panel.prop.creator
Methods in com.iizigo.panel.prop.creator with parameters of type EditorVirtualSpaceModifier and TypeMethodDescriptionNameVSFieldCreator.getCreations
(UICOMP uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.UIComboBoxCreator.getCreations
(EUIComboBox uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.UITableColumnCreator.getCreations
(EUITableColumn uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.UITableCreator.getCreations
(EUITable uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.Uses of EditorVirtualSpace in com.iizigo.panel.wizards
Methods in com.iizigo.panel.wizards that return EditorVirtualSpaceMethods in com.iizigo.panel.wizards with parameters of type EditorVirtualSpaceModifier and TypeMethodDescriptiondefault List<VSComponentCreation<?>>
IUICompCreator.getCreations
(UICOMP uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.Uses of EditorVirtualSpace in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return EditorVirtualSpaceModifier and TypeMethodDescriptionprotected EditorVirtualSpace
VSRelativeReferencePropEditor.getVirtualSpace
(int ask) Gets the VirtualSpace, prompted to create it perhaps, or connect.protected static EditorVirtualSpace
VSRelativeReferencePropEditor.getVirtualSpace
(org.eclipse.swt.widgets.Shell shell, int ask, IPropertyEditorController controller, EditedPropController<?, ?> propController, Atom atom) Gets the VirtualSpace, prompted to create it perhaps, or connect.protected EditorVirtualSpace
VSTableColumnReferencePropEditor.getVirtualSpace
(int ask) Gets the VirtualSpace, prompted to create it perhaps, or connect.Methods in com.iizigo.prop.editor with parameters of type EditorVirtualSpaceModifier and TypeMethodDescriptionprotected static void
VSRelativeReferencePropEditor.onCreateVSColumn
(EditorVirtualSpace ns, IPropertyEditorController controller, EditedPropController<?, ?> propController, org.eclipse.swt.widgets.Text text, VSRelativeReference<?> reference) Creates a column.Uses of EditorVirtualSpace in com.iizigo.prop.editor.dialog
Constructors in com.iizigo.prop.editor.dialog with parameters of type EditorVirtualSpaceModifierConstructorDescriptionInsertTextVSDialog
(org.eclipse.swt.widgets.Shell parent, EditorVirtualSpace virtualSpace, String[] dialogData) Create the dialog.Uses of EditorVirtualSpace in com.iizigo.vs
Fields in com.iizigo.vs declared as EditorVirtualSpaceMethods in com.iizigo.vs that return EditorVirtualSpaceModifier and TypeMethodDescriptionINewVSComponentWizardInfo.getVirtualSpace()
Returns the VirtualSpace.NewVirtualSpaceWizard.getVirtualSpace()
Gets the created VirtualSpace.NewVSComponentWizard.getVirtualSpace()
Returns the VirtualSpace.VirtualSpaceEditor.getVirtualSpace()
Gets the edited VirtualSpace.static EditorVirtualSpace
VSHelper.getVirtualSpace
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, IVSAccessor vsAccessor, IPropUndoRedo undoRedo) Gets the VirtualSpace from the participant.static EditorVirtualSpace
VSHelper.getVirtualSpace
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, IVSParticipant vsParticipant, IPropUndoRedo undoRedo) Gets the VirtualSpace from the participant.Methods in com.iizigo.vs with parameters of type EditorVirtualSpaceModifier and TypeMethodDescriptionstatic org.eclipse.swt.widgets.Composite
VirtualSpaceTooltip.create
(org.eclipse.swt.widgets.Composite parent, EditorVirtualSpace vs) Creates the tooltip.static NewVSComponentWizard<EditorVSAction>
NewVSComponentWizard.newVSActionWizard
(EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Create a new instance of the wizard to create an action.static 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.NewVSComponentWizard.newVSTableColumnWizard
(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, Boolean isNullAllowed, boolean doCreateDefaultValue, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Create a new instance of the wizard to create a field or a table column.static NewVSComponentWizard<EditorVSTable>
NewVSComponentWizard.newVSTableWizard
(EditorVirtualSpace virtualSpace, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Create a new instance of the wizard to create a table.Constructors in com.iizigo.vs with parameters of type EditorVirtualSpaceModifierConstructorDescriptionNewVSComponentWizard
(int createType, String title, EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, Boolean isNullAllowed, boolean doCreateDefaultValue, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Constructor.Uses of EditorVirtualSpace in com.iizigo.vs.link
Methods in com.iizigo.vs.link that return types with arguments of type EditorVirtualSpaceModifier and TypeMethodDescriptionVSLinkVirtualSpace.getVSClass()
Returns the class used for linking.Methods in com.iizigo.vs.link with parameters of type EditorVirtualSpaceModifier and TypeMethodDescriptionprotected String
VSLinkVirtualSpace.getOperation
(PropCnr target, EditorVirtualSpace component) Returns the operation that linking will produce.protected boolean
VSLinkVirtualSpace.isAlreadyLinked
(PropCnr target, EditorVirtualSpace component) Verifies if the component has been linked already.Method parameters in com.iizigo.vs.link with type arguments of type EditorVirtualSpaceModifier and TypeMethodDescriptionprotected PropCnr
VSLinkVirtualSpace.runOperation
(PropCnr target, ArrayList<EditorVirtualSpace> virtualSpaces, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.Uses of EditorVirtualSpace in com.iizigo.vs.prop
Fields in com.iizigo.vs.prop declared as EditorVirtualSpaceModifier and TypeFieldDescriptionstatic final EditorVirtualSpace
EditorVirtualSpace.NONE
The "NONE" VirtualSpace.Methods in com.iizigo.vs.prop that return EditorVirtualSpaceModifier and TypeMethodDescriptionEditorVirtualSpace.clone()
Clone must be overridden.EditorVirtualSpace.getVirtualSpace()
Gets the VirtualSpace.EditorVSAction.getVirtualSpace()
Gets the VirtualSpace instance.EditorVSColumnHeader.getVirtualSpace()
Gets the VirtualSpace instance.EditorVSField.getVirtualSpace()
Gets the VirtualSpace instance.EditorVSGroup.getVirtualSpace()
Gets the VirtualSpace instance.EditorVSParticipantsHolder.getVirtualSpace()
Gets the VirtualSpace associated with this participant holder.EditorVSRow.getVirtualSpace()
Gets the VirtualSpace instance.EditorVSTable.getVirtualSpace()
Gets the VirtualSpace instance.VirtualSpaceDesignerProp.getVirtualSpaceProp()
For any designer, get the VirtualSpace property.Uses of EditorVirtualSpace in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return EditorVirtualSpaceModifier and TypeMethodDescriptionfinal EditorVirtualSpace
VSComponentCreation.getVirtualSpace()
Returns the VirtualSpace.Constructors in com.iizigo.vs.wizards with parameters of type EditorVirtualSpaceModifierConstructorDescriptionVSActionCreation
(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) The constructor.VSColumnCreation
(UIComp uiComp, Atom vsRef, EditorVirtualSpace vs, IPropUndoRedo undoRedo) The constructor.VSComponentCreation
(EditorVirtualSpace virtualSpace, String requestedName, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, Boolean isNullAllowed, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Constructor.VSFieldCreation
(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, Boolean isNullAllowed, IPropUndoRedo undoRedo) The constructor.VSTableCreation
(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) The constructor.Uses of EditorVirtualSpace in com.iizigo.ws.prop
Methods in com.iizigo.ws.prop that return EditorVirtualSpaceModifier and TypeMethodDescriptionEditorOutputProps.getVirtualSpace()
Gets the VirtualSpace.EditorRESTfulInputProps.getVirtualSpace()
Gets the VirtualSpace.Uses of EditorVirtualSpace in com.iizigo.ws.prop.json
Methods in com.iizigo.ws.prop.json that return EditorVirtualSpaceModifier and TypeMethodDescriptionEditorJSONEncodedInput.getVirtualSpace()
Gets the VirtualSpace.EditorJSONReplyDocument.getVirtualSpace()
Gets the VirtualSpace.Uses of EditorVirtualSpace in com.iizigo.ws.prop.url
Methods in com.iizigo.ws.prop.url that return EditorVirtualSpace