Uses of Class
es.unex.sextante.gui.toolbox.ToolboxPanel

Packages that use ToolboxPanel
es.unex.sextante.gui.core   
es.unex.sextante.gui.settings   
es.unex.sextante.gui.toolbox   
 

Uses of ToolboxPanel in es.unex.sextante.gui.core
 

Methods in es.unex.sextante.gui.core with parameters of type ToolboxPanel
 void IGUIFactory.showSettingsDialog(ToolboxPanel panel, javax.swing.JDialog parent)
          Show the settings dialog
 void DefaultGUIFactory.showSettingsDialog(ToolboxPanel panel, javax.swing.JDialog parent)
           
 

Uses of ToolboxPanel in es.unex.sextante.gui.settings
 

Constructors in es.unex.sextante.gui.settings with parameters of type ToolboxPanel
SextanteConfigurationDialog(ToolboxPanel panel)
          Constructor.
SextanteConfigurationDialog(ToolboxPanel panel, javax.swing.JDialog parent)
          Constructor
 

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

Methods in es.unex.sextante.gui.toolbox that return ToolboxPanel
 ToolboxPanel ToolboxDialog.getToolboxPanel()
          Returns the toolbox panel contained in this dialog
 

Constructors in es.unex.sextante.gui.toolbox with parameters of type ToolboxPanel
TextSearchPanel(ToolboxPanel panel, javax.swing.JDialog parent)
          Constructor