Class VSSubLinkInfo

java.lang.Object
com.iizigo.vs.link.VSSubLinkInfo

public abstract class VSSubLinkInfo extends 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 Details

    • VSSubLinkInfo

      public VSSubLinkInfo()
  • Method Details

    • getSubOperations

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