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:
ActionListener,Serializable,Cloneable,EventListener,Action
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:
-
Field Summary
Fields inherited from class apps.gui3.tabbedpreferences.TabbedPreferencesAction
preferencesItem, preferenceSubCatFields inherited from class jmri.util.swing.JmriAbstractAction
context, hint, wiFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class apps.gui3.tabbedpreferences.TabbedPreferencesAction
actionPerformed, actionPerformed, helpTarget, makePanel, setTitleMethods inherited from class jmri.util.swing.JmriAbstractAction
dispose, setContext, setHint, setName, setParameter, setParameter, setWindowInterface, toStringMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
TabbedPreferencesProfileAction
public TabbedPreferencesProfileAction()
-