Package jmri.jmrix.rps.swing
Class RpsComponentFactory
- java.lang.Object
-
- jmri.jmrix.swing.ComponentFactory
-
- jmri.jmrix.rps.swing.RpsComponentFactory
-
public class RpsComponentFactory extends ComponentFactory
Provide access to Swing components for the RPS subsystem.- Since:
- 2.11.1
-
-
Field Summary
Fields Modifier and Type Field Description (package private) RpsSystemConnectionMemo
memo
-
Constructor Summary
Constructors Constructor Description RpsComponentFactory(RpsSystemConnectionMemo memo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JMenu
getMenu()
Provide a menu with all items attached to this system connection.
-
-
-
Constructor Detail
-
RpsComponentFactory
public RpsComponentFactory(RpsSystemConnectionMemo memo)
-
-
Method Detail
-
getMenu
public javax.swing.JMenu getMenu()
Provide a menu with all items attached to this system connection.- Specified by:
getMenu
in classComponentFactory
- Returns:
- menu with all items attached to this system connection.
-
-