public interface EmailTools
Modifier and Type | Method and Description |
---|---|
void |
addMapping(java.lang.String toolName,
java.lang.String toolHtml,
java.lang.String toolText)
This function adds a tool mapping.
|
java.lang.String |
getHtmlMapping(java.lang.String toolName)
This method returns a HTML mapping associated with the tool.
|
java.util.Map<java.lang.String,java.lang.String> |
getHtmlMappings()
This method returns all the tool-HTMl mappings.
|
java.lang.String |
getTextMapping(java.lang.String toolName)
This method returns the text mapping associated with the tool.
|
java.util.Map<java.lang.String,java.lang.String> |
getTextMappings()
This method returns all tool-Text mappings.
|
void |
removeMapping(java.lang.String toolName)
This method removes a tool mapping.
|
void addMapping(java.lang.String toolName, java.lang.String toolHtml, java.lang.String toolText)
toolName
- name of the tooltoolHtml
- The HTML associated with the tool.toolText
- The text associated with the tool.void removeMapping(java.lang.String toolName)
toolName
- the name of the tool.java.lang.String getHtmlMapping(java.lang.String toolName)
toolName
- name of the tool.java.util.Map<java.lang.String,java.lang.String> getHtmlMappings()
java.lang.String getTextMapping(java.lang.String toolName)
toolName
- the name of the tool.java.util.Map<java.lang.String,java.lang.String> getTextMappings()
Copyright © 2010 - 2023 Adobe. All Rights Reserved