Package org.fife.ui.rtextarea
Class ClipboardHistoryPopup.LabelValuePair
- java.lang.Object
-
- org.fife.ui.rtextarea.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()
-
-
-
Field Detail
-
label
private java.lang.String label
-
value
private java.lang.String value
-
LABEL_MAX_LENGTH
private static final int LABEL_MAX_LENGTH
- See Also:
- Constant Field Values
-
-