Uses of Interface
es.unex.sextante.core.IGeoAlgorithmFilter

Packages that use IGeoAlgorithmFilter
es.unex.sextante.core   
es.unex.sextante.gui.toolbox   
 

Uses of IGeoAlgorithmFilter in es.unex.sextante.core
 

Methods in es.unex.sextante.core with parameters of type IGeoAlgorithmFilter
static java.util.HashMap Sextante.getAlgorithms(IGeoAlgorithmFilter filter)
          Returns a map of algorithms in the library filtered using a given filter. command-line names (see GeoAlgorithm.getCommandLineName()) are used as keys.
 

Uses of IGeoAlgorithmFilter in es.unex.sextante.gui.toolbox
 

Constructors in es.unex.sextante.gui.toolbox with parameters of type IGeoAlgorithmFilter
AlgorithmsPanel(IToolboxDialog parentDialog, IGeoAlgorithmFilter filter, javax.swing.ImageIcon img, boolean includeBatchExecution)
          Constructor
ToolboxPanel(IToolboxDialog parent, IGeoAlgorithmFilter filter)
          Constructor