Uses of Class
com.iizigo.vs.link.VSLinkInfo
Packages that use VSLinkInfo
Uses of VSLinkInfo in com.iizigo.vs.link
Subclasses of VSLinkInfo in com.iizigo.vs.linkModifier and TypeClassDescriptionclass
Links a VSAction to a target component, or replaces an existing one.class
Links a VSField to a target component, or replaces an existing one.class
Links a VirtualSpace to a target component, or replaces an existing VirtualSpace.Fields in com.iizigo.vs.link declared as VSLinkInfoModifier and TypeFieldDescriptionstatic final VSLinkInfo<?>[]
IVSLinkEnabler.EMPTY_VSLINK_INFO
Empty links array.static final VSLinkInfo<?>[]
IVSParticipantLinkEnabler.VIRTUALSPACE_PARTICIPANT_LINK_ENABLER
The standard VSLinkAction with VSParticipant named Atom.VIRTUALSPACE.Methods in com.iizigo.vs.link that return VSLinkInfoModifier and TypeMethodDescriptionVSLinkInfo<?>[]
IVSLinkEnabler.getVSLinkInfo()
Returns the possible array of VS links possible, their types, the reference type, and so on.default VSLinkInfo<?>[]
IVSParticipantLinkEnabler.getVSLinkInfo()
Returns the possible array of VS links possible, their types, the reference type, and so on.Methods in com.iizigo.vs.link that return types with arguments of type VSLinkInfoModifier and TypeMethodDescriptionabstract List<VSLinkInfo<?>>
VSSubLinkInfo.getSubOperations()
Returns the sub-VSLinkInfo's.Method parameters in com.iizigo.vs.link with type arguments of type VSLinkInfoModifier and TypeMethodDescriptionstatic void
IVSLinkEnabler.performLink
(org.eclipse.swt.widgets.Shell shell, PropCnr target, ArrayList<VSLinkInfo<?>> infoList, ArrayList<VSSubLinkInfo> subInfoList, ArrayList<ArrayList<IVSComponent>> componentsList, ComplexOperation op) Called to perform the operations.