Class TabbedPreferencesAction

java.lang.Object
javax.swing.AbstractAction
jmri.util.swing.JmriAbstractAction
apps.gui3.tabbedpreferences.TabbedPreferencesAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
TabbedPreferencesProfileAction

Action launches the tabbed preferences window. The TabbedPreferencesFrame object is requested from the InstanceManager, and if need-be created and initialized in the process of doing that.
See Also: