Package jmri.jmrit.display
Interface EditorActionFactory
- All Superinterfaces:
JmriServiceProviderInterface
- All Known Implementing Classes:
ControlPanelEditorActionFactory,LayoutEditorActionFactory,PanelEditorActionFactory,SwitchboardEditorActionFactory
Factory for creating
AbstractActions that create new Editors.-
Method Summary
Modifier and TypeMethodDescriptionCreate a new action that should create a newEditor.getTitle()Get the title used for the action returned bycreateAction().
-
Method Details
-
createAction
Create a new action that should create a newEditor.- Returns:
- the action
-
getTitle
Get the title used for the action returned bycreateAction().- Returns:
- the title
-