Uses of Enum Class
com.wontlost.ckeditor.CKEditorPlugin.Category
Packages that use CKEditorPlugin.Category
-
Uses of CKEditorPlugin.Category in com.wontlost.ckeditor
Subclasses with type arguments of type CKEditorPlugin.Category in com.wontlost.ckeditorModifier and TypeClassDescriptionstatic enumPlugin categories for organizationMethods in com.wontlost.ckeditor that return CKEditorPlugin.CategoryModifier and TypeMethodDescriptionCKEditorPlugin.getCategory()Get the plugin categorystatic CKEditorPlugin.CategoryReturns the enum constant of this class with the specified name.static CKEditorPlugin.Category[]CKEditorPlugin.Category.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 CKEditorPlugin.CategoryModifier and TypeMethodDescriptionstatic Set<CKEditorPlugin> CKEditorPlugin.getByCategory(CKEditorPlugin.Category category) Get all plugins in a category