|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommandTable
Interface for plug-in command table
Method Summary | |
---|---|
void |
add(IOutputCommand command)
load an individual item |
IOutputCommand |
getCommand(java.lang.String root)
get the processor for a command or symbol |
int |
getSize()
get size of table |
void |
loadCommands()
load the commands for in this table |
void |
loadSymbols(GDD gdd)
load the symbols/special chars in this table |
Method Detail |
---|
void loadCommands()
void loadSymbols(GDD gdd)
gdd
- Global document datavoid add(IOutputCommand command)
command
- to be addedIOutputCommand getCommand(java.lang.String root)
root
- the unique key for identifying/looking up a command
int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |