Package jmri.jmrit.display.layoutEditor
Class LayoutEditorActionFactory
java.lang.Object
jmri.jmrit.display.layoutEditor.LayoutEditorActionFactory
- All Implemented Interfaces:
EditorActionFactory,JmriServiceProviderInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a new action that should create a newEditor.getTitle()Get the title used for the action returned byEditorActionFactory.createAction().
-
Constructor Details
-
LayoutEditorActionFactory
public LayoutEditorActionFactory()
-
-
Method Details
-
createAction
Description copied from interface:EditorActionFactoryCreate a new action that should create a newEditor.- Specified by:
createActionin interfaceEditorActionFactory- Returns:
- the action
-
getTitle
Description copied from interface:EditorActionFactoryGet the title used for the action returned byEditorActionFactory.createAction().- Specified by:
getTitlein interfaceEditorActionFactory- Returns:
- the title
-