Class NonConsecutiveSeqSelector

java.lang.Object
xal.tools.apputils.NonConsecutiveSeqSelector
All Implemented Interfaces:
ActionListener, EventListener

public class NonConsecutiveSeqSelector extends Object implements ActionListener
Non-consecutive sequence selector moved from db2xal app and can be used by other apps. The other SeqSelector class is mainly for online model use and the selected sequences have to be consecutive but this one does not require so and this class does not prepare combo sequence but only a collection of sequence names.
Author:
chu
  • Field Details

    • sequenceDialog

      protected JDialog sequenceDialog
    • table

      protected JTable table
    • seqList

      protected List<Object> seqList
    • myModel

      protected xal.tools.apputils.NonConsecutiveSeqSelector.MyTableModel myModel
  • Constructor Details

    • NonConsecutiveSeqSelector

      public NonConsecutiveSeqSelector()
  • Method Details