public class EmptyHTMLEditorStyleExtension extends Object implements HTMLEditorStyleExtensionPoint
Modifier and Type | Field and Description |
---|---|
private StyleCategory |
_emptyStyleCategory |
private List<Style> |
_styles |
ROLE
Constructor and Description |
---|
EmptyHTMLEditorStyleExtension() |
Modifier and Type | Method and Description |
---|---|
StyleCategory |
getImage(Map<String,Object> contextualParameters)
Get the list of styles for images
|
StyleCategory |
getLink(Map<String,Object> contextualParameters)
Get the list of styles for link
|
StyleCategory |
getOrderedList(Map<String,Object> contextualParameters)
Get the list of styles for ordered lists
|
StyleCategory |
getPara(Map<String,Object> contextualParameters)
Get the list of styles for paragraphs
|
StyleCategory |
getTable(Map<String,Object> contextualParameters)
Get the list of styles for tables
|
StyleCategory |
getUnorderedList(Map<String,Object> contextualParameters)
Get the list of styles for unordered lists
|
private StyleCategory _emptyStyleCategory
public EmptyHTMLEditorStyleExtension()
public StyleCategory getPara(Map<String,Object> contextualParameters)
HTMLEditorStyleExtensionPoint
getPara
in interface HTMLEditorStyleExtensionPoint
contextualParameters
- Contextuals parameters transmitted by the environment.public StyleCategory getTable(Map<String,Object> contextualParameters)
HTMLEditorStyleExtensionPoint
getTable
in interface HTMLEditorStyleExtensionPoint
contextualParameters
- Contextuals parameters transmitted by the environment.public StyleCategory getImage(Map<String,Object> contextualParameters)
HTMLEditorStyleExtensionPoint
getImage
in interface HTMLEditorStyleExtensionPoint
contextualParameters
- Contextuals parameters transmitted by the environment.public StyleCategory getLink(Map<String,Object> contextualParameters)
HTMLEditorStyleExtensionPoint
getLink
in interface HTMLEditorStyleExtensionPoint
contextualParameters
- Contextuals parameters transmitted by the environment.public StyleCategory getOrderedList(Map<String,Object> contextualParameters)
HTMLEditorStyleExtensionPoint
getOrderedList
in interface HTMLEditorStyleExtensionPoint
contextualParameters
- Contextuals parameters transmitted by the environment.public StyleCategory getUnorderedList(Map<String,Object> contextualParameters)
HTMLEditorStyleExtensionPoint
getUnorderedList
in interface HTMLEditorStyleExtensionPoint
contextualParameters
- Contextuals parameters transmitted by the environment.