Uses of Class
com.rtfparserkit.rtf.Command
-
Packages that use Command Package Description com.rtfparserkit.converter.text com.rtfparserkit.parser com.rtfparserkit.parser.standard com.rtfparserkit.rtf com.rtfparserkit.utils -
-
Uses of Command in com.rtfparserkit.converter.text
Fields in com.rtfparserkit.converter.text declared as Command Modifier and Type Field Description private CommandAbstractTextConverter. currentDestinationFields in com.rtfparserkit.converter.text with type parameters of type Command Modifier and Type Field Description private java.util.Deque<Command>AbstractTextConverter. destinationStackMethods in com.rtfparserkit.converter.text with parameters of type Command Modifier and Type Method Description voidAbstractTextConverter. processCommand(Command command, int parameter, boolean hasParameter, boolean optional) -
Uses of Command in com.rtfparserkit.parser
Methods in com.rtfparserkit.parser with parameters of type Command Modifier and Type Method Description voidIRtfListener. processCommand(Command command, int parameter, boolean hasParameter, boolean optional)Event raised by the RTF parser detailing a command read from the file.voidRtfListenerAdaptor. processCommand(Command command, int parameter, boolean hasParameter, boolean optional) -
Uses of Command in com.rtfparserkit.parser.standard
Fields in com.rtfparserkit.parser.standard declared as Command Modifier and Type Field Description private CommandCommandEvent. commandMethods in com.rtfparserkit.parser.standard that return Command Modifier and Type Method Description CommandCommandEvent. getCommand()Retrieve the command represented by this event.Methods in com.rtfparserkit.parser.standard with parameters of type Command Modifier and Type Method Description private voidStandardRtfParser. handleCommand(Command command, int parameter, boolean hasParameter, boolean optional)Process an RTF command.voidStandardRtfParser. processCommand(Command command, int parameter, boolean hasParameter, boolean optional)Handle event from the RawRtfParser.private voidStandardRtfParser. processEncoding(Command command, boolean hasParameter, int parameter)Switch the encoding based on the RTF command received.Constructors in com.rtfparserkit.parser.standard with parameters of type Command Constructor Description CommandEvent(Command command, int parameter, boolean hasParameter, boolean optional)Constructor. -
Uses of Command in com.rtfparserkit.rtf
Fields in com.rtfparserkit.rtf with type parameters of type Command Modifier and Type Field Description private static java.util.Map<java.lang.String,Command>Command. MAPMethods in com.rtfparserkit.rtf that return Command Modifier and Type Method Description static CommandCommand. getInstance(java.lang.String commandName)Translate a name into a Command instance.static CommandCommand. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Command[]Command. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Command in com.rtfparserkit.utils
Methods in com.rtfparserkit.utils with parameters of type Command Modifier and Type Method Description voidRtfDumpListener. processCommand(Command command, int parameter, boolean hasParameter, boolean optional)Write a command tag.
-