final class RtfCtrlWordMap
extends java.lang.Object
RtfCtrlWords
handles the creation of the control word wiring.
It is a class containing the hash map of the control words (key)
and their associated class (value).Modifier and Type | Field and Description |
---|---|
private java.util.HashMap |
ctrlWords
Control Word HashMap mapping object.
|
Constructor and Description |
---|
RtfCtrlWordMap(RtfParser rtfParser)
Constructor
|
Modifier and Type | Method and Description |
---|---|
RtfCtrlWordHandler |
getCtrlWordHandler(java.lang.String ctrlWord)
Get the HashMap object containing the control words.
|
public RtfCtrlWordMap(RtfParser rtfParser)
rtfParser
- The parser object.public RtfCtrlWordHandler getCtrlWordHandler(java.lang.String ctrlWord)