Package jmri.util.prefs
Class JmriPreferencesActionFactory
java.lang.Object
jmri.util.prefs.JmriPreferencesActionFactory
- All Implemented Interfaces:
InstanceManagerAutoDefault
- Direct Known Subclasses:
AppsPreferencesActionFactory
This class provides a method to create an action that launches
preferences. The default implementation provides a no-op action.
Applications that have a preferences interface should install a
version of this factory in the InstanceManager that provides the
desired preferences action.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCategorizedAction(String name, String category) getCategorizedAction(String name, String category, String subCategory) getNamedAction(String name)
-
Constructor Details
-
JmriPreferencesActionFactory
public JmriPreferencesActionFactory()
-
-
Method Details
-
getDefaultAction
-
getNamedAction
-
getCategorizedAction
-
getCategorizedAction
-