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.ObjectEntries 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.Stringlabelprivate static intLABEL_MAX_LENGTHprivate java.lang.Stringvalue
-
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.StringtoString()
-
-
-
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
-
-