Package de.tkuhn.swing.combobox

A package containing some classes for use together with JComboBox.

See:
          Description

Class Summary
CascadingComboBoxModel The CascadingComboBoxModel is a means to provide a row of combo boxes where the items selectable in one combobox depend on the selected item in the previous combo box.
 

Package de.tkuhn.swing.combobox Description

A package containing some classes for use together with JComboBox.

In the Moment this is limited to CascadingComboBoxModel a ComboBoxModel that enables your to generate a row of combo boxes in which each combo boxes choices depend on the selected item of its predecessor combo box.



Copyright © Tilmann Kuhn