Uses of Class
org.geotools.swing.wizard.ParamField
-
Packages that use ParamField Package Description org.geotools.swing.wizard Classes to construct wizards for user input -
-
Uses of ParamField in org.geotools.swing.wizard
Subclasses of ParamField in org.geotools.swing.wizard Modifier and Type Class Description class
JDoubleField
Widget for double valuesclass
JField
Field that uses the converter API to hack away at a text representation of the provided value.class
JFileField
Widget for File; provides a "Browse" button to open a file dialog.class
JGeometryField
Text field for filling in a Geometry parameter using WKT.class
JURLField
Widget for URL; provides a "Browse" button to open a file dialog.Methods in org.geotools.swing.wizard that return ParamField Modifier and Type Method Description static ParamField
ParamField. create(Parameter<?> parameter)
Factory method creating the appropriate ParamField for the supplied Param.
-