Uses of Enum Class
com.wontlost.ckeditor.CKEditorPlugin
Packages that use CKEditorPlugin
-
Uses of CKEditorPlugin in com.wontlost.ckeditor
Subclasses with type arguments of type CKEditorPlugin in com.wontlost.ckeditorMethods in com.wontlost.ckeditor that return CKEditorPluginModifier and TypeMethodDescriptionstatic CKEditorPluginCKEditorPlugin.fromJsName(String jsName) Find plugin by JavaScript namestatic CKEditorPluginReturns the enum constant of this class with the specified name.static CKEditorPlugin[]CKEditorPlugin.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.wontlost.ckeditor that return types with arguments of type CKEditorPluginModifier and TypeMethodDescriptionstatic Set<CKEditorPlugin> CKEditorPluginDependencies.checkRemovalImpact(CKEditorPlugin plugin, Set<CKEditorPlugin> currentPlugins) Check if removing a plugin would break any dependencies.static Set<CKEditorPlugin> CKEditorPlugin.getByCategory(CKEditorPlugin.Category category) Get all plugins in a categorystatic Set<CKEditorPlugin> CKEditorPluginDependencies.getDependencies(CKEditorPlugin plugin) Get the direct dependencies for a plugin.static Set<CKEditorPlugin> CKEditorPluginDependencies.getDependents(CKEditorPlugin plugin) Get all plugins that depend on the specified plugin.static List<CKEditorPlugin> CKEditorPluginDependencies.getLoadOrder(Set<CKEditorPlugin> plugins) Get all plugins in dependency order suitable for loading.VaadinCKEditorBuilder.getMissingDependencies()Get missing dependencies for current plugin configuration.VaadinCKEditorBuilder.getMissingDependencies()Get missing dependencies for current plugin configuration.VaadinCKEditorBuilder.getMissingPremiumDependencies()Get missing dependencies for premium plugins in current configuration.CKEditorPreset.getPlugins()Get plugins included in this presetstatic Set<CKEditorPlugin> CKEditorPluginDependencies.getPremiumDependencies(String premiumPluginName) Get the dependencies for a premium plugin by its JS name.static Set<CKEditorPlugin> CKEditorPluginDependencies.getRecommended(CKEditorPlugin plugin) Get the recommended plugins for a plugin.VaadinCKEditorBuilder.getResolvedPlugins()Get the resolved plugins that would be used with current configuration.static Set<CKEditorPlugin> CKEditorPluginDependencies.resolve(Set<CKEditorPlugin> plugins) Resolve all dependencies for a set of plugins.static Set<CKEditorPlugin> CKEditorPluginDependencies.resolve(Set<CKEditorPlugin> plugins, boolean includeCorePlugins) Resolve all dependencies for a set of plugins.static Set<CKEditorPlugin> CKEditorPluginDependencies.resolveWithPremium(Set<CKEditorPlugin> plugins, Collection<CustomPlugin> customPlugins) Resolve all dependencies for a set of plugins, including premium plugin dependencies.static Set<CKEditorPlugin> CKEditorPluginDependencies.resolveWithPremium(Set<CKEditorPlugin> plugins, Collection<CustomPlugin> customPlugins, boolean includeCorePlugins) Resolve all dependencies for a set of plugins, including premium plugin dependencies.static Set<CKEditorPlugin> CKEditorPluginDependencies.resolveWithRecommended(Set<CKEditorPlugin> plugins) Resolve all dependencies including recommended plugins.static List<CKEditorPlugin> CKEditorPluginDependencies.topologicalSort(Set<CKEditorPlugin> plugins) Get a topologically sorted list of plugins.static Map<CKEditorPlugin, Set<CKEditorPlugin>> CKEditorPluginDependencies.validateDependencies(Set<CKEditorPlugin> plugins) Validate that all dependencies are satisfied for a set of plugins.static Map<CKEditorPlugin, Set<CKEditorPlugin>> CKEditorPluginDependencies.validateDependencies(Set<CKEditorPlugin> plugins) Validate that all dependencies are satisfied for a set of plugins.static Map<String, Set<CKEditorPlugin>> CKEditorPluginDependencies.validatePremiumDependencies(Set<CKEditorPlugin> plugins, Collection<CustomPlugin> customPlugins) Validate that all premium plugin dependencies are satisfied.Methods in com.wontlost.ckeditor with parameters of type CKEditorPluginModifier and TypeMethodDescriptionVaadinCKEditorBuilder.addPlugin(CKEditorPlugin plugin) Add pluginVaadinCKEditorBuilder.addPlugins(CKEditorPlugin... plugins) Add multiple pluginsstatic Set<CKEditorPlugin> CKEditorPluginDependencies.checkRemovalImpact(CKEditorPlugin plugin, Set<CKEditorPlugin> currentPlugins) Check if removing a plugin would break any dependencies.static Set<CKEditorPlugin> CKEditorPluginDependencies.getDependencies(CKEditorPlugin plugin) Get the direct dependencies for a plugin.static StringCKEditorPluginDependencies.getDependencyTree(CKEditorPlugin plugin) Get a human-readable dependency tree for a plugin.static Set<CKEditorPlugin> CKEditorPluginDependencies.getDependents(CKEditorPlugin plugin) Get all plugins that depend on the specified plugin.CKEditorPluginDependencies.getPremiumDependents(CKEditorPlugin plugin, Set<String> premiumPluginNames) Get all premium plugins that would be affected if a base plugin is removed.static Set<CKEditorPlugin> CKEditorPluginDependencies.getRecommended(CKEditorPlugin plugin) Get the recommended plugins for a plugin.static booleanCKEditorPluginDependencies.hasDependencies(CKEditorPlugin plugin) Check if a plugin has dependencies.booleanCKEditorPreset.hasPlugin(CKEditorPlugin plugin) Check if preset includes a specific pluginVaadinCKEditorBuilder.removePlugin(CKEditorPlugin plugin) Remove pluginVaadinCKEditorBuilder.withPlugins(CKEditorPlugin... plugins) Set plugin list (override preset)Method parameters in com.wontlost.ckeditor with type arguments of type CKEditorPluginModifier and TypeMethodDescriptionstatic Set<CKEditorPlugin> CKEditorPluginDependencies.checkRemovalImpact(CKEditorPlugin plugin, Set<CKEditorPlugin> currentPlugins) Check if removing a plugin would break any dependencies.static List<CKEditorPlugin> CKEditorPluginDependencies.getLoadOrder(Set<CKEditorPlugin> plugins) Get all plugins in dependency order suitable for loading.static Set<CKEditorPlugin> CKEditorPluginDependencies.resolve(Set<CKEditorPlugin> plugins) Resolve all dependencies for a set of plugins.static Set<CKEditorPlugin> CKEditorPluginDependencies.resolve(Set<CKEditorPlugin> plugins, boolean includeCorePlugins) Resolve all dependencies for a set of plugins.static Set<CKEditorPlugin> CKEditorPluginDependencies.resolveWithPremium(Set<CKEditorPlugin> plugins, Collection<CustomPlugin> customPlugins) Resolve all dependencies for a set of plugins, including premium plugin dependencies.static Set<CKEditorPlugin> CKEditorPluginDependencies.resolveWithPremium(Set<CKEditorPlugin> plugins, Collection<CustomPlugin> customPlugins, boolean includeCorePlugins) Resolve all dependencies for a set of plugins, including premium plugin dependencies.static Set<CKEditorPlugin> CKEditorPluginDependencies.resolveWithRecommended(Set<CKEditorPlugin> plugins) Resolve all dependencies including recommended plugins.static List<CKEditorPlugin> CKEditorPluginDependencies.topologicalSort(Set<CKEditorPlugin> plugins) Get a topologically sorted list of plugins.static Map<CKEditorPlugin, Set<CKEditorPlugin>> CKEditorPluginDependencies.validateDependencies(Set<CKEditorPlugin> plugins) Validate that all dependencies are satisfied for a set of plugins.static Map<String, Set<CKEditorPlugin>> CKEditorPluginDependencies.validatePremiumDependencies(Set<CKEditorPlugin> plugins, Collection<CustomPlugin> customPlugins) Validate that all premium plugin dependencies are satisfied.