Uses of Class
com.iizigo.vs.link.VSLinkInfo
Packages that use VSLinkInfo Package Description com.iizigo.vs.link Uses of VSLinkInfo in com.iizigo.vs.link
Subclasses of VSLinkInfo in com.iizigo.vs.link Modifier and Type Class Description classVSLinkActionLinks a VSAction to a target component, or replaces an existing one.classVSLinkFieldLinks a VSField to a target component, or replaces an existing one.classVSLinkVirtualSpaceLinks a VirtualSpace to a target component, or replaces an existing VirtualSpace.Fields in com.iizigo.vs.link declared as VSLinkInfo Modifier and Type Field Description static VSLinkInfo<?>[]IVSLinkEnabler. EMPTY_VSLINK_INFOEmpty links array.static VSLinkInfo<?>[]IVSParticipantLinkEnabler. VIRTUALSPACE_PARTICIPANT_LINK_ENABLERThe standard VSLinkAction with VSParticipant named Atom.VIRTUALSPACE.Methods in com.iizigo.vs.link that return VSLinkInfo Modifier and Type Method Description VSLinkInfo<?>[]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 VSLinkInfo Modifier and Type Method Description abstract java.util.List<VSLinkInfo<?>>VSSubLinkInfo. getSubOperations()Returns the sub-VSLinkInfo's.Method parameters in com.iizigo.vs.link with type arguments of type VSLinkInfo Modifier and Type Method Description static voidIVSLinkEnabler. performLink(org.eclipse.swt.widgets.Shell shell, PropCnr target, java.util.ArrayList<VSLinkInfo<?>> infoList, java.util.ArrayList<VSSubLinkInfo> subInfoList, java.util.ArrayList<java.util.ArrayList<IVSComponent>> componentsList, ComplexOperation op)Called to perform the operations.