Class AutoCompleteDocument

  • All Implemented Interfaces:
    Document
    Direct Known Subclasses:
    AutoCompleteStyledDocument

    public class AutoCompleteDocument
    extends Object
    implements Document
    A document that can be plugged into any JTextComponent to enable automatic completion. It finds and selects matching items using any implementation of the AbstractAutoCompleteAdaptor.