Uses of Class
com.iizigo.editor.complex.ComplexOperation
Uses of ComplexOperation in com.iizigo.editor.complex
Methods in com.iizigo.editor.complex that return ComplexOperation Modifier and Type Method Description ComplexOperationComplexOperation. getGlobal()Gets the global complex operation in progress.Methods in com.iizigo.editor.complex with parameters of type ComplexOperation Modifier and Type Method Description default booleanIComplexSubOperation. canRedo(ComplexOperation oper)Checks for undo possible.default booleanIComplexSubOperation. canUndo(ComplexOperation oper)Checks for undo possible.default ContainerSelection[]IComplexOperationSelection. getSelectionBefore(ComplexOperation op)Override this method to return the initial selection that is suitable for restoring a selection usingIComplexOperationSelection.doComplexOperationSelection(GProp []).voidIComplexSubOperation. redo(ComplexOperation oper)Redoes the operation.voidIComplexSubOperation. undo(ComplexOperation oper)Undoes the operation.Uses of ComplexOperation in com.iizigo.link
Methods in com.iizigo.link with parameters of type ComplexOperation Modifier and Type Method Description org.eclipse.core.runtime.IStatusILinkOperation. executeOperation(ComplexOperation op)Executes the operation.Uses of ComplexOperation in com.iizigo.link.java
Methods in com.iizigo.link.java with parameters of type ComplexOperation Modifier and Type Method Description org.eclipse.core.runtime.IStatusAddAnnotationPrecondition. executeOperation(ComplexOperation op)Executes the operation.Uses of ComplexOperation in com.iizigo.link.ui
Methods in com.iizigo.link.ui with parameters of type ComplexOperation Modifier and Type Method Description voidUIBuildData. addComponent(UIComp comp, ComplexOperation op)Adds the layout operation when the first components is added.org.eclipse.core.runtime.IStatusUIBuilderOperation. executeOperation(ComplexOperation op)Executes the operation.Uses of ComplexOperation in com.iizigo.link.ui.builder
Methods in com.iizigo.link.ui.builder with parameters of type ComplexOperation Modifier and Type Method Description org.eclipse.core.runtime.IStatusButtonBuilderSubOp. executeOperation(ComplexOperation op)Executes the operation.org.eclipse.core.runtime.IStatusComboBoxBuilderSubOp. executeOperation(ComplexOperation op)Executes the operation.org.eclipse.core.runtime.IStatusLayoutNewComponentsOperation. executeOperation(ComplexOperation op)Executes the layout operation for the added components.org.eclipse.core.runtime.IStatusMenuItemBuilderSubOp. executeOperation(ComplexOperation op)Executes the operation.org.eclipse.core.runtime.IStatusTextAreaBuilderSubOp. executeOperation(ComplexOperation op)Executes the operation.org.eclipse.core.runtime.IStatusTextBuilderSubOp. executeOperation(ComplexOperation op)Executes the operation.Uses of ComplexOperation in com.iizigo.link.vs
Methods in com.iizigo.link.vs with parameters of type ComplexOperation Modifier and Type Method Description org.eclipse.core.runtime.IStatusLopAssignVirtualSpace. executeOperation(ComplexOperation op)Executes the operation.org.eclipse.core.runtime.IStatusLopVSAction. executeOperation(ComplexOperation op)Executes the operation.org.eclipse.core.runtime.IStatusLopVSComponent. executeOperation(ComplexOperation op)Executes the operation.org.eclipse.core.runtime.IStatusLopVSField. executeOperation(ComplexOperation op)Executes the operation.Uses of ComplexOperation in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop with parameters of type ComplexOperation Modifier and Type Method Description voidEAbsoluteLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidEAccordionLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidEBorderLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidEFlexLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidEGridLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidEHeadingLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidEListLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidEMenuBarLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidESwapLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidETabBarLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidETabLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidIReplaceLayoutData. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidEGridLayout.Grid. clearCells(ComplexOperation op, PanelEditor.GridInfo gi)Clears grid cells.booleanEGridLayout. clearComponentArea(ComplexOperation op, UIComp comp)Clears the area occupied by a component.booleanIClearComponentArea. clearComponentArea(ComplexOperation op, UIComp comp)Clears the area occupied by a component.voidEGridLayout.Grid. consolidateGrid(ComplexOperation op)Make sure grid is filled with empty cells at all "zero-locations".voidEAbsoluteLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidEBorderLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidEFlexLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidEGridLayout. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidIELayoutMgrDND. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.default voidIELayoutMgrSimpleDND. convertLayout(ComplexOperation op, UIContainer cnr, LayoutMgr<?> oldLayout)Called to convert one layout to another when the layout has been dropped into a container.voidEGridLayout.Grid. deleteColumn(ComplexOperation op, int column)Deletes a column.voidEGridLayout.Grid. deleteRow(ComplexOperation op, int row)Deletes a row.voidEGridLayout.Grid. insertColumn(ComplexOperation op, int col)Insert column.voidEGridLayout.Grid. insertRow(ComplexOperation op, int row)Insert row.org.eclipse.core.runtime.IStatusEAbsoluteLayout. layoutNewComponents(java.util.List<UIComp> components, ComplexOperation op)Called to perform layout of the newly added components.default org.eclipse.core.runtime.IStatusIELayoutMgr. layoutNewComponents(java.util.List<UIComp> components, ComplexOperation op)Called to perform layout of the newly added components.voidEHeadingLayout. onDropCompleted(DropInfo di, UIComp[] newComps, ComplexOperation op)Called prior to executing the operation after a drop, to perform some additional processing.default voidIELayoutMgrSimpleDND. onDropCompleted(DropInfo di, UIComp[] newComps, ComplexOperation op)Called prior to executing the operation after a drop, to perform some additional processing.voidIEFixedLayoutProp. onFixedHeight(PanelEditor editor, ComplexOperation op, int size)Sets the fixed width of a component in pixels.voidIEFixedLayoutProp. onFixedWidth(PanelEditor editor, ComplexOperation op, int size)Sets the fixed width of a component in pixels.booleanEGridLayout.Grid. shrinkExtendInsert(boolean doit, ComplexOperation op, PanelEditor.GridInfo gi, int dx, int dy)Extends or shrinks grid cells spans in insert mode.booleanEGridLayout.Grid. shrinkExtendOverwrite(boolean doit, ComplexOperation op, PanelEditor.GridInfo gi, int dx, int dy)Expands or collapses grid cells spans in overwrite mode.Uses of ComplexOperation in com.iizigo.panel.prop.calendar
Methods in com.iizigo.panel.prop.calendar with parameters of type ComplexOperation Modifier and Type Method Description voidECalendarLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.Uses of ComplexOperation in com.iizigo.panel.prop.map
Methods in com.iizigo.panel.prop.map with parameters of type ComplexOperation Modifier and Type Method Description voidEMapLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.Uses of ComplexOperation in com.iizigo.panel.prop.mlist
Methods in com.iizigo.panel.prop.mlist with parameters of type ComplexOperation Modifier and Type Method Description voidEMLGroupLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.voidEMListLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.Uses of ComplexOperation in com.iizigo.panel.prop.table
Methods in com.iizigo.panel.prop.table with parameters of type ComplexOperation Modifier and Type Method Description voidEUITableLayout. checkReplaceLayoutData(ComplexOperation op, UIComp comp)Perform check of the component layout data and replaces it if required.Uses of ComplexOperation in com.iizigo.panel.wizards
Methods in com.iizigo.panel.wizards with parameters of type ComplexOperation Modifier and Type Method Description static booleanAddUICompWizard. doWizardBeforeDrop(UIComp dropComponent, UIComps uiComps, ComplexOperation op)Performs the wizard prompting for the component before dropping it.Uses of ComplexOperation in com.iizigo.prop
Methods in com.iizigo.prop with parameters of type ComplexOperation Modifier and Type Method Description booleanIDeleteOperation. performDelete(java.util.Set<GProp<?>> afterOperationSelection, ComplexOperation op)Performs the delete operation on the property.Uses of ComplexOperation in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor with parameters of type ComplexOperation Modifier and Type Method Description booleanIVSActionActorParticipantProvider. removeActionActor(org.eclipse.swt.widgets.Shell shell, ComplexOperation op)Removes the provider as the Actor in the VSAction.booleanIVSActionActorParticipantProvider. setActionActor(boolean doPerform, VSAction action, ComplexOperation op)Sets the provider as the Actor in the VSAction.Uses of ComplexOperation in com.iizigo.term.prop
Methods in com.iizigo.term.prop with parameters of type ComplexOperation Modifier and Type Method Description booleanEditorScreenActionProp. removeActionActor(org.eclipse.swt.widgets.Shell shell, ComplexOperation op)Removes the provider as the Actor in the VSAction.booleanEditorScreenActionProp. setActionActor(boolean doPerform, VSAction action, ComplexOperation op)Sets the provider as the Actor in the VSAction.Uses of ComplexOperation in com.iizigo.text
Methods in com.iizigo.text with parameters of type ComplexOperation Modifier and Type Method Description ContainerSelection[]TextTableEditor. getSelectionBefore(ComplexOperation op)Override this method to return the initial selection that is suitable for restoring a selection usingTextTableEditor.doComplexOperationSelection(GProp []).Uses of ComplexOperation in com.iizigo.text.prop
Methods in com.iizigo.text.prop with parameters of type ComplexOperation Modifier and Type Method Description voidValidateKStringPropSubOperation. redo(ComplexOperation oper)Redoes the operation.voidValidateKStringPropSubOperation. undo(ComplexOperation oper)Undoes the operation.Uses of ComplexOperation in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type ComplexOperation Modifier and Type Method Description EditorVSColumnHeaderNewVSColumnWizardPage. create(ComplexOperation op)Creates the field.EditorVSFieldNewVSFieldWizardPage. create(Atom name, PropCnr vsParent, ComplexOperation op)Creates the field when a dialog box is present.EditorVSTableNewVSTableWizardPage. create(ComplexOperation op)Creates the table.static EditorVSColumnHeaderNewVSColumnWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)Creates the field when a dialog box is present.static EditorVSFieldNewVSFieldWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)Creates the field when a dialog box is present.static EditorVSTableNewVSTableWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)Creates the field when a dialog box is present.ContainerSelection[]TablePanel. getSelectionBefore(ComplexOperation op)Override this method to return the initial selection that is suitable for restoring a selection usingTablePanel.doComplexOperationSelection(GProp []).Uses of ComplexOperation in com.iizigo.vs.link
Methods in com.iizigo.vs.link with parameters of type ComplexOperation Modifier and Type Method Description static voidIVSLinkEnabler. performLink(org.eclipse.swt.widgets.Shell shell, PropCnr target, java.util.ArrayList<VSLinkInfo<?>> infoList, java.util.ArrayList<VSSubLinkInfo> subInfoList, java.util.ArrayList<java.util.ArrayList<IVSComponent>> componentsList, ComplexOperation op)Called to perform the operations.protected PropCnrVSLinkAction. runOperation(PropCnr target, java.util.ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.protected PropCnrVSLinkField. runOperation(PropCnr target, java.util.ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.protected abstract PropCnrVSLinkInfo. runOperation(PropCnr target, java.util.ArrayList<VSCOMP> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.protected PropCnrVSLinkVirtualSpace. runOperation(PropCnr target, java.util.ArrayList<EditorVirtualSpace> virtualSpaces, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.Uses of ComplexOperation in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop with parameters of type ComplexOperation Modifier and Type Method Description java.lang.StringEditorVirtualSpace. createVSComponents(java.util.List<VSComponentCreation<?>> list, ComplexOperation op)Creates the list of VS components required.booleanEditorVSColumnHeader. performDelete(java.util.Set<GProp<?>> afterOperationSelection, ComplexOperation op)Performs the delete operation on the property.Uses of ComplexOperation in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards with parameters of type ComplexOperation Modifier and Type Method Description VSTYPEVSComponentCreation. createVSComponent(ComplexOperation op)Creates the component required with the specified name.protected EditorVSActionVSActionCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.protected EditorVSColumnHeaderVSColumnCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.protected abstract VSTYPEVSComponentCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.protected EditorVSFieldVSFieldCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.protected EditorVSTableVSTableCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.