Uses of Interface
ca.cgjennings.apps.arkham.dialog.prefs.PreferenceCategory
-
Packages that use PreferenceCategory Package Description ca.cgjennings.apps.arkham ca.cgjennings.apps.arkham.dialog.prefs -
-
Uses of PreferenceCategory in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham with parameters of type PreferenceCategory Modifier and Type Method Description abstract void
StrangeEonsAppWindow. showPreferencesDialog(java.awt.Component parent, PreferenceCategory displayCategory)
Displays the application preferences dialog. -
Uses of PreferenceCategory in ca.cgjennings.apps.arkham.dialog.prefs
Classes in ca.cgjennings.apps.arkham.dialog.prefs that implement PreferenceCategory Modifier and Type Class Description class
CatContextBar
Category panel for the context-sensitive tool bar.class
CatDesignSupport
Design support preferences category.class
CatLanguage
Category panel for language-related settings and services.class
CatReservedCloudFonts
Preference category for managing reserved cloud fonts.class
FillInPreferenceCategory
A preference category allows the user to manage a set of user preferences linked to user settings.Methods in ca.cgjennings.apps.arkham.dialog.prefs that return PreferenceCategory Modifier and Type Method Description PreferenceCategory
Preferences. getSelectedCategory()
Returns the currently selected category in this preferences dialog.Methods in ca.cgjennings.apps.arkham.dialog.prefs with parameters of type PreferenceCategory Modifier and Type Method Description static void
Preferences. registerCategory(PreferenceCategory cat)
void
Preferences. setSelectedCategory(PreferenceCategory pc)
Sets the selected category in this preferences dialog.static void
Preferences. unregisterCategory(PreferenceCategory cat)
-