jmri.jmrit.beantable
Class AbstractTableAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by jmri.jmrit.beantable.AbstractTableAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
BlockTableAction, LightTableAction, LogixTableAction, MemoryTableAction, ReporterTableAction, RouteTableAction, SectionTableAction, SensorTableAction, SignalHeadTableAction, TransitTableAction, TurnoutTableAction

public abstract class AbstractTableAction
extends AbstractAction

Swing action to create and register a SignalHeadTable GUI

Author:
Bob Jacobsen Copyright (C) 2003
See Also:
Serialized Form

Field Summary
 
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
AbstractTableAction(String actionName)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void addToFrame(BeanTableFrame f)
          Allow subclasses to add to the frame without have to actually suclass the BeanTableDataFrame
 
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
 

Constructor Detail

AbstractTableAction

public AbstractTableAction(String actionName)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

addToFrame

public void addToFrame(BeanTableFrame f)
Allow subclasses to add to the frame without have to actually suclass the BeanTableDataFrame



Copyright © 1997 - 2008 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.

Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: SourceForge_Logo