Public Member Functions | Package Attributes | Private Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes

de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator Class Reference

List of all members.

Public Member Functions

DispatcherSimulatorParameters getParameters ()
boolean isOkSelected ()
void jButtonTransactionTriggerFile_actionPerformed (ActionEvent e)
void jCheckBoxButtonFromFile_actionPerformed (ActionEvent e)
 UIDlgDispatcherSimulator (Frame parentFrame, String title, boolean modal)
 UIDlgDispatcherSimulator ()
 UIDlgDispatcherSimulator (UIFrameTimingMain parentFrame)

Package Attributes

boolean okSelected = false

Private Member Functions

void jbInit () throws Exception
void setEventHandlers ()

Static Private Member Functions

static String createTitle (UIFrameTimingMain parentFrame)

Private Attributes

GridBagLayout gridBagLayout1 = new GridBagLayout()
JButton jButtonFile = new JButton()
JCheckBox jCheckBoxAnimate = new JCheckBox()
JCheckBox jCheckBoxButtonFromFile = new JCheckBox()
JCheckBox jCheckBoxRememberResultDetails = new JCheckBox()
JLabel jLabelExperimentCount = new JLabel()
JSpinner jSpinnerExperimentCount = new JSpinner()
JTextField jTextFieldFile = new JTextField()
JPanel panel1 = new JPanel()
SpinnerNumberModel spinnerModelExperimentCount = new SpinnerNumberModel(2, 1, 10000, 1)
UIPanelButtons uiPanelButtons = new UIPanelButtons()
UIPanelExperimentDuration uiPanelExperimentDuration = new UIPanelExperimentDuration()
UIPanelTaskTrigger uiPanelTaskTrigger = new UIPanelTaskTrigger()
UIPanelTransactionTrigger uiPanelTransactionTrigger = new UIPanelTransactionTrigger()

Static Private Attributes

static final long serialVersionUID = 4006159236106630373L

Detailed Description

Author:
shanno

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator.UIDlgDispatcherSimulator ( UIFrameTimingMain  parentFrame  ) 
de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator.UIDlgDispatcherSimulator ( Frame  parentFrame,
String  title,
boolean  modal 
)
de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator.UIDlgDispatcherSimulator (  ) 

Member Function Documentation

static String de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator.createTitle ( UIFrameTimingMain  parentFrame  )  [static, private]
DispatcherSimulatorParameters de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator.getParameters (  ) 
boolean de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator.isOkSelected (  ) 
void de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator.jbInit (  )  throws Exception [private]
void de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator.jButtonTransactionTriggerFile_actionPerformed ( ActionEvent  e  ) 
void de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator.jCheckBoxButtonFromFile_actionPerformed ( ActionEvent  e  ) 
void de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator.setEventHandlers (  )  [private]

Member Data Documentation

final long de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator.serialVersionUID = 4006159236106630373L [static, private]
SpinnerNumberModel de.fraunhofer.isst.axbench.timing.ui.UIDlgDispatcherSimulator.spinnerModelExperimentCount = new SpinnerNumberModel(2, 1, 10000, 1) [private]