Package org.geotools.swing.wizard
Classes to construct wizards for user input
-
Class Summary Class Description JDoubleField Widget for double valuesJField Field that uses the converter API to hack away at a text representation of the provided value.JFileField Widget for File; provides a "Browse" button to open a file dialog.JGeometryField Text field for filling in a Geometry parameter using WKT.JPage Wizard page; will be created as needed.JURLField Widget for URL; provides a "Browse" button to open a file dialog.JWizard Swing does not provide a wizard construct (boo hiss) so this is a quick dialog that can step us through a series of pages.ParamField Super class that provides additional helper methods useful when implementing your own ParamWidget.ParamWidgetFactory A factory that takes a parameter type and its map of metadata and determines what sort of form widget to create for it