Uses of Interface
com.rtfparserkit.parser.standard.IParserEventHandler
-
Packages that use IParserEventHandler Package Description com.rtfparserkit.parser.standard -
-
Uses of IParserEventHandler in com.rtfparserkit.parser.standard
Classes in com.rtfparserkit.parser.standard that implement IParserEventHandler Modifier and Type Class Description (package private) classDefaultEventHandlerDefault parser event handler.classUprHandlerThe upr command is used to wrap two different versions of the same set of formatting commands.Fields in com.rtfparserkit.parser.standard declared as IParserEventHandler Modifier and Type Field Description private IParserEventHandlerStandardRtfParser. handlerprivate IParserEventHandlerUprHandler. handlerFields in com.rtfparserkit.parser.standard with type parameters of type IParserEventHandler Modifier and Type Field Description private java.util.Deque<IParserEventHandler>StandardRtfParser. handlerStackConstructors in com.rtfparserkit.parser.standard with parameters of type IParserEventHandler Constructor Description UprHandler(IParserEventHandler handler)Constructor.
-