Package org.geotools.swing.wizard


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