Uses of Interface
com.iizigo.link.ILinkOperation
Package
Description
Uses of ILinkOperation in com.iizigo.link
Modifier and TypeMethodDescriptionILinkWizardPage.getLinkOperation()
Returns the link operation for the page.Modifier 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).Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
Adds an annotation to a Java element (type or method) as a precondition to an operation.Modifier 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).Modifier and TypeMethodDescriptionboolean
AddAnnotationPrecondition.equalsOp
(ILinkOperation op) Checks if two operations are equal.Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionfinal ILinkOperation
UIBuilderSubOperation.getLinkOperation()
Returns the link operation for the page.Modifier 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).Modifier and TypeMethodDescriptionboolean
UIBuilderOperation.equalsOp
(ILinkOperation op) Checks if two operations are equal.final boolean
UIBuilderSubOperation.equalsOp
(ILinkOperation op) Checks if two operations are equal.Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionboolean
LayoutNewComponentsOperation.equalsOp
(ILinkOperation op) Only one for a link operation.Uses of ILinkOperation in com.iizigo.link.vs
Modifier 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.Modifier 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).Modifier 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.Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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).Modifier 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.