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 SummaryFields Modifier and Type Field Description (package private) RpsSystemConnectionMemomemo
 - 
Constructor SummaryConstructors Constructor Description RpsComponentFactory(RpsSystemConnectionMemo memo)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JMenugetMenu()Provide a menu with all items attached to this system connection.
 
- 
- 
- 
Constructor Detail- 
RpsComponentFactorypublic RpsComponentFactory(RpsSystemConnectionMemo memo) 
 
- 
 - 
Method Detail- 
getMenupublic javax.swing.JMenu getMenu() Provide a menu with all items attached to this system connection.- Specified by:
- getMenuin class- ComponentFactory
- Returns:
- menu with all items attached to this system connection.
 
 
- 
 
-