Class ClipboardHistoryPopup.LabelValuePair
java.lang.Object
org.fife.ui.rtextarea.ClipboardHistoryPopup.LabelValuePair
- Enclosing class:
ClipboardHistoryPopup
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.).
- Version:
- 1.0
-
Field Details
-
label
-
value
-
LABEL_MAX_LENGTH
private static final int LABEL_MAX_LENGTH- See Also:
-
-
Constructor Details
-
LabelValuePair
LabelValuePair(String value)
-
-
Method Details
-
toString
-