Class NodeChannelSelector


public class NodeChannelSelector extends KeyValueRecordSelector<NodeChannelRef>
display a view that allows users to select channels associated with nodes
  • Constructor Details

  • Method Details

    • getInstance

      public static NodeChannelSelector getInstance(List<NodeChannelRef> channelRefs, JFrame owner, String title)
      Get an instance of a record selector for allowing users to select node channel references from a list in a table.
      Parameters:
      channelRefs - node channel references
      owner - the window that owns the dialog window
      title - the title of the dialog window
    • getInstanceFromNodes

      public static NodeChannelSelector getInstanceFromNodes(List<AcceleratorNode> nodes, JFrame owner, String title)
      Get an instance of a record selector for allowing users to select node channel references from a list in a table.
      Parameters:
      nodes - the nodes for which to get the channel references
      owner - the window that owns the dialog window
      title - the title of the dialog window
    • getInstanceFromNodes

      public static NodeChannelSelector getInstanceFromNodes(List<AcceleratorNode> nodes, JFrame owner, String title, String... handles)
      Get an instance of a record selector for allowing users to select node channel references from a list in a table.
      Parameters:
      nodes - the nodes for which to get the channel references
      owner - the window that owns the dialog window
      title - the title of the dialog window
      handles - the channel handles for which to get the channel references