Class 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 
      ConstructorDescription
      VSSubLinkInfo() 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      abstract java.util.List<VSLinkInfo<?>>getSubOperations()
      Returns the sub-VSLinkInfo's.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VSSubLinkInfo

        public VSSubLinkInfo()
    • Method Detail

      • getSubOperations

        public abstract java.util.List<VSLinkInfo<?>> getSubOperations()
        Returns the sub-VSLinkInfo's.
        Returns:
        The array of sub-operations.