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 TypeMethodDescriptionboolean
LinkWizardOperations.addRunOperation
(ILinkOperation op) Adds a new operation to run.boolean
ILinkOperation.equalsOp
(ILinkOperation op) Checks if two operations are equal.boolean
LinkWizardOperations.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.IStatus
ILinkOperation.isOperationEnabled
(List<ILinkOperation> allOperations) Returns if the operation is enabled for execution, regardless of any preconditions.default org.eclipse.core.runtime.IStatus
ILinkOperation.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 TypeClassDescriptionclass
Adds 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 TypeMethodDescriptionboolean
AddAnnotationPrecondition.equalsOp
(ILinkOperation op) Checks if two operations are equal.Method parameters in com.iizigo.link.java with type arguments of type ILinkOperationModifier and TypeMethodDescriptiondefault void
IJavaClassLinkEnabler.addClassLinkOperations
(LinkData data, Collection<ILinkOperation> linkOps) Called when the drag-drop is to be performed (link or paste-link menu item).default void
IJavaMethodLinkEnabler.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 TypeClassDescriptionclass
The UI builder operation added to the build operations.class
The 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 ILinkOperation
UIBuilderSubOperation.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 TypeMethodDescriptionboolean
UIBuilderOperation.equalsOp
(ILinkOperation op) Checks if two operations are equal.final boolean
UIBuilderSubOperation.equalsOp
(ILinkOperation op) Checks if two operations are equal.Method parameters in com.iizigo.link.ui with type arguments of type ILinkOperationModifier and TypeMethodDescriptionvoid
UIBuilderManager.addBuilderOperations
(LinkData data, org.eclipse.core.runtime.IAdaptable source, Collection<ILinkOperation> linkOps) Gets the link operation for the UI building.default void
IUIBuilderFromVSLinkEnabler.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 TypeClassDescriptionclass
An action builder sub-operation.class
Field text builder sub-operation.class
Layouts out the components added in the build data after creation.class
An action builder sub-operation.class
Field text area builder sub-operation.class
Field text builder sub-operation.class
An action builder sub-operation.class
A field builder sub-operation.Methods in com.iizigo.link.ui.builder with parameters of type ILinkOperationModifier and TypeMethodDescriptionboolean
LayoutNewComponentsOperation.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 TypeClassDescriptionclass
The link operation assigning the VirtualSpace to a participant, e.g.class
The link operation linking VSAction using a VSActionReference for a property container that implements IVSActionListener.class
The link operation linking any of VSTable, VSColumnHeader, VSField or VSAction.class
The 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 TypeMethodDescriptionboolean
LopAssignVirtualSpace.equalsOp
(ILinkOperation op) Checks if two operations are equal.boolean
LopVSAction.equalsOp
(ILinkOperation op) Checks if two operations are equal.boolean
LopVSComponent.equalsOp
(ILinkOperation op) Checks if two operations are equal.boolean
LopVSField.equalsOp
(ILinkOperation op) Checks if two operations are equal.Method parameters in com.iizigo.link.vs with type arguments of type ILinkOperationModifier and TypeMethodDescriptiondefault void
IUICreationFromVS.addCreateUILinkOperations
(LinkData data, Collection<ILinkOperation> linkOps) Adds all possible operations that could be done in a link operation for UI creation from VS.default void
IVSActionLinkEnabler.addVSActionLinkOperations
(LinkData data, Collection<ILinkOperation> linkOps) Called when the drag-drop is to be performed (link or paste-link menu item).default void
IVSFieldLinkEnabler.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 TypeMethodDescriptionvoid
EditorVirtualSpace.addCreateUILinkOperations
(LinkData data, Collection<ILinkOperation> linkOps) Adds all possible operations that could be done in a link operation for UI creation from VS.void
EditorVSGroup.addCreateUILinkOperations
(LinkData data, Collection<ILinkOperation> linkOps) Adds all possible operations that could be done in a link operation for UI creation from VS.