Uses of Interface
com.iizix.prop.vs.IVSParticipant
Packages that use IVSParticipant
Package
Description
Uses of IVSParticipant in com.iizigo.db.prop
Classes in com.iizigo.db.prop that implement IVSParticipantModifier and TypeClassDescriptionclassEditor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.classEditor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.classEditor 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
Constructors in com.iizigo.link.vs with parameters of type IVSParticipantModifierConstructorDescriptionLopAssignVirtualSpace(IVSParticipant participant, EditorVirtualSpace virtualSpace) Constructor.Uses of IVSParticipant in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IVSParticipantModifier and TypeClassDescriptionclassEditor class for UISimpleDialog.classContext menu container.classEditor class for UIDialog.classEditor class for UIPanel.classEditor class for UIPanel.Uses of IVSParticipant in com.iizigo.prop.editor.dialog
Constructors in com.iizigo.prop.editor.dialog with parameters of type IVSParticipantModifierConstructorDescriptionRawTextEditorDialog(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
Classes in com.iizigo.term.prop that implement IVSParticipantModifier and TypeClassDescriptionclassThis Screen property container holds the screen identifications and fields for a terminal host screen.Uses of IVSParticipant in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type IVSParticipantModifier and TypeMethodDescriptionstatic EditorVirtualSpaceVSHelper.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
Classes in com.iizigo.ws.prop that implement IVSParticipantModifier and TypeClassDescriptionclassEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditor 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
Classes in com.iizix.db.prop that implement IVSParticipantModifier and TypeClassDescriptionclassInput Properties that ties the input to the execution of an SQL query statement to VirtualSpace.classResult property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.classResult 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
Subinterfaces of IVSParticipant in com.iizix.prop.uiModifier and TypeInterfaceDescriptioninterfaceThe panel owner is an interface implemented by top level components that are either the panel itself or e.g.Classes in com.iizix.prop.ui that implement IVSParticipantModifier and TypeClassDescriptionclassSimple mobile popup dialog.classContext menu UI container.classDesktop popup dialog.classPanel UI container.classBase panel UI container.classPanel part UI container.Uses of IVSParticipant in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return IVSParticipantModifier and TypeMethodDescriptionVSParticipantReference.getParticipant()Gets the VirtualSpace participant instance for this reference.Methods in com.iizix.prop.vs that return types with arguments of type IVSParticipantMethods in com.iizix.prop.vs with parameters of type IVSParticipantModifier and TypeMethodDescriptionvoidVSParticipantsHolder.add(IVSParticipant participant, IComplexOperation op) Adds a new participant.booleanVSParticipantsHolder.contains(IVSParticipant participant) Checks if the participant is present in this container.booleanVSParticipantsHolder.remove(IVSParticipant participant, IComplexOperation op) Removes an existing participant.Uses of IVSParticipant in com.iizix.term.prop
Classes in com.iizix.term.prop that implement IVSParticipantModifier and TypeClassDescriptionclassThis Screen property container holds the screen identifications and fields for a terminal host screen.Uses of IVSParticipant in com.iizix.ws.prop
Classes in com.iizix.ws.prop that implement IVSParticipantModifier and TypeClassDescriptionclassAbstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.classOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.classInput Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.