Package noaa.coastwatch.gui.value
package noaa.coastwatch.gui.value
Provides classes that editting and displaying a single object value.
-
ClassDescriptionA
ByteValuePanelholds a Byte value and allows the user to change it.ADateValuePanelholds a Date value and allows the user to change it.ADoubleValuePanelholds a Double value and allows the user to change it.AFloatValuePanelholds a Float value and allows the user to change it.AIntegerValuePanelholds an Integer value and allows the user to change it.ALongValuePanelholds a Long value and allows the user to change it.AParsableValuePanelholds a value that can be parsed from a text string and allows the user to change it.AShortValuePanelholds a Short value and allows the user to change it.AStringValuePanelholds a String value and allows the user to change it.ATextFieldVerifierattaches to a JTextField and verifies that the string conforms to a certain format.TheTextFieldVerifierImpinterface specifies methods that aTextFieldVerifierrequires to perform the verification.ATimeWindowValuePanelholds aTimeWindowvalue and allows the user to change it.ValuePanel<T>AValuePanelhold an object value and allows the user to change it.