Uses of Class
org.geotools.swt.control.ParamField

Packages that use ParamField
org.geotools.swt.control SWT controls, wizards and dialogs used to do common tasks. 
 

Uses of ParamField in org.geotools.swt.control
 

Subclasses of ParamField in org.geotools.swt.control
 class JDoubleField
          Widget for double values
 class 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.swt.control that return ParamField
static ParamField ParamField.create(Composite parent, Parameter<?> parameter)
          Factory method creating the appropriate ParamField for the supplied Param.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.