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