Uses of Interface
com.iizix.prop.vs.IVSParticipant
Package
Description
Uses of IVSParticipant 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 IVSParticipant in com.iizigo.link.vs
ModifierConstructorDescriptionLopAssignVirtualSpace
(IVSParticipant participant, EditorVirtualSpace virtualSpace) Constructor.Uses of IVSParticipant in com.iizigo.panel.prop
Modifier and TypeClassDescriptionclass
Editor class for UISimpleDialog.class
Context menu container.class
Editor class for UIDialog.class
Editor class for UIPanel.class
Editor class for UIPanel.Uses of IVSParticipant in com.iizigo.prop.editor.dialog
ModifierConstructorDescriptionRawTextEditorDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, Boolean useTags, boolean isPlainOnly, IVSParticipant vsParticipant, EditorTextTable defaultTextTable) Create the dialog.RawTextEditorPatternDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, Boolean useTags, IVSParticipant vsParticipant, EditorTextTable defaultTextTable, Value.Type valueType) Create the dialog.Uses of IVSParticipant in com.iizigo.term.prop
Modifier and TypeClassDescriptionclass
This Screen property container holds the screen identifications and fields for a terminal host screen.Uses of IVSParticipant in com.iizigo.vs
Modifier and TypeMethodDescriptionstatic EditorVirtualSpace
VSHelper.getVirtualSpace
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, IVSParticipant vsParticipant, IPropUndoRedo undoRedo) Gets the VirtualSpace from the participant.Uses of IVSParticipant in com.iizigo.ws.prop
Modifier and TypeClassDescriptionclass
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 Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.Uses of IVSParticipant in com.iizix.db.prop
Modifier and TypeClassDescriptionclass
Input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.class
Result property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.class
Result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Uses of IVSParticipant in com.iizix.prop.ui
Modifier and TypeInterfaceDescriptioninterface
The panel owner is an interface implemented by top level components that are either the panel itself or e.g.Modifier and TypeClassDescriptionclass
Simple mobile popup dialog.class
Context menu UI container.class
Desktop popup dialog.class
Panel UI container.class
Base panel UI container.class
Panel part UI container.Uses of IVSParticipant in com.iizix.prop.vs
Modifier and TypeMethodDescriptionVSParticipantReference.getParticipant()
Gets the VirtualSpace participant instance for this reference.Modifier and TypeMethodDescriptionvoid
VSParticipantsHolder.add
(IVSParticipant participant, IComplexOperation op) Adds a new participant.boolean
VSParticipantsHolder.contains
(IVSParticipant participant) Checks if the participant is present in this container.boolean
VSParticipantsHolder.remove
(IVSParticipant participant, IComplexOperation op) Removes an existing participant.Uses of IVSParticipant in com.iizix.term.prop
Modifier and TypeClassDescriptionclass
This Screen property container holds the screen identifications and fields for a terminal host screen.Uses of IVSParticipant in com.iizix.ws.prop
Modifier and TypeClassDescriptionclass
Abstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.class
Output property that ties a result set from the execution of a Web Service request to VirtualSpace.class
Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.