Package pulse.ui.components
Class RangeTextFields
- java.lang.Object
-
- pulse.ui.components.RangeTextFields
-
- All Implemented Interfaces:
Serializable
public final class RangeTextFields extends Object implements Serializable
Two JFormattedTextFields used to display the range of the currently selected task.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RangeTextFields()
Creates textfield objects, which may be accessed with getters from this instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JFormattedTextField
getLowerLimitField()
JFormattedTextField
getUpperLimitField()
-
-
-
Method Detail
-
getLowerLimitField
public JFormattedTextField getLowerLimitField()
-
getUpperLimitField
public JFormattedTextField getUpperLimitField()
-
-