haifa.shopsim.UI
Class RVSelectionAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--haifa.shopsim.UI.RVSelectionAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable

class RVSelectionAction
extends javax.swing.AbstractAction

Action that occurs when user selects a new random variable in the MainGUI

Version:
1.0
See Also:
Serialized Form

Inner classes inherited from class javax.swing.AbstractAction
javax.swing.AbstractAction.ArrayTable
 
Field Summary
(package private) static java.lang.String CV_0_RV
           
(package private) static java.lang.String CV_025_RV
           
(package private) static java.lang.String CV_10_RV
           
(package private)  MainGUI mainGUI
           
(package private) static java.lang.String P_2_RV
           
(package private) static java.lang.String P_3_RV
           
(package private) static java.lang.String WEIBULL_RV
           
 
Fields inherited from class javax.swing.AbstractAction
arrayTable, changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
(package private) RVSelectionAction(MainGUI mainGUI_, java.lang.String rvName)
          The constructor uses an algorithm name.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          Does what is specified at the class explanation above.
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, readObject, removePropertyChangeListener, setEnabled, writeObject
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

mainGUI

MainGUI mainGUI

CV_0_RV

static final java.lang.String CV_0_RV

CV_025_RV

static final java.lang.String CV_025_RV

CV_10_RV

static final java.lang.String CV_10_RV

WEIBULL_RV

static final java.lang.String WEIBULL_RV

P_3_RV

static final java.lang.String P_3_RV

P_2_RV

static final java.lang.String P_2_RV
Constructor Detail

RVSelectionAction

RVSelectionAction(MainGUI mainGUI_,
                  java.lang.String rvName)
The constructor uses an algorithm name.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Does what is specified at the class explanation above.
Overrides:
actionPerformed in class javax.swing.AbstractAction