Class LayoutBlockRouteTableAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.display.layoutEditor.blockRoutingTable.LayoutBlockRouteTableAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
Swing action to create and register a Block Routing Table.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
ConstructorsConstructorDescriptionLayoutBlockRouteTableAction(String name, LayoutBlock layoutBlock) Create an action with a specific title. -
Method Summary
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
LayoutBlockRouteTableAction
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 Details
-
actionPerformed
-
actionPerformed
-
setTitle
void setTitle() -
helpTarget
-