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 ILinkOperation
ILinkWizardPage. 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 boolean
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 ILinkOperation Modifier and Type Method Description default org.eclipse.core.runtime.IStatus
ILinkOperation. isOperationEnabled(java.util.List<ILinkOperation> allOperations)
Returns if the operation is enabled for execution, regardless of any preconditions.default org.eclipse.core.runtime.IStatus
ILinkOperation. 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 class
AddAnnotationPrecondition
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 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 boolean
AddAnnotationPrecondition. 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 void
IJavaClassLinkEnabler. addClassLinkOperations(LinkData data, java.util.Collection<ILinkOperation> linkOps)
Called when the drag-drop is to be performed (link or paste-link menu item).default void
IJavaMethodLinkEnabler. 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 class
UIBuilderOperation
The UI builder operation added to the build operations.class
UIBuilderSubOperation
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 ILinkOperation Modifier and Type Method Description ILinkOperation
UIBuilderSubOperation. 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 boolean
UIBuilderOperation. equalsOp(ILinkOperation op)
Checks if two operations are equal.boolean
UIBuilderSubOperation. 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 void
UIBuilderManager. addBuilderOperations(LinkData data, org.eclipse.core.runtime.IAdaptable source, java.util.Collection<ILinkOperation> linkOps)
Gets the link operation for the UI building.default void
IUIBuilderFromVSLinkEnabler. 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 class
ButtonBuilderSubOp
An action builder sub-operation.class
ComboBoxBuilderSubOp
Field text builder sub-operation.class
LayoutNewComponentsOperation
Layouts out the components added in the build data after creation.class
MenuItemBuilderSubOp
An action builder sub-operation.class
TextAreaBuilderSubOp
Field text area builder sub-operation.class
TextBuilderSubOp
Field text builder sub-operation.class
VSActionBuilderSubOp
An action builder sub-operation.class
VSFieldBuilderSubOp
A field builder sub-operation.Methods in com.iizigo.link.ui.builder with parameters of type ILinkOperation Modifier and Type Method Description boolean
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 ILinkOperation Modifier and Type Class Description class
LopAssignVirtualSpace
The link operation assigning the VirtualSpace to a participant, e.g.class
LopVSAction
The link operation linking VSAction using a VSActionReference for a property container that implements IVSActionListener.class
LopVSComponent
The link operation linking any of VSTable, VSColumnHeader, VSField or VSAction.class
LopVSField
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 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 boolean
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 ILinkOperation Modifier and Type Method Description default void
IUICreationFromVS. 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 void
IVSActionLinkEnabler. addVSActionLinkOperations(LinkData data, java.util.Collection<ILinkOperation> linkOps)
Called when the drag-drop is to be performed (link or paste-link menu item).default void
IVSFieldLinkEnabler. 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 void
EditorVirtualSpace. 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.void
EditorVSGroup. 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.