Package apps.gui3.tabbedpreferences
Class TabbedPreferencesProfileAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.util.swing.JmriAbstractAction
-
- apps.gui3.tabbedpreferences.TabbedPreferencesAction
-
- apps.gui3.tabbedpreferences.TabbedPreferencesProfileAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class TabbedPreferencesProfileAction extends TabbedPreferencesAction
Tabbed Preferences Action for going direct to Profiles.Most of the behavior comes from the
TabbedPreferencesAction
superclass; this just adds a specific target.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class apps.gui3.tabbedpreferences.TabbedPreferencesAction
preferencesItem, preferenceSubCat
-
Fields inherited from class jmri.util.swing.JmriAbstractAction
context, hint, wi
-
-
Constructor Summary
Constructors Constructor Description TabbedPreferencesProfileAction()
-
Method Summary
-
Methods inherited from class apps.gui3.tabbedpreferences.TabbedPreferencesAction
actionPerformed, actionPerformed, helpTarget, makePanel, setTitle
-
Methods inherited from class jmri.util.swing.JmriAbstractAction
dispose, setContext, setHint, setName, setParameter, setParameter, setWindowInterface, toString
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
TabbedPreferencesProfileAction
public TabbedPreferencesProfileAction()
-
-