Uses of Enum Class
com.wontlost.ckeditor.Constants.Plugins
Packages that use Constants.Plugins
-
Uses of Constants.Plugins in com.wontlost.ckeditor
Subclasses with type arguments of type Constants.Plugins in com.wontlost.ckeditorMethods in com.wontlost.ckeditor that return Constants.PluginsModifier and TypeMethodDescriptionstatic Constants.PluginsReturns the enum constant of this class with the specified name.static Constants.Plugins[]Constants.Plugins.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.wontlost.ckeditor with parameters of type Constants.PluginsModifier and TypeMethodDescriptionvoidConfig.addExtraPlugin(Constants.Plugins plugin) voidConfig.setPluginStatus(Constants.Plugins plugin, boolean active) All plugins are enabled by defaultMethod parameters in com.wontlost.ckeditor with type arguments of type Constants.PluginsModifier and TypeMethodDescriptionvoidConfig.setRemovePlugins(List<Constants.Plugins> plugins) The list of plugins which should not be loaded despite being available in an editor build.