Uses of Interface
com.iizigo.link.ILinkCapable
Package
Description
Uses of ILinkCapable in com.iizigo.db.prop
Modifier and TypeClassDescriptionclass
Editor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.class
Editor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.class
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
Modifier and TypeMethodDescriptionstatic ILinkCapable
LinkData.adaptLinkCapable
(Object o) Gets or creates an adapter for an object.Modifier and TypeMethodDescriptionLinkData.getLinkSources()
Returns the list of possible ILinkCapable sources.Modifier and TypeMethodDescriptionvoid
LinkData.assignProcessed
(ILinkCapable linkCapable, 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.Modifier and TypeMethodDescriptionLinkData.getLinkTargets
(UIPanelBase panel, 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
Modifier and TypeInterfaceDescriptioninterface
Interface implemented by a property container that holds a ClassReference instance where the implementation of the class is attached to e.g.interface
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
The link enabler for a Java method using the MethodReference class (not MethodReference2).Modifier and TypeClassDescriptionclass
Class used to create an ILinkCapable instance of a Java class.Uses of ILinkCapable in com.iizigo.link.ui
Modifier and TypeInterfaceDescriptioninterface
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
Link interface implemented by UIComponents.Uses of ILinkCapable in com.iizigo.link.vs
Modifier and TypeInterfaceDescriptioninterface
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
The link enabler for a standard VSAction in VSActionReference named Atom.ACTION or another name usingIVSActionLinkEnabler.getLinkVSActionName(LinkData)
.interface
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
Modifier and TypeInterfaceDescriptioninterface
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
Interface implemented by all Editor UIComp and their extended classes.interface
Interface implemented by all Editor UIContainer and their extended classes.interface
Interface implemented by panels in the Designer.Modifier and TypeClassDescriptionclass
Setup data for the absolute layout.class
Accordion layout.class
Setup data for the border layout.class
Context menu layout.class
Flex layout.class
Grid layout.class
Heading layout.class
List layout.class
Menu bar layout.class
Menu layout.class
Heading container.class
Editor class for UISimpleDialog.class
Mobile switch UI component.class
Tab bar container.class
Swap layout.class
Tab bar layout.class
Tab layout.class
Accordion container.class
Button component.class
Calendar component.class
Checkbox component.class
Checked menu item component.class
Combobox component.class
Editor class for UIComps.class
Editor class for UIContainer.class
Context menu container.class
Date/Time UI component.class
Editor class for UIDialog.class
Empty component.class
Gauge component.class
Image component.class
Image component.class
Label component.class
Media component.class
Menu container.class
Menu bar container.class
Menu item component.class
Menu separator component.class
Label component.class
Editor class for UIPanel.class
Editor class for UIPanel.class
Editor class for UIContainer.class
Progress component.class
Radio button component.class
Radio menu item component.class
Slider component.class
Spinner UI component.class
Swap container.class
Tab container.class
Text component (entry field).class
Text area component.class
Group container.Modifier and TypeMethodDescriptionDragDropLinkAdapter.getLinkCapable()
Gets the source linkable element.ModifierConstructorDescriptionDragDropLinkAdapter
(Atom name, ILinkCapable linkCapable) Constructor for the component to adapt for.Uses of ILinkCapable in com.iizigo.panel.prop.calendar
Modifier and TypeClassDescriptionclass
The Editor version of a map marker.class
Map layout.class
Calendar list component.Uses of ILinkCapable in com.iizigo.panel.prop.chart
Uses of ILinkCapable in com.iizigo.panel.prop.map
Modifier and TypeClassDescriptionclass
Map layout.class
The Editor version of a map marker.class
Map markers container for the designer.class
Map component.Uses of ILinkCapable in com.iizigo.panel.prop.mlist
Modifier and TypeClassDescriptionclass
The Editor version of a default list item.class
Mobile list items group container for the designer.class
Mobile list group layout.class
List component.class
Mobile list layout.class
The Editor version of a mobile list items group container.Uses of ILinkCapable in com.iizigo.panel.prop.table
Modifier and TypeClassDescriptionclass
The Table "component" (really a container).class
The Table Column component.class
UI Table layout.Uses of ILinkCapable in com.iizigo.term.prop
Modifier and TypeClassDescriptionclass
This Screen identification property container for a terminal host screen property.Uses of ILinkCapable in com.iizigo.vs.prop
Modifier and TypeClassDescriptionclass
The Editor VirtualSpace property class.class
The Editor VirtualSpace Action property class.class
The Editor VirtualSpace Field property class.class
The Editor VirtualSpace Group property class.class
The Editor VirtualSpace Field property class.Uses of ILinkCapable in com.iizigo.ws.prop
Modifier and TypeClassDescriptionclass
Editor version of the Output Column connects a table column from the reply output with a VSTable column.class
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
Editor version of the Output Variable connects a reference variable from the reply output with a VSField.class
Editor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.