Uses of Class
com.iizigo.vs.link.VSLinkInfo
Uses of VSLinkInfo in com.iizigo.vs.link
Modifier 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.Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionabstract List<VSLinkInfo<?>>
VSSubLinkInfo.getSubOperations()
Returns the sub-VSLinkInfo's.Modifier 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.