Module org.icepdf.ri.viewer
Class ValueLabelItem
- java.lang.Object
-
- org.icepdf.ri.common.utility.annotation.properties.ValueLabelItem
-
public class ValueLabelItem extends Object
Class to associate with a JComboBox Used to allow us to display different text to the user than we set in the backend- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description ValueLabelItem(Object value, String label)
-