Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.greenstone.gatherer.gui.combobox

Class Summary
GComboBox In order for a JComboBox to perform the way Gatherer requires, ie firing a DocumentEvent of some form whenever the user edits the content of the currently selected item, we need to subclass JComboBox and build a version which adds a DocumentListener to the JTextField within the combobox not to the combobox itself.
GComboBoxModel