Holger's
Java API

Uses of Class
com.antelmann.util.gui.JMultipleSelectionComboBox

Packages that use JMultipleSelectionComboBox
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of JMultipleSelectionComboBox in com.antelmann.util.gui
 

Methods in com.antelmann.util.gui that return JMultipleSelectionComboBox
 JMultipleSelectionComboBox JMultipleSelectionComboBox.insertAllSelectOption()
          puts a special item at the top of the list model that allows to select all entries (if it didn't already exist)
 JMultipleSelectionComboBox JMultipleSelectionComboBox.insertNoSelectOption()
          puts a special item at the top of the list model that allows to select no entries (if it didn't already exist)
 JMultipleSelectionComboBox JMultipleSelectionComboBox.insertSpecialSelectionOption(String title, Object... selection)
          puts a special item at the top of the list model that allows to select a given predefined selection by a name
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads