Class AutoCompleteDescWindow.HistoryEntry

  • Enclosing class:
    AutoCompleteDescWindow

    private static class AutoCompleteDescWindow.HistoryEntry
    extends java.lang.Object
    A completion and its cached summary text.
    • Constructor Summary

      Constructors 
      Constructor Description
      HistoryEntry​(Completion completion, java.lang.String summary, java.lang.String anchor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • summary

        private java.lang.String summary
      • anchor

        private java.lang.String anchor
    • Constructor Detail

      • HistoryEntry

        HistoryEntry​(Completion completion,
                     java.lang.String summary,
                     java.lang.String anchor)
    • Method Detail

      • toString

        public java.lang.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 java.lang.Object
        Returns:
        A string representation of this history entry.