Class ComboBoxSelectionContext

    • Constructor Detail

      • ComboBoxSelectionContext

        public ComboBoxSelectionContext​(JComboBox comboBox)
    • Method Detail

      • setSelection

        public void setSelection​(Selection selection)
        Description copied from interface: SelectionContext
        Sets a new selection.
        Parameters:
        selection - The new selection.
      • getComboBox

        public JComboBox getComboBox()
      • setComboBox

        public void setComboBox​(JComboBox comboBox)