Uses of Class
com.iizigo.vs.prop.EditorVirtualSpace
Uses of EditorVirtualSpace in com.iizigo.actionactor
Methods in com.iizigo.actionactor that return EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
ActionActorDesignerProp. getVirtualSpace()
Gets the VirtualSpace containing the action actor.Uses of EditorVirtualSpace in com.iizigo.db.prop
Methods in com.iizigo.db.prop that return EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
EditorInputProps. getVirtualSpace()
Gets the VirtualSpace.EditorVirtualSpace
EditorResultProps. getVirtualSpace()
Gets the VirtualSpace.EditorVirtualSpace
EditorResultSetProps. getVirtualSpace()
Gets the VirtualSpace.Uses of EditorVirtualSpace in com.iizigo.link.ui
Methods in com.iizigo.link.ui that return EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
UIBuilderSubOperation. 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 EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
VSActionBuilderSubOp. getRequiredVirtualSpace()
Returns the required VirtualSpace to be connected.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 EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
IUICreationFromVS. getVirtualSpace()
Gets the VirtualSpace.Constructors in com.iizigo.link.vs with parameters of type EditorVirtualSpace Constructor Description LopAssignVirtualSpace(IVSParticipant participant, EditorVirtualSpace virtualSpace)
Constructor.Uses of EditorVirtualSpace in com.iizigo.panel
Methods in com.iizigo.panel that return EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
PanelEditor. 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 EditorVirtualSpace Modifier and Type Method Description java.util.List<VSComponentCreation<?>>
NameVSFieldCreator. getCreations(UICOMP uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)
Gets the required VS component creations that are needed.java.util.List<VSComponentCreation<?>>
UIComboBoxCreator. getCreations(EUIComboBox uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)
Gets the required VS component creations that are needed.java.util.List<VSComponentCreation<?>>
UITableColumnCreator. getCreations(EUITableColumn uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)
Gets the required VS component creations that are needed.java.util.List<VSComponentCreation<?>>
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 EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
AddUICompWizard. getVirtualSpace()
Gets the VirtualSpace.Methods in com.iizigo.panel.wizards with parameters of type EditorVirtualSpace Modifier and Type Method Description default java.util.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 EditorVirtualSpace Modifier and Type Method Description protected 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 EditorVirtualSpace Modifier and Type Method Description protected 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 EditorVirtualSpace Constructor Description InsertTextVSDialog(org.eclipse.swt.widgets.Shell parent, EditorVirtualSpace virtualSpace, java.lang.String[] dialogData)
Create the dialog.Uses of EditorVirtualSpace in com.iizigo.vs
Fields in com.iizigo.vs declared as EditorVirtualSpace Modifier and Type Field Description EditorVirtualSpace
VSParticipantAndHolderHelper. virtualSpace
The VS.Methods in com.iizigo.vs that return EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
INewVSComponentWizardInfo. getVirtualSpace()
Returns the VirtualSpace.EditorVirtualSpace
NewVirtualSpaceWizard. getVirtualSpace()
Gets the created VirtualSpace.EditorVirtualSpace
NewVSComponentWizard. getVirtualSpace()
Returns the VirtualSpace.EditorVirtualSpace
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 EditorVirtualSpace Modifier and Type Method Description 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, java.lang.Boolean isNullAllowed, boolean doCreateDefaultValue, IPropUndoRedo undoRedo)
Create a new instance of the wizard to create a field.static NewVSComponentWizard<EditorVSColumnHeader>
NewVSComponentWizard. newVSTableColumnWizard(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.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 EditorVirtualSpace Constructor Description NewVSComponentWizard(int createType, java.lang.String title, EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, boolean doCreateDefaultValue, VSReferenceOwnerData<VSTable,VSTableReference> tableOwner, IPropUndoRedo undoRedo)
Constructor.VirtualSpaceTooltip(org.eclipse.swt.widgets.Composite parent, EditorVirtualSpace vs)
Constructor.Uses of EditorVirtualSpace in com.iizigo.vs.link
Methods in com.iizigo.vs.link that return types with arguments of type EditorVirtualSpace Modifier and Type Method Description java.lang.Class<EditorVirtualSpace>
VSLinkVirtualSpace. getVSClass()
Returns the class used for linking.Methods in com.iizigo.vs.link with parameters of type EditorVirtualSpace Modifier and Type Method Description protected java.lang.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 EditorVirtualSpace Modifier and Type Method Description protected PropCnr
VSLinkVirtualSpace. runOperation(PropCnr target, java.util.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 EditorVirtualSpace Modifier and Type Field Description static EditorVirtualSpace
EditorVirtualSpace. NONE
The "NONE" VirtualSpace.Methods in com.iizigo.vs.prop that return EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
EditorVirtualSpace. clone()
Clone must be overridden.EditorVirtualSpace
EditorVirtualSpace. getVirtualSpace()
Gets the VirtualSpace.EditorVirtualSpace
EditorVSAction. getVirtualSpace()
Gets the VirtualSpace instance.EditorVirtualSpace
EditorVSColumnHeader. getVirtualSpace()
Gets the VirtualSpace instance.EditorVirtualSpace
EditorVSField. getVirtualSpace()
Gets the VirtualSpace instance.EditorVirtualSpace
EditorVSGroup. getVirtualSpace()
Gets the VirtualSpace instance.EditorVirtualSpace
EditorVSParticipantsHolder. getVirtualSpace()
Gets the VirtualSpace associated with this participant holder.EditorVirtualSpace
EditorVSRow. getVirtualSpace()
Gets the VirtualSpace instance.EditorVirtualSpace
EditorVSTable. getVirtualSpace()
Gets the VirtualSpace instance.EditorVirtualSpace
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 EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
VSComponentCreation. getVirtualSpace()
Returns the VirtualSpace.Constructors in com.iizigo.vs.wizards with parameters of type EditorVirtualSpace Constructor Description VSActionCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)
The constructor.VSColumnCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace vs, IPropUndoRedo undoRedo)
The constructor.VSComponentCreation(EditorVirtualSpace virtualSpace, java.lang.String requestedName, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, VSReferenceOwnerData<VSTable,VSTableReference> tableOwner, IPropUndoRedo undoRedo)
Constructor.VSFieldCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, java.lang.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 EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
EditorOutputProps. getVirtualSpace()
Gets the VirtualSpace.EditorVirtualSpace
EditorRESTfulInputProps. getVirtualSpace()
Gets the VirtualSpace.Uses of EditorVirtualSpace in com.iizigo.ws.prop.json
Methods in com.iizigo.ws.prop.json that return EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
EditorJSONEncodedInput. getVirtualSpace()
Gets the VirtualSpace.EditorVirtualSpace
EditorJSONReplyDocument. getVirtualSpace()
Gets the VirtualSpace.Uses of EditorVirtualSpace in com.iizigo.ws.prop.url
Methods in com.iizigo.ws.prop.url that return EditorVirtualSpace Modifier and Type Method Description EditorVirtualSpace
EditorURLEncodedInput. getVirtualSpace()
Gets the VirtualSpace.