Class AnalysisPluginRunner

java.lang.Object
javax.swing.AbstractAction
repast.simphony.data.analysis.AnalysisPluginRunner
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, saf.core.ui.actions.ISAFAction<RSApplication>

public class AnalysisPluginRunner extends AbstractAction implements saf.core.ui.actions.ISAFAction<RSApplication>
The AnalysisPluginRunner is a helper class that should be extended by simple plugin runner classes for running command line applications from the gui
Author:
Eric Tatara
See Also:
  • Field Details

    • name

      protected String name
    • licenseFileName

      protected String licenseFileName
    • installHomeKey

      protected String installHomeKey
    • licenseAcceptedKey

      protected String licenseAcceptedKey
    • defaultLocation

      protected String defaultLocation
    • LOG

      protected simphony.util.messages.MessageCenter LOG
    • workspace

      protected saf.core.ui.Workspace<RSApplication> workspace
    • settingsRegistry

      protected simphony.settings.SettingsRegistry settingsRegistry
    • wizard

      protected AnalysisPluginWizard wizard
  • Constructor Details

  • Method Details