Class SuggestTreeComboBox

All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener

public class SuggestTreeComboBox extends JComboBox<String>
SuggestTreeComboBox presents a selection of items starting with the same letters as the one in the editor using a SuggestTree (Trie). To be more flexible, suggestions are not limited to words starting with the token typed in the editor but also includes items containing such tokens.
See Also:
  • Constructor Details

    • SuggestTreeComboBox

      public SuggestTreeComboBox(String[] array, int size)
  • Method Details

    • changeModel

      public void changeModel(String[] array)