Package com.iizigo.vs.link
Class VSSubLinkInfo
- java.lang.Object
- com.iizigo.vs.link.VSSubLinkInfo
public abstract class VSSubLinkInfo extends java.lang.Object
Class used to hold sub-operations to execute, and optionally choose to create by the user in the dialog box.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description VSSubLinkInfo()
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.util.List<VSLinkInfo<?>>
getSubOperations()
Returns the sub-VSLinkInfo's.
Method Detail
getSubOperations
public abstract java.util.List<VSLinkInfo<?>> getSubOperations()
Returns the sub-VSLinkInfo's.- Returns:
- The array of sub-operations.