Package jmri.jmrit.display.layoutEditor
Class LayoutBlock.LayoutBlockEditAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.beantable.beanedit.BeanEditAction<Block>
-
- jmri.jmrit.beantable.beanedit.BlockEditAction
-
- jmri.jmrit.display.layoutEditor.LayoutBlock.LayoutBlockEditAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- LayoutBlock
protected class LayoutBlock.LayoutBlockEditAction extends BlockEditAction
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jmri.jmrit.beantable.beanedit.BlockEditAction
metricUi
-
Fields inherited from class jmri.jmrit.beantable.beanedit.BeanEditAction
applyBut, bei, selectedTab
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLayoutBlockEditAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) BeanItemPanelblockRoutingDetails()java.lang.StringhelpTarget()protected voidinitPanels()Call to create all the different tabs that will be added to the frame.(package private) BeanItemPanellayoutDetails()-
Methods inherited from class jmri.jmrit.beantable.beanedit.BlockEditAction
getByUserName
-
Methods inherited from class jmri.jmrit.beantable.beanedit.BeanEditAction
actionPerformed, addToPanel, applyButtonAction, cancelButtonAction, initPanelsFirst, initPanelsLast, removeName, renameBean, resetBasicItems, save, saveBasicItems, setBean, setSelectedComponent
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
LayoutBlockEditAction
protected LayoutBlockEditAction()
-
-
Method Detail
-
helpTarget
public java.lang.String helpTarget()
- Overrides:
helpTargetin classBlockEditAction
-
initPanels
protected void initPanels()
Description copied from class:BeanEditActionCall to create all the different tabs that will be added to the frame.- Overrides:
initPanelsin classBlockEditAction
-
layoutDetails
BeanItemPanel layoutDetails()
-
blockRoutingDetails
BeanItemPanel blockRoutingDetails()
-
-