Class BooleanComboBoxModel

    • Constructor Detail

      • BooleanComboBoxModel

        public BooleanComboBoxModel(boolean selected)
        Create a new combo box model for boolean values.
        Parameters:
        selected - which item is selected at beginning
    • Method Detail

      • getSize

        public int getSize()
      • getElementAt

        public Boolean getElementAt(int index)
      • setSelectedItem

        public void setSelectedItem(Object anItem)
      • getSelectedItem

        public Object getSelectedItem()