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 class
EditorInputProps
Editor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.class
EditorResultProps
Editor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.class
EditorResultSetProps
Editor 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 ILinkCapable
LinkData. 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 void
LinkData. 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.void
LinkData. assignProcessed(ILinkCapable linkCapable, org.eclipse.core.runtime.IAdaptable source)
Assigns the set of sources that are processed by the link-capable processor.void
LinkData. 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 interface
IJavaClassLinkEnabler
Interface implemented by a property container that holds a ClassReference instance where the implementation of the class is attached to e.g.interface
IJavaInterfaceLinkEnabler
Interface 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.interface
IJavaMethodLinkEnabler
The 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 class
JavaElementLinkAdapter
Class 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 interface
IUIBuilderFromVSLinkEnabler
The 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.interface
IUIComponentLinkEnabler
Link 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 interface
IUICreationFromVS
Interface 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.interface
IVSActionLinkEnabler
The link enabler for a standard VSAction in VSActionReference named Atom.ACTION or another name usingIVSActionLinkEnabler.getLinkVSActionName(LinkData)
.interface
IVSFieldLinkEnabler
The 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 interface
IELayoutMgr<LAYOUT_PROP extends LayoutProp>
Interface implemented by layout managers.interface
IELayoutMgrDND<LAYOUT_PROP extends LayoutProp>
Interface implemented by layout managers that support drag-drop in the panel designer.interface
IELayoutMgrSimpleDND<LAYOUT_PROP extends LayoutProp>
Simple DND layout manager that handles ordering of components in a straight array.interface
IEUIComp
Interface implemented by all Editor UIComp and their extended classes.interface
IEUIContainer
Interface implemented by all Editor UIContainer and their extended classes.interface
IEUIPanel
Interface implemented by panels in the Designer.Classes in com.iizigo.panel.prop that implement ILinkCapable Modifier and Type Class Description class
EAbsoluteLayout
Setup data for the absolute layout.class
EAccordionLayout
Accordion layout.class
EBorderLayout
Setup data for the border layout.class
EContextMenuLayout
Context menu layout.class
EFlexLayout
Flex layout.class
EGridLayout
Grid layout.class
EHeadingLayout
Heading layout.class
EListLayout
List layout.class
EMenuBarLayout
Menu bar layout.class
EMenuLayout
Menu layout.class
EMUIHeading
Heading container.class
EMUISimpleDialog
Editor class for UISimpleDialog.class
EMUISwitch
Mobile switch UI component.class
EMUITabBar
Tab bar container.class
ESwapLayout
Swap layout.class
ETabBarLayout
Tab bar layout.class
ETabLayout
Tab layout.class
EUIAccordion
Accordion container.class
EUIButton
Button component.class
EUICalendar
Calendar component.class
EUICheckBox
Checkbox component.class
EUICheckedMenuItem
Checked menu item component.class
EUIComboBox
Combobox component.class
EUIComps
Editor class for UIComps.class
EUIContainer
Editor class for UIContainer.class
EUIContextMenu
Context menu container.class
EUIDateTime
Date/Time UI component.class
EUIDialog
Editor class for UIDialog.class
EUIEmpty
Empty component.class
EUIGauge
Gauge component.class
EUIImage
Image component.class
EUIImage2
Image component.class
EUILabel
Label component.class
EUIMedia
Media component.class
EUIMenu
Menu container.class
EUIMenuBar
Menu bar container.class
EUIMenuItem
Menu item component.class
EUIMenuSeparator
Menu separator component.class
EUIOutput
Label component.class
EUIPanel
Editor class for UIPanel.class
EUIPanelPart
Editor class for UIPanel.class
EUIPanelPartCnr
Editor class for UIContainer.class
EUIProgress
Progress component.class
EUIRadioButton
Radio button component.class
EUIRadioMenuItem
Radio menu item component.class
EUISlider
Slider component.class
EUISpinner
Spinner UI component.class
EUISwapContainer
Swap container.class
EUITabContainer
Tab container.class
EUIText
Text component (entry field).class
EUITextArea
Text area component.class
EUITitlePane
Group container.Methods in com.iizigo.panel.prop that return ILinkCapable Modifier and Type Method Description ILinkCapable
DragDropLinkAdapter. 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 class
ECalendarEvent
The Editor version of a map marker.class
ECalendarLayout
Map layout.class
EUICalendarList
Calendar 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 class
EUIChart
Chart 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 class
EMapLayout
Map layout.class
EMapMarkerProp
The Editor version of a map marker.class
EMapMarkers
Map markers container for the designer.class
EUIMap
Map 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 class
EMLDefaultItemProp
The Editor version of a default list item.class
EMLGroup
Mobile list items group container for the designer.class
EMLGroupLayout
Mobile list group layout.class
EMList
List component.class
EMListLayout
Mobile list layout.class
EMLItemProp
The 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 class
EUITable
The Table "component" (really a container).class
EUITableColumn
The Table Column component.class
EUITableLayout
UI Table layout.Uses of ILinkCapable in com.iizigo.term.prop
Classes in com.iizigo.term.prop that implement ILinkCapable Modifier and Type Class Description class
EditorScreenFieldProp
This 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 class
EditorVirtualSpace
The Editor VirtualSpace property class.class
EditorVSAction
The Editor VirtualSpace Action property class.class
EditorVSField
The Editor VirtualSpace Field property class.class
EditorVSGroup
The Editor VirtualSpace Group property class.class
EditorVSTable
The 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 class
EditorOutputColumn
Editor version of the Output Column connects a table column from the reply output with a VSTable column.class
EditorOutputProps
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorOutputTable
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorOutputVariable
Editor version of the Output Variable connects a reference variable from the reply output with a VSField.class
EditorRESTfulInputProps
Editor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.