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)
HTMLEditorStyleExtensionPointgetPara in interface HTMLEditorStyleExtensionPointcontextualParameters - Contextuals parameters transmitted by the environment.public StyleCategory getTable(Map<String,Object> contextualParameters)
HTMLEditorStyleExtensionPointgetTable in interface HTMLEditorStyleExtensionPointcontextualParameters - Contextuals parameters transmitted by the environment.public StyleCategory getImage(Map<String,Object> contextualParameters)
HTMLEditorStyleExtensionPointgetImage in interface HTMLEditorStyleExtensionPointcontextualParameters - Contextuals parameters transmitted by the environment.public StyleCategory getLink(Map<String,Object> contextualParameters)
HTMLEditorStyleExtensionPointgetLink in interface HTMLEditorStyleExtensionPointcontextualParameters - Contextuals parameters transmitted by the environment.public StyleCategory getOrderedList(Map<String,Object> contextualParameters)
HTMLEditorStyleExtensionPointgetOrderedList in interface HTMLEditorStyleExtensionPointcontextualParameters - Contextuals parameters transmitted by the environment.public StyleCategory getUnorderedList(Map<String,Object> contextualParameters)
HTMLEditorStyleExtensionPointgetUnorderedList in interface HTMLEditorStyleExtensionPointcontextualParameters - Contextuals parameters transmitted by the environment.