Package jmri.jmrix.sprog.swing
Class SprogComponentFactory
- java.lang.Object
-
- jmri.jmrix.swing.ComponentFactory
-
- jmri.jmrix.sprog.swing.SprogComponentFactory
-
public class SprogComponentFactory extends ComponentFactory
Provide access to Swing components for the Sprog subsystem.- Since:
- 3.5.1
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SprogSystemConnectionMemo
memo
-
Constructor Summary
Constructors Constructor Description SprogComponentFactory(SprogSystemConnectionMemo 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
-
SprogComponentFactory
public SprogComponentFactory(SprogSystemConnectionMemo 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.
-
-