Uses of Interface
com.iizigo.link.ILinkCapable
Uses of ILinkCapable in com.iizigo.db.prop
Classes in com.iizigo.db.prop that implement ILinkCapable Modifier and Type Class Description classEditorInputPropsEditor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.classEditorResultPropsEditor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.classEditorResultSetPropsEditor version of result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Uses of ILinkCapable in com.iizigo.link
Methods in com.iizigo.link that return ILinkCapable Modifier and Type Method Description static ILinkCapableLinkData. adaptLinkCapable(java.lang.Object o)Gets or creates an adapter for an object.Methods in com.iizigo.link that return types with arguments of type ILinkCapable Modifier and Type Method Description java.util.List<ILinkCapable>LinkData. getLinkSources()Returns the list of possible ILinkCapable sources.Methods in com.iizigo.link with parameters of type ILinkCapable Modifier and Type Method Description voidLinkData. assignProcessed(ILinkCapable linkCapable, java.util.Collection<org.eclipse.core.runtime.IAdaptable> sources)Assigns the set of sources that are processed by the link-capable processor.voidLinkData. assignProcessed(ILinkCapable linkCapable, org.eclipse.core.runtime.IAdaptable source)Assigns the set of sources that are processed by the link-capable processor.voidLinkData. assignProcessed(ILinkCapable linkCapable, org.eclipse.core.runtime.IAdaptable... sources)Assigns the set of sources that are processed by the link-capable processor.Method parameters in com.iizigo.link with type arguments of type ILinkCapable Modifier and Type Method Description static java.util.List<UIComp>LinkData. getLinkTargets(UIPanelBase panel, java.util.List<ILinkCapable> linkCapableList)Finds the list of UI components that this link capable component can be linked to in a panel.Uses of ILinkCapable in com.iizigo.link.java
Subinterfaces of ILinkCapable in com.iizigo.link.java Modifier and Type Interface Description interfaceIJavaClassLinkEnablerInterface implemented by a property container that holds a ClassReference instance where the implementation of the class is attached to e.g.interfaceIJavaInterfaceLinkEnablerInterface implemented by a property container that holds a ClassReference instance where the implementation of the class must implement an interface, used for advanced "hooks" in various parts, such as the database result row processor, web service request processor.interfaceIJavaMethodLinkEnablerThe link enabler for a Java method using the MethodReference class (not MethodReference2).Classes in com.iizigo.link.java that implement ILinkCapable Modifier and Type Class Description classJavaElementLinkAdapterClass used to create an ILinkCapable instance of a Java class.Uses of ILinkCapable in com.iizigo.link.ui
Subinterfaces of ILinkCapable in com.iizigo.link.ui Modifier and Type Interface Description interfaceIUIBuilderFromVSLinkEnablerThe UI builder link enabler can be assigned to the UIContainer implementing class and is also used for the UIComps container and layout managers in order to produce the same result when e.g.interfaceIUIComponentLinkEnablerLink interface implemented by UIComponents.Uses of ILinkCapable in com.iizigo.link.vs
Subinterfaces of ILinkCapable in com.iizigo.link.vs Modifier and Type Interface Description interfaceIUICreationFromVSInterface implemented by VS components VSAction, VSField, VSTable, VSGroup used for UI creation when VS components are dropped in a UI container, UIComps or layout manager.interfaceIVSActionLinkEnablerThe link enabler for a standard VSAction in VSActionReference named Atom.ACTION or another name usingIVSActionLinkEnabler.getLinkVSActionName(LinkData).interfaceIVSFieldLinkEnablerThe link enabler for a standard VSAction in VSFieldReference named Atom.VSFIELD or another name usingIVSFieldLinkEnabler.getLinkVSFieldName(LinkData).Uses of ILinkCapable in com.iizigo.panel.prop
Subinterfaces of ILinkCapable in com.iizigo.panel.prop Modifier and Type Interface Description interfaceIELayoutMgr<LAYOUT_PROP extends LayoutProp>Interface implemented by layout managers.interfaceIELayoutMgrDND<LAYOUT_PROP extends LayoutProp>Interface implemented by layout managers that support drag-drop in the panel designer.interfaceIELayoutMgrSimpleDND<LAYOUT_PROP extends LayoutProp>Simple DND layout manager that handles ordering of components in a straight array.interfaceIEUICompInterface implemented by all Editor UIComp and their extended classes.interfaceIEUIContainerInterface implemented by all Editor UIContainer and their extended classes.interfaceIEUIPanelInterface implemented by panels in the Designer.Classes in com.iizigo.panel.prop that implement ILinkCapable Modifier and Type Class Description classEAbsoluteLayoutSetup data for the absolute layout.classEAccordionLayoutAccordion layout.classEBorderLayoutSetup data for the border layout.classEContextMenuLayoutContext menu layout.classEFlexLayoutFlex layout.classEGridLayoutGrid layout.classEHeadingLayoutHeading layout.classEListLayoutList layout.classEMenuBarLayoutMenu bar layout.classEMenuLayoutMenu layout.classEMUIHeadingHeading container.classEMUISimpleDialogEditor class for UISimpleDialog.classEMUISwitchMobile switch UI component.classEMUITabBarTab bar container.classESwapLayoutSwap layout.classETabBarLayoutTab bar layout.classETabLayoutTab layout.classEUIAccordionAccordion container.classEUIButtonButton component.classEUICalendarCalendar component.classEUICheckBoxCheckbox component.classEUICheckedMenuItemChecked menu item component.classEUIComboBoxCombobox component.classEUICompsEditor class for UIComps.classEUIContainerEditor class for UIContainer.classEUIContextMenuContext menu container.classEUIDateTimeDate/Time UI component.classEUIDialogEditor class for UIDialog.classEUIEmptyEmpty component.classEUIGaugeGauge component.classEUIImageImage component.classEUIImage2Image component.classEUILabelLabel component.classEUIMediaMedia component.classEUIMenuMenu container.classEUIMenuBarMenu bar container.classEUIMenuItemMenu item component.classEUIMenuSeparatorMenu separator component.classEUIOutputLabel component.classEUIPanelEditor class for UIPanel.classEUIPanelPartEditor class for UIPanel.classEUIPanelPartCnrEditor class for UIContainer.classEUIProgressProgress component.classEUIRadioButtonRadio button component.classEUIRadioMenuItemRadio menu item component.classEUISliderSlider component.classEUISpinnerSpinner UI component.classEUISwapContainerSwap container.classEUITabContainerTab container.classEUITextText component (entry field).classEUITextAreaText area component.classEUITitlePaneGroup container.Methods in com.iizigo.panel.prop that return ILinkCapable Modifier and Type Method Description ILinkCapableDragDropLinkAdapter. getLinkCapable()Gets the source linkable element.Constructors in com.iizigo.panel.prop with parameters of type ILinkCapable Constructor Description DragDropLinkAdapter(Atom name, ILinkCapable linkCapable)Constructor for the component to adapt for.Uses of ILinkCapable in com.iizigo.panel.prop.calendar
Classes in com.iizigo.panel.prop.calendar that implement ILinkCapable Modifier and Type Class Description classECalendarEventThe Editor version of a map marker.classECalendarLayoutMap layout.classEUICalendarListCalendar list component.Uses of ILinkCapable in com.iizigo.panel.prop.chart
Classes in com.iizigo.panel.prop.chart that implement ILinkCapable Modifier and Type Class Description classEUIChartChart component.Uses of ILinkCapable in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement ILinkCapable Modifier and Type Class Description classEMapLayoutMap layout.classEMapMarkerPropThe Editor version of a map marker.classEMapMarkersMap markers container for the designer.classEUIMapMap component.Uses of ILinkCapable in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement ILinkCapable Modifier and Type Class Description classEMLDefaultItemPropThe Editor version of a default list item.classEMLGroupMobile list items group container for the designer.classEMLGroupLayoutMobile list group layout.classEMListList component.classEMListLayoutMobile list layout.classEMLItemPropThe Editor version of a mobile list items group container.Uses of ILinkCapable in com.iizigo.panel.prop.table
Classes in com.iizigo.panel.prop.table that implement ILinkCapable Modifier and Type Class Description classEUITableThe Table "component" (really a container).classEUITableColumnThe Table Column component.classEUITableLayoutUI Table layout.Uses of ILinkCapable in com.iizigo.term.prop
Classes in com.iizigo.term.prop that implement ILinkCapable Modifier and Type Class Description classEditorScreenFieldPropThis Screen identification property container for a terminal host screen property.Uses of ILinkCapable in com.iizigo.vs.prop
Classes in com.iizigo.vs.prop that implement ILinkCapable Modifier and Type Class Description classEditorVirtualSpaceThe Editor VirtualSpace property class.classEditorVSActionThe Editor VirtualSpace Action property class.classEditorVSFieldThe Editor VirtualSpace Field property class.classEditorVSGroupThe Editor VirtualSpace Group property class.classEditorVSTableThe Editor VirtualSpace Field property class.Uses of ILinkCapable in com.iizigo.ws.prop
Classes in com.iizigo.ws.prop that implement ILinkCapable Modifier and Type Class Description classEditorOutputColumnEditor version of the Output Column connects a table column from the reply output with a VSTable column.classEditorOutputPropsEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorOutputTableEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorOutputVariableEditor version of the Output Variable connects a reference variable from the reply output with a VSField.classEditorRESTfulInputPropsEditor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.