Package adams.gui.scripting
Interface ScriptingEngineHandler
-
- All Known Implementing Classes:
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot,AbstractDataContainerZoomOverviewPanel,AbstractRunToolPanel,AbstractScriptingDialog,DataContainerPanel,DataContainerPanelWithContainerList,DataContainerPanelWithSidePanel,InstancePanel,InstanceZoomOverviewPanel,RunToolPanel,ScriptingDialog,SequencePlotterPanel,SpreadSheetRowPanel,SpreadSheetRowZoomOverviewPanel,TimeseriesExplorer,TimeseriesPanel,TimeseriesZoomOverviewPanel,XYSequencePanel
public interface ScriptingEngineHandlerFor classes that support scripting.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractScriptingEnginegetScriptingEngine()Returns the current scripting engine, can be null.
-
-
-
Method Detail
-
getScriptingEngine
AbstractScriptingEngine getScriptingEngine()
Returns the current scripting engine, can be null.- Returns:
- the current engine
-
-