Class AutoCompleteDescWindow.HistoryEntry

java.lang.Object
org.fife.ui.autocomplete.AutoCompleteDescWindow.HistoryEntry
Enclosing class:
AutoCompleteDescWindow

private static class AutoCompleteDescWindow.HistoryEntry extends Object
A completion and its cached summary text.
  • Field Details

  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overridden to display a short name for the completion, since it's used in the tool tips for the "back" and "forward" buttons.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this history entry.