Uses of Class
com.iizigo.vs.link.VSSubLinkInfo
Packages that use VSSubLinkInfo Package Description com.iizigo.vs.link Uses of VSSubLinkInfo in com.iizigo.vs.link
Methods in com.iizigo.vs.link that return VSSubLinkInfo Modifier and Type Method Description protected VSSubLinkInfo
VSLinkInfo. getSubOperations()
Returns the sub-operations for the operation.Methods in com.iizigo.vs.link with parameters of type VSSubLinkInfo Modifier and Type Method Description protected PropCnr
VSLinkAction. runOperation(PropCnr target, java.util.ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.protected PropCnr
VSLinkField. runOperation(PropCnr target, java.util.ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.protected abstract PropCnr
VSLinkInfo. runOperation(PropCnr target, java.util.ArrayList<VSCOMP> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.protected PropCnr
VSLinkVirtualSpace. runOperation(PropCnr target, java.util.ArrayList<EditorVirtualSpace> virtualSpaces, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.