Uses of Class
com.iizigo.link.LinkData
Uses of LinkData in com.iizigo.link
Methods in com.iizigo.link that return LinkData Modifier and Type Method Description LinkData
LinkWizardOperations. getLinkData()
Gets the link data for the operations.Methods in com.iizigo.link with parameters of type LinkData Modifier and Type Method Description java.util.Collection<ILinkOperation>
ILinkCapable. getLinkOperations(LinkData data)
Called when the drag-drop is to be performed (link or paste-link menu item).org.eclipse.core.runtime.IStatus
ILinkCapable. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.Uses of LinkData in com.iizigo.link.java
Methods in com.iizigo.link.java with parameters of type LinkData 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).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).default boolean
IJavaClassLinkEnabler. isClassLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.default org.eclipse.core.runtime.IStatus
IJavaClassLinkEnabler. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.default org.eclipse.core.runtime.IStatus
IJavaInterfaceLinkEnabler. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.default org.eclipse.core.runtime.IStatus
IJavaMethodLinkEnabler. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
JavaElementLinkAdapter. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.default boolean
IJavaMethodLinkEnabler. isMethodLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.Uses of LinkData in com.iizigo.link.ui
Methods in com.iizigo.link.ui with parameters of type LinkData 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).boolean
UIBuilderManager. canBuild(LinkData data, org.eclipse.core.runtime.IAdaptable source)
Returns if this property container could potentially be link capable.default java.util.Collection<ILinkOperation>
IUIBuilderFromVSLinkEnabler. getLinkOperations(LinkData data)
Called when the drag-drop is to be performed (link or paste-link menu item).IEUIContainer
UIBuilderManager. getTargetContainer(LinkData data)
Returns the target container for the link data.default java.util.Collection<ILinkOperation>
IUIComponentLinkEnabler. getUIComponentLinkOperations(LinkData data)
Called when the drag-drop is to be performed (link or paste-link menu item).default org.eclipse.core.runtime.IStatus
IUIBuilderFromVSLinkEnabler. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.default org.eclipse.core.runtime.IStatus
IUIBuilderFromVSLinkEnabler. isUIBuilderFromVSLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.default org.eclipse.core.runtime.IStatus
IUIComponentLinkEnabler. isUIComponentLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.Uses of LinkData in com.iizigo.link.vs
Methods in com.iizigo.link.vs with parameters of type LinkData 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).default boolean
IUICreationFromVS. canCreateUI(LinkData data)
Method returning if this property could potentially be (action, field or table) or contain (group) properties that can create UI components when drag-dropped.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).default Atom
IVSActionLinkEnabler. getLinkVSActionName(LinkData data)
Gets the atom for the linking.default Atom
IVSFieldLinkEnabler. getLinkVSFieldName(LinkData data)
Gets the atom for the linking.default org.eclipse.core.runtime.IStatus
IUICreationFromVS. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.default org.eclipse.core.runtime.IStatus
IVSActionLinkEnabler. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.default org.eclipse.core.runtime.IStatus
IVSFieldLinkEnabler. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.default boolean
IVSActionLinkEnabler. isVSActionLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.default boolean
IVSFieldLinkEnabler. isVSFieldLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.Uses of LinkData in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return LinkData Modifier and Type Method Description LinkData
DragDropPropCnr. getLinkData(UIContainer cnr)
Gets the link data for the external operation.Methods in com.iizigo.panel.prop with parameters of type LinkData 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).org.eclipse.core.runtime.IStatus
EMUIHeading. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EMUISwitch. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EMUITabBar. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIAccordion. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIButton. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUICalendar. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUICheckBox. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUICheckedMenuItem. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIComboBox. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIContextMenu. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIDateTime. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIEmpty. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIGauge. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIImage. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIImage2. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUILabel. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIMedia. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIMenu. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIMenuBar. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIMenuItem. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIMenuSeparator. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIOutput. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIPanelPartCnr. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIProgress. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIRadioButton. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIRadioMenuItem. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUISlider. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUISpinner. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUISwapContainer. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUITabContainer. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIText. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUITextArea. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUITitlePane. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
IEUIComp. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.default org.eclipse.core.runtime.IStatus
IEUIContainer. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.default org.eclipse.core.runtime.IStatus
IEUIPanel. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.Uses of LinkData in com.iizigo.panel.prop.calendar
Methods in com.iizigo.panel.prop.calendar with parameters of type LinkData 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).org.eclipse.core.runtime.IStatus
ECalendarEvent. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUICalendarList. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.Uses of LinkData in com.iizigo.panel.prop.chart
Methods in com.iizigo.panel.prop.chart with parameters of type LinkData 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).org.eclipse.core.runtime.IStatus
EUIChart. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.Uses of LinkData in com.iizigo.panel.prop.map
Methods in com.iizigo.panel.prop.map with parameters of type LinkData 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).org.eclipse.core.runtime.IStatus
EMapMarkerProp. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EMapMarkers. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUIMap. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.Uses of LinkData in com.iizigo.panel.prop.mlist
Methods in com.iizigo.panel.prop.mlist with parameters of type LinkData 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).org.eclipse.core.runtime.IStatus
EMLDefaultItemProp. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EMLGroup. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EMList. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EMLItemProp. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.Uses of LinkData in com.iizigo.panel.prop.table
Methods in com.iizigo.panel.prop.table with parameters of type LinkData 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).org.eclipse.core.runtime.IStatus
EUITable. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EUITableColumn. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.Uses of LinkData in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop with parameters of type LinkData 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.boolean
EditorVirtualSpace. canCreateUI(LinkData data)
Method returning if this property could potentially be (action, field or table) or contain (group) properties that can create UI components when drag-dropped.boolean
EditorVSGroup. canCreateUI(LinkData data)
Method returning if this property could potentially be (action, field or table) or contain (group) properties that can create UI components when drag-dropped.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).org.eclipse.core.runtime.IStatus
EditorVirtualSpace. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EditorVSAction. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.org.eclipse.core.runtime.IStatus
EditorVSField. isLinkCapable(LinkData data)
Returns if this property container could potentially be link capable.