Class LayoutBlockRouteTableAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.display.layoutEditor.blockRoutingTable.LayoutBlockRouteTableAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class LayoutBlockRouteTableAction extends javax.swing.AbstractAction
Swing action to create and register a Block Routing Table.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LayoutBlockRouteTableAction(java.lang.String name, LayoutBlock layoutBlock)Create an action with a specific title.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed()voidactionPerformed(java.awt.event.ActionEvent e)(package private) java.lang.StringhelpTarget()(package private) voidsetTitle()-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
LayoutBlockRouteTableAction
public LayoutBlockRouteTableAction(java.lang.String name, LayoutBlock layoutBlock)
Create an action with a specific title.Note that the argument is the Action title, not the title of the resulting frame. Perhaps this should be changed?
- Parameters:
name- the action titlelayoutBlock- the layout block
-
-
Method Detail
-
actionPerformed
public void actionPerformed()
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
setTitle
void setTitle()
-
helpTarget
java.lang.String helpTarget()
-
-