Package jmri.jmrix.rfid.swing
Class RfidComponentFactory
- java.lang.Object
-
- jmri.jmrix.swing.ComponentFactory
-
- jmri.jmrix.rfid.swing.RfidComponentFactory
-
public class RfidComponentFactory extends ComponentFactory
Provide access to Swing components for the Rfid subsystem.
This file is part of JMRI.JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) RfidSystemConnectionMemo
memo
-
Constructor Summary
Constructors Constructor Description RfidComponentFactory(RfidSystemConnectionMemo 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
-
RfidComponentFactory
public RfidComponentFactory(RfidSystemConnectionMemo memo)
-
-
Method Detail
-
getMenu
public javax.swing.JMenu getMenu()
Description copied from class:ComponentFactory
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.
-
-