Package org.apache.jorphan.gui
Class JEditableCheckBox.Configuration
-
- All Implemented Interfaces:
public final class JEditableCheckBox.ConfigurationSupplies the parameters to JEditableCheckBox.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringstartEditingprivate final StringtrueValueprivate final StringfalseValueprivate final List<String>extraValues
-
Method Summary
Modifier and Type Method Description final StringgetStartEditing()Menu item title to "start editing" the checkbox value. final StringgetTrueValue()The title to be used for "true" value in the checkbox. final StringgetFalseValue()The title to be used for "false" value in the checkbox. final List<String>getExtraValues()Extra values to be added for the combobox. -
-
Method Detail
-
getStartEditing
final String getStartEditing()
Menu item title to "start editing" the checkbox value.
-
getTrueValue
final String getTrueValue()
The title to be used for "true" value in the checkbox.
-
getFalseValue
final String getFalseValue()
The title to be used for "false" value in the checkbox.
-
getExtraValues
final List<String> getExtraValues()
Extra values to be added for the combobox.
-
-
-
-