Package jmri.jmrix.secsi.swing
Class SecsiComponentFactory
- java.lang.Object
-
- jmri.jmrix.swing.ComponentFactory
-
- jmri.jmrix.secsi.swing.SecsiComponentFactory
-
public class SecsiComponentFactory extends ComponentFactory
Provide access to Swing components for the SECSI subsystem.- Since:
- 2.11.1
-
-
Constructor Summary
Constructors Constructor Description SecsiComponentFactory(SecsiSystemConnectionMemo 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
-
SecsiComponentFactory
public SecsiComponentFactory(SecsiSystemConnectionMemo 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.
-
-