Uses of Class
es.unex.sextante.gui.algorithm.GeoAlgorithmParametersPanel

Packages that use GeoAlgorithmParametersPanel
es.unex.sextante.gui.algorithm   
 

Uses of GeoAlgorithmParametersPanel in es.unex.sextante.gui.algorithm
 

Subclasses of GeoAlgorithmParametersPanel in es.unex.sextante.gui.algorithm
 class DefaultParametersPanel
          A panel to introduce parameters for a geoalgorithm, created automatically based on the parameters needed by that geoalgorithm If no additional panel is provided for an algorithm, SEXTANTE will use this panel as the default one.
 

Constructors in es.unex.sextante.gui.algorithm with parameters of type GeoAlgorithmParametersPanel
AlgorithmDialog(GeoAlgorithm algorithm, GeoAlgorithmParametersPanel panel, java.util.ArrayList<DateAndCommand> commands)
          Creates a new dialog for a given algorithm.
AlgorithmDialog(GeoAlgorithm algorithm, javax.swing.JDialog parent, GeoAlgorithmParametersPanel panel, java.util.ArrayList<DateAndCommand> commands)
          Creates a new dialog for a given algorithm.