Class ClipboardHistoryPopup.LabelValuePair

  • Enclosing class:
    ClipboardHistoryPopup

    private static class ClipboardHistoryPopup.LabelValuePair
    extends java.lang.Object
    Entries in the choices list are of this type. This truncates entries that are too long. In the future it can provide more information (line count for multi-line pastes, etc.).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String label  
      private static int LABEL_MAX_LENGTH  
      private java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      LabelValuePair​(java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • label

        private java.lang.String label
      • value

        private java.lang.String value
    • Constructor Detail

      • LabelValuePair

        LabelValuePair​(java.lang.String value)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object