Uses of Interface
com.iizigo.link.ILinkOperation
Uses of ILinkOperation in com.iizigo.link
Methods in com.iizigo.link that return ILinkOperation Modifier and Type Method Description ILinkOperationILinkWizardPage. getLinkOperation()Returns the link operation for the page.Methods in com.iizigo.link that return types with arguments of type ILinkOperation Modifier and Type Method Description default java.util.List<ILinkOperation>ILinkOperation. getDependentOperations()Returns the dependent operations that must be performed in order for this operation to be able to complete.java.util.Collection<ILinkOperation>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 ILinkOperation Modifier and Type Method Description booleanLinkWizardOperations. 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 ILinkOperation Modifier and Type Method Description default org.eclipse.core.runtime.IStatusILinkOperation. isOperationEnabled(java.util.List<ILinkOperation> allOperations)Returns if the operation is enabled for execution, regardless of any preconditions.default org.eclipse.core.runtime.IStatusILinkOperation. validateOperations(java.util.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 ILinkOperation Modifier and Type Class Description classAddAnnotationPreconditionAdds 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 ILinkOperation Modifier and Type Method Description default java.util.Collection<ILinkOperation>IJavaClassLinkEnabler. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).default java.util.Collection<ILinkOperation>IJavaInterfaceLinkEnabler. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).default java.util.Collection<ILinkOperation>IJavaMethodLinkEnabler. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>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 ILinkOperation Modifier and Type Method Description booleanAddAnnotationPrecondition. equalsOp(ILinkOperation op)Checks if two operations are equal.Method parameters in com.iizigo.link.java with type arguments of type ILinkOperation Modifier and Type Method Description default voidIJavaClassLinkEnabler. addClassLinkOperations(LinkData data, java.util.Collection<ILinkOperation> linkOps)Called when the drag-drop is to be performed (link or paste-link menu item).default voidIJavaMethodLinkEnabler. addMethodLinkOperations(LinkData data, java.util.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 ILinkOperation Modifier and Type Class Description classUIBuilderOperationThe UI builder operation added to the build operations.classUIBuilderSubOperationThe 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 ILinkOperation Modifier and Type Method Description ILinkOperationUIBuilderSubOperation. getLinkOperation()Returns the link operation for the page.Methods in com.iizigo.link.ui that return types with arguments of type ILinkOperation Modifier and Type Method Description java.util.List<ILinkOperation>UIBuilderOperation. getDependentOperations()Returns the dependent operations that must be performed in order for this operation to be able to complete.default java.util.Collection<ILinkOperation>IUIBuilderFromVSLinkEnabler. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).default java.util.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 ILinkOperation Modifier and Type Method Description booleanUIBuilderOperation. equalsOp(ILinkOperation op)Checks if two operations are equal.booleanUIBuilderSubOperation. equalsOp(ILinkOperation op)Checks if two operations are equal.Method parameters in com.iizigo.link.ui with type arguments of type ILinkOperation Modifier and Type Method Description voidUIBuilderManager. addBuilderOperations(LinkData data, org.eclipse.core.runtime.IAdaptable source, java.util.Collection<ILinkOperation> linkOps)Gets the link operation for the UI building.default voidIUIBuilderFromVSLinkEnabler. addUIBuilderFromVSLinkOperations(LinkData data, java.util.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 ILinkOperation Modifier and Type Class Description classButtonBuilderSubOpAn action builder sub-operation.classComboBoxBuilderSubOpField text builder sub-operation.classLayoutNewComponentsOperationLayouts out the components added in the build data after creation.classMenuItemBuilderSubOpAn action builder sub-operation.classTextAreaBuilderSubOpField text area builder sub-operation.classTextBuilderSubOpField text builder sub-operation.classVSActionBuilderSubOpAn action builder sub-operation.classVSFieldBuilderSubOpA field builder sub-operation.Methods in com.iizigo.link.ui.builder with parameters of type ILinkOperation Modifier and Type Method Description booleanLayoutNewComponentsOperation. 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 ILinkOperation Modifier and Type Class Description classLopAssignVirtualSpaceThe link operation assigning the VirtualSpace to a participant, e.g.classLopVSActionThe link operation linking VSAction using a VSActionReference for a property container that implements IVSActionListener.classLopVSComponentThe link operation linking any of VSTable, VSColumnHeader, VSField or VSAction.classLopVSFieldThe 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 ILinkOperation Modifier and Type Method Description default java.util.Collection<ILinkOperation>IUICreationFromVS. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).default java.util.Collection<ILinkOperation>IVSActionLinkEnabler. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).default java.util.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 ILinkOperation Modifier and Type Method Description booleanLopAssignVirtualSpace. 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 ILinkOperation Modifier and Type Method Description default voidIUICreationFromVS. addCreateUILinkOperations(LinkData data, java.util.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, java.util.Collection<ILinkOperation> linkOps)Called when the drag-drop is to be performed (link or paste-link menu item).default voidIVSFieldLinkEnabler. addVSFieldLinkOperations(LinkData data, java.util.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 ILinkOperation Modifier and Type Method Description java.util.Collection<ILinkOperation>EMUIHeading. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EMUISwitch. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EMUITabBar. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIAccordion. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIButton. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUICalendar. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUICheckBox. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUICheckedMenuItem. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIComboBox. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIContextMenu. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIDateTime. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIEmpty. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIGauge. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIImage. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIImage2. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUILabel. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIMedia. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIMenu. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIMenuBar. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIMenuItem. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIMenuSeparator. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIOutput. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIPanelPartCnr. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIProgress. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIRadioButton. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIRadioMenuItem. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUISlider. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUISpinner. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUISwapContainer. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUITabContainer. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUIText. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUITextArea. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EUITitlePane. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>IEUIComp. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).default java.util.Collection<ILinkOperation>IEUIContainer. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).default java.util.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 ILinkOperation Modifier and Type Method Description java.util.Collection<ILinkOperation>ECalendarEvent. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>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 ILinkOperation Modifier and Type Method Description java.util.Collection<ILinkOperation>EUIChart. 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 ILinkOperation Modifier and Type Method Description java.util.Collection<ILinkOperation>EMapMarkerProp. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EMapMarkers. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>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 ILinkOperation Modifier and Type Method Description java.util.Collection<ILinkOperation>EMLDefaultItemProp. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EMLGroup. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EMList. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>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 ILinkOperation Modifier and Type Method Description java.util.Collection<ILinkOperation>EUITable. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>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 ILinkOperation Modifier and Type Method Description java.util.Collection<ILinkOperation>EditorVirtualSpace. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>EditorVSAction. getLinkOperations(LinkData data)Called when the drag-drop is to be performed (link or paste-link menu item).java.util.Collection<ILinkOperation>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 ILinkOperation Modifier and Type Method Description voidEditorVirtualSpace. addCreateUILinkOperations(LinkData data, java.util.Collection<ILinkOperation> linkOps)Adds all possible operations that could be done in a link operation for UI creation from VS.voidEditorVSGroup. addCreateUILinkOperations(LinkData data, java.util.Collection<ILinkOperation> linkOps)Adds all possible operations that could be done in a link operation for UI creation from VS.