Package noaa.coastwatch.gui.value
package noaa.coastwatch.gui.value
Provides classes that editting and displaying a single object value.
-
ClassDescriptionA
ByteValuePanel
holds a Byte value and allows the user to change it.ADateValuePanel
holds a Date value and allows the user to change it.ADoubleValuePanel
holds a Double value and allows the user to change it.AFloatValuePanel
holds a Float value and allows the user to change it.AIntegerValuePanel
holds an Integer value and allows the user to change it.ALongValuePanel
holds a Long value and allows the user to change it.AParsableValuePanel
holds a value that can be parsed from a text string and allows the user to change it.AShortValuePanel
holds a Short value and allows the user to change it.AStringValuePanel
holds a String value and allows the user to change it.ATextFieldVerifier
attaches to a JTextField and verifies that the string conforms to a certain format.TheTextFieldVerifierImp
interface specifies methods that aTextFieldVerifier
requires to perform the verification.ATimeWindowValuePanel
holds aTimeWindow
value and allows the user to change it.ValuePanel<T>AValuePanel
hold an object value and allows the user to change it.