Uses of Interface
com.iizigo.link.ILinkOperation
Packages that use ILinkOperation
Package
Description
Uses of ILinkOperation in com.iizigo.link
Methods in com.iizigo.link that return ILinkOperationModifier and TypeMethodDescriptionILinkWizardPage.getLinkOperation()Returns the link operation for the page.Methods in com.iizigo.link that return types with arguments of type ILinkOperationModifier and TypeMethodDescriptiondefault List<ILinkOperation>ILinkOperation.getDependentOperations()Returns the dependent operations that must be performed in order for this operation to be able to complete.ILinkCapable.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).Methods in com.iizigo.link with parameters of type ILinkOperationModifier and TypeMethodDescriptionbooleanLinkWizardOperations.addRunOperation(ILinkOperation op) Adds a new operation to run.booleanILinkOperation.equalsOp(ILinkOperation op) Checks if two operations are equal.booleanLinkWizardOperations.isSkipped(ILinkOperation op) Returns if an operation is skipped.Method parameters in com.iizigo.link with type arguments of type ILinkOperationModifier and TypeMethodDescriptiondefault org.eclipse.core.runtime.IStatusILinkOperation.isOperationEnabled(List<ILinkOperation> allOperations) Returns if the operation is enabled for execution, regardless of any preconditions.default org.eclipse.core.runtime.IStatusILinkOperation.validateOperations(List<ILinkOperation> operations) Verifies all the operations for each operation using this call.Uses of ILinkOperation in com.iizigo.link.java
Classes in com.iizigo.link.java that implement ILinkOperationModifier and TypeClassDescriptionclassAdds an annotation to a Java element (type or method) as a precondition to an operation.Methods in com.iizigo.link.java that return types with arguments of type ILinkOperationModifier and TypeMethodDescriptiondefault Collection<ILinkOperation>IJavaClassLinkEnabler.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).default Collection<ILinkOperation>IJavaInterfaceLinkEnabler.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).default Collection<ILinkOperation>IJavaMethodLinkEnabler.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).JavaElementLinkAdapter.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).Methods in com.iizigo.link.java with parameters of type ILinkOperationModifier and TypeMethodDescriptionbooleanAddAnnotationPrecondition.equalsOp(ILinkOperation op) Checks if two operations are equal.Method parameters in com.iizigo.link.java with type arguments of type ILinkOperationModifier and TypeMethodDescriptiondefault voidIJavaClassLinkEnabler.addClassLinkOperations(LinkData data, Collection<ILinkOperation> linkOps) Called when the drag-drop is to be performed (link or paste-link menu item).default voidIJavaMethodLinkEnabler.addMethodLinkOperations(LinkData data, Collection<ILinkOperation> linkOps) Called when the drag-drop is to be performed (link or paste-link menu item).Uses of ILinkOperation in com.iizigo.link.ui
Classes in com.iizigo.link.ui that implement ILinkOperationModifier and TypeClassDescriptionclassThe UI builder operation added to the build operations.classThe UI build link operation that extends the normal link operation with information about the source so that they can be grouped.Methods in com.iizigo.link.ui that return ILinkOperationModifier and TypeMethodDescriptionfinal ILinkOperationUIBuilderSubOperation.getLinkOperation()Returns the link operation for the page.Methods in com.iizigo.link.ui that return types with arguments of type ILinkOperationModifier and TypeMethodDescriptionUIBuilderOperation.getDependentOperations()Returns the dependent operations that must be performed in order for this operation to be able to complete.default Collection<ILinkOperation>IUIBuilderFromVSLinkEnabler.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).default Collection<ILinkOperation>IUIComponentLinkEnabler.getUIComponentLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).Methods in com.iizigo.link.ui with parameters of type ILinkOperationModifier and TypeMethodDescriptionbooleanUIBuilderOperation.equalsOp(ILinkOperation op) Checks if two operations are equal.final booleanUIBuilderSubOperation.equalsOp(ILinkOperation op) Checks if two operations are equal.Method parameters in com.iizigo.link.ui with type arguments of type ILinkOperationModifier and TypeMethodDescriptionvoidUIBuilderManager.addBuilderOperations(LinkData data, org.eclipse.core.runtime.IAdaptable source, Collection<ILinkOperation> linkOps) Gets the link operation for the UI building.default voidIUIBuilderFromVSLinkEnabler.addUIBuilderFromVSLinkOperations(LinkData data, Collection<ILinkOperation> linkOps) Called when the drag-drop is to be performed (link or paste-link menu item).Uses of ILinkOperation in com.iizigo.link.ui.builder
Classes in com.iizigo.link.ui.builder that implement ILinkOperationModifier and TypeClassDescriptionclassAn action builder sub-operation.classField text builder sub-operation.classLayouts out the components added in the build data after creation.classAn action builder sub-operation.classField text area builder sub-operation.classField text builder sub-operation.classAn action builder sub-operation.classA field builder sub-operation.Methods in com.iizigo.link.ui.builder with parameters of type ILinkOperationModifier and TypeMethodDescriptionbooleanLayoutNewComponentsOperation.equalsOp(ILinkOperation op) Only one for a link operation.Uses of ILinkOperation in com.iizigo.link.vs
Classes in com.iizigo.link.vs that implement ILinkOperationModifier and TypeClassDescriptionclassThe link operation assigning the VirtualSpace to a participant, e.g.classThe link operation linking VSAction using a VSActionReference for a property container that implements IVSActionListener.classThe link operation linking any of VSTable, VSColumnHeader, VSField or VSAction.classThe link operation linking VSField using a VSFieldReference for a property container that implements IVSFieldListener.Methods in com.iizigo.link.vs that return types with arguments of type ILinkOperationModifier and TypeMethodDescriptiondefault Collection<ILinkOperation>IUICreationFromVS.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).default Collection<ILinkOperation>IVSActionLinkEnabler.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).default Collection<ILinkOperation>IVSFieldLinkEnabler.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).Methods in com.iizigo.link.vs with parameters of type ILinkOperationModifier and TypeMethodDescriptionbooleanLopAssignVirtualSpace.equalsOp(ILinkOperation op) Checks if two operations are equal.booleanLopVSAction.equalsOp(ILinkOperation op) Checks if two operations are equal.booleanLopVSComponent.equalsOp(ILinkOperation op) Checks if two operations are equal.booleanLopVSField.equalsOp(ILinkOperation op) Checks if two operations are equal.Method parameters in com.iizigo.link.vs with type arguments of type ILinkOperationModifier and TypeMethodDescriptiondefault voidIUICreationFromVS.addCreateUILinkOperations(LinkData data, Collection<ILinkOperation> linkOps) Adds all possible operations that could be done in a link operation for UI creation from VS.default voidIVSActionLinkEnabler.addVSActionLinkOperations(LinkData data, Collection<ILinkOperation> linkOps) Called when the drag-drop is to be performed (link or paste-link menu item).default voidIVSFieldLinkEnabler.addVSFieldLinkOperations(LinkData data, Collection<ILinkOperation> linkOps) Called when the drag-drop is to be performed (link or paste-link menu item).Uses of ILinkOperation in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return types with arguments of type ILinkOperationModifier and TypeMethodDescriptionEMUIHeading.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EMUISwitch.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EMUITabBar.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIAccordion.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIButton.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUICalendar.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUICheckBox.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUICheckedMenuItem.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIComboBox.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIContextMenu.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIDateTime.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIEmpty.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIGauge.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIImage.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIImage2.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUILabel.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIMedia.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIMenu.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIMenuBar.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIMenuItem.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIMenuSeparator.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIOutput.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIPanelPartCnr.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIProgress.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIRadioButton.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIRadioMenuItem.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUISlider.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUISpinner.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUISwapContainer.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUITabContainer.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIText.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUITextArea.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUITitlePane.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).IEUIComp.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).default Collection<ILinkOperation>IEUIContainer.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).default Collection<ILinkOperation>IEUIPanel.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).Uses of ILinkOperation in com.iizigo.panel.prop.calendar
Methods in com.iizigo.panel.prop.calendar that return types with arguments of type ILinkOperationModifier and TypeMethodDescriptionECalendarEvent.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUICalendarList.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).Uses of ILinkOperation in com.iizigo.panel.prop.chart
Methods in com.iizigo.panel.prop.chart that return types with arguments of type ILinkOperationModifier and TypeMethodDescriptionEUIChart.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).Uses of ILinkOperation in com.iizigo.panel.prop.map
Methods in com.iizigo.panel.prop.map that return types with arguments of type ILinkOperationModifier and TypeMethodDescriptionEMapMarkerProp.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EMapMarkers.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUIMap.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).Uses of ILinkOperation in com.iizigo.panel.prop.mlist
Methods in com.iizigo.panel.prop.mlist that return types with arguments of type ILinkOperationModifier and TypeMethodDescriptionEMLDefaultItemProp.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EMLGroup.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EMList.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EMLItemProp.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).Uses of ILinkOperation in com.iizigo.panel.prop.table
Methods in com.iizigo.panel.prop.table that return types with arguments of type ILinkOperationModifier and TypeMethodDescriptionEUITable.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EUITableColumn.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).Uses of ILinkOperation in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that return types with arguments of type ILinkOperationModifier and TypeMethodDescriptionEditorVirtualSpace.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EditorVSAction.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).EditorVSField.getLinkOperations(LinkData data) Called when the drag-drop is to be performed (link or paste-link menu item).Method parameters in com.iizigo.vs.prop with type arguments of type ILinkOperationModifier and TypeMethodDescriptionvoidEditorVirtualSpace.addCreateUILinkOperations(LinkData data, Collection<ILinkOperation> linkOps) Adds all possible operations that could be done in a link operation for UI creation from VS.voidEditorVSGroup.addCreateUILinkOperations(LinkData data, Collection<ILinkOperation> linkOps) Adds all possible operations that could be done in a link operation for UI creation from VS.