Package org.jxls.builder
Interface CommandMappings
- All Known Implementing Classes:
XlsCommentAreaBuilder
public interface CommandMappings
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCommandMapping(String commandName, Class<? extends Command> commandClass) getCommandClass(String commandName) voidremoveCommandMapping(String commandName)
-
Method Details
-
addCommandMapping
-
removeCommandMapping
-
getCommandClass
-