Class ClipboardHistoryPopup.LabelValuePair

java.lang.Object
org.fife.ui.rtextarea.ClipboardHistoryPopup.LabelValuePair
Enclosing class:
ClipboardHistoryPopup

private static class ClipboardHistoryPopup.LabelValuePair extends 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 Details

  • Constructor Details

    • LabelValuePair

      LabelValuePair(String value)
  • Method Details