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