Package jmri.jmrit.display.layoutEditor
Class LayoutEditorActionFactory
- java.lang.Object
-
- jmri.jmrit.display.layoutEditor.LayoutEditorActionFactory
-
- All Implemented Interfaces:
EditorActionFactory
,JmriServiceProviderInterface
public final class LayoutEditorActionFactory extends java.lang.Object implements EditorActionFactory
-
-
Constructor Summary
Constructors Constructor Description LayoutEditorActionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.AbstractAction
createAction()
Create a new action that should create a newEditor
.java.lang.String
getTitle()
Get the title used for the action returned byEditorActionFactory.createAction()
.
-
-
-
Constructor Detail
-
LayoutEditorActionFactory
public LayoutEditorActionFactory()
-
-
Method Detail
-
createAction
public javax.swing.AbstractAction createAction()
Description copied from interface:EditorActionFactory
Create a new action that should create a newEditor
.- Specified by:
createAction
in interfaceEditorActionFactory
- Returns:
- the action
-
getTitle
public java.lang.String getTitle()
Description copied from interface:EditorActionFactory
Get the title used for the action returned byEditorActionFactory.createAction()
.- Specified by:
getTitle
in interfaceEditorActionFactory
- Returns:
- the title
-
-