Uses of Interface
org.opencms.configuration.preferences.I_CmsPreference
Packages that use I_CmsPreference
Package
Description
Reads and writes the XML based OpenCms configuration files.
Classes to build the user preferences dialog.
-
Uses of I_CmsPreference in org.opencms.configuration
Methods in org.opencms.configuration that return types with arguments of type I_CmsPreferenceModifier and TypeMethodDescriptionCmsDefaultUserSettings.getPreferences()Gets the map of preferences. -
Uses of I_CmsPreference in org.opencms.configuration.preferences
Classes in org.opencms.configuration.preferences that implement I_CmsPreferenceModifier and TypeClassDescriptionclassAbstract superclass for preferences.classPreference subclass for built-in preferences accessed with a getter/setter pair via reflection.classPreference subclass for preferred editors.classElement view preference configuration.classExplorer element view preference.classClass for the preference which controls whether invalid elements should be shown by default in the gallery result tab.classClass for preferences that are not meant to be displayed in the preference dialog.classWorkplace locale preference.classPreference subclass for selecting the start project.classPreference for the start site.classPreference for the start folder.classStart gallery preference.classPreference for the start site.classPreference for the timewarp widget.classSubclass for user-defined preferences.classWorkplace mode preference configuration.classWrapper used for built-in preferene which have also been configured in opencms-workplace.xml.Constructors in org.opencms.configuration.preferences with parameters of type I_CmsPreferenceModifierConstructorDescriptionCmsWrapperPreference(CmsPreferenceData prefData, I_CmsPreference wrappedPref) Creates a new instance.