jfreerails.client.view
Class StationBuildModel.StationBuildAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by jfreerails.client.view.StationBuildModel.StationBuildAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Enclosing class:
StationBuildModel

public class StationBuildModel.StationBuildAction
extends javax.swing.AbstractAction

This action builds the station.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
static java.lang.String STATION_POSITION_KEY
          This key can be used to set the position where the station is to be built as a Point object.
static java.lang.String STATION_RADIUS_KEY
          This key can be used to retrieve the radius of the currently selected station as an Integer value.
 
Fields inherited from class javax.swing.AbstractAction
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
StationBuildModel.StationBuildAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

STATION_POSITION_KEY

public static final java.lang.String STATION_POSITION_KEY
This key can be used to set the position where the station is to be built as a Point object.

See Also:
Constant Field Values

STATION_RADIUS_KEY

public static final java.lang.String STATION_RADIUS_KEY
This key can be used to retrieve the radius of the currently selected station as an Integer value. Don't bother writing to it!

See Also:
Constant Field Values
Constructor Detail

StationBuildModel.StationBuildAction

StationBuildModel.StationBuildAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)