|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordMap
final class RtfCtrlWordMap
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).
| Field Summary | |
|---|---|
private java.util.HashMap |
ctrlWords
Control Word HashMap mapping object. |
| Constructor Summary | |
|---|---|
RtfCtrlWordMap(RtfParser rtfParser)
Constructor |
|
| Method Summary | |
|---|---|
RtfCtrlWordHandler |
getCtrlWordHandler(java.lang.String ctrlWord)
Get the HashMap object containing the control words. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.HashMap ctrlWords
| Constructor Detail |
|---|
public RtfCtrlWordMap(RtfParser rtfParser)
rtfParser - The parser object.| Method Detail |
|---|
public RtfCtrlWordHandler getCtrlWordHandler(java.lang.String ctrlWord)
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||