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 protected
LayoutBlockEditAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) BeanItemPanel
blockRoutingDetails()
java.lang.String
helpTarget()
protected void
initPanels()
Call to create all the different tabs that will be added to the frame.(package private) BeanItemPanel
layoutDetails()
-
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:
helpTarget
in classBlockEditAction
-
initPanels
protected void initPanels()
Description copied from class:BeanEditAction
Call to create all the different tabs that will be added to the frame.- Overrides:
initPanels
in classBlockEditAction
-
layoutDetails
BeanItemPanel layoutDetails()
-
blockRoutingDetails
BeanItemPanel blockRoutingDetails()
-
-