public class GUIFactory
extends es.unex.sextante.gui.core.DefaultGUIFactory
| Constructor and Description |
|---|
GUIFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToView(es.unex.sextante.dataObjects.IDataObject obj,
java.lang.String viewName)
adds a data object (layer) to a view designated by a given name
|
java.util.HashMap<es.unex.sextante.gui.core.NameAndIcon,java.util.ArrayList<es.unex.sextante.gui.core.ToolboxAction>> |
getToolboxActions()
Returns toolbox actions specific of this GUI (that is, of this application)
|
es.unex.sextante.gui.toolbox.ToolboxPanel |
getToolboxPanel() |
static void |
registerExternalTool(java.lang.String groupName,
javax.swing.ImageIcon icon,
es.unex.sextante.gui.core.ToolboxAction toolBoxAction) |
void |
showCommandLineDialog()
Shows the command-line dialog
|
void |
showDataExplorer()
Shows the data-explorer dialog
|
void |
showHistoryDialog()
Shows the history dialog
|
void |
showModelerDialog()
Shows the modeler dialog
|
void |
showToolBoxDialog()
Shows the SEXTANTE toolbox
|
getCoordinatesList, getDefaultModelerParametersPanel, getDefaultParametersPanel, showAdditionalResultsDialog, showAlgorithmDialog, showAlgorithmDialogForModeler, showBatchProcessingDialog, showBatchProcessingFromGISDialog, showGenericDialog, showGenericInfoDialog, showHelpDialog, showHelpDialog, showHelpEditionDialog, showHelpWindow, showModelerDialog, showSettingsDialog, updateHistory, updateToolboxpublic void showToolBoxDialog()
es.unex.sextante.gui.core.IGUIFactoryshowToolBoxDialog in interface es.unex.sextante.gui.core.IGUIFactoryshowToolBoxDialog in class es.unex.sextante.gui.core.DefaultGUIFactorypublic es.unex.sextante.gui.toolbox.ToolboxPanel getToolboxPanel()
public void showModelerDialog()
es.unex.sextante.gui.core.IGUIFactoryshowModelerDialog in interface es.unex.sextante.gui.core.IGUIFactoryshowModelerDialog in class es.unex.sextante.gui.core.DefaultGUIFactorypublic void showHistoryDialog()
es.unex.sextante.gui.core.IGUIFactoryshowHistoryDialog in interface es.unex.sextante.gui.core.IGUIFactoryshowHistoryDialog in class es.unex.sextante.gui.core.DefaultGUIFactorypublic void showCommandLineDialog()
es.unex.sextante.gui.core.IGUIFactoryshowCommandLineDialog in interface es.unex.sextante.gui.core.IGUIFactoryshowCommandLineDialog in class es.unex.sextante.gui.core.DefaultGUIFactorypublic void showDataExplorer()
es.unex.sextante.gui.core.IGUIFactoryshowDataExplorer in interface es.unex.sextante.gui.core.IGUIFactoryshowDataExplorer in class es.unex.sextante.gui.core.DefaultGUIFactorypublic void addToView(es.unex.sextante.dataObjects.IDataObject obj,
java.lang.String viewName)
throws es.unex.sextante.gui.exceptions.WrongViewNameException
es.unex.sextante.gui.core.IGUIFactoryaddToView in interface es.unex.sextante.gui.core.IGUIFactoryaddToView in class es.unex.sextante.gui.core.DefaultGUIFactoryes.unex.sextante.gui.exceptions.WrongViewNameExceptionpublic java.util.HashMap<es.unex.sextante.gui.core.NameAndIcon,java.util.ArrayList<es.unex.sextante.gui.core.ToolboxAction>> getToolboxActions()
es.unex.sextante.gui.core.IGUIFactorygetToolboxActions in interface es.unex.sextante.gui.core.IGUIFactorygetToolboxActions in class es.unex.sextante.gui.core.DefaultGUIFactorypublic static void registerExternalTool(java.lang.String groupName,
javax.swing.ImageIcon icon,
es.unex.sextante.gui.core.ToolboxAction toolBoxAction)