org.pz.platypus.interfaces
Interface ICommandTable

All Known Implementing Classes:
PdfCommandTable

public interface ICommandTable

Interface for plug-in command table

Author:
alb

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

loadCommands

void loadCommands()
load the commands for in this table


loadSymbols

void loadSymbols(GDD gdd)
load the symbols/special chars in this table

Parameters:
gdd - Global document data

add

void add(IOutputCommand command)
load an individual item

Parameters:
command - to be added

getCommand

IOutputCommand getCommand(java.lang.String root)
get the processor for a command or symbol

Parameters:
root - the unique key for identifying/looking up a command
Returns:
the command, or null on error

getSize

int getSize()
get size of table

Returns:
the number of entries in the table


Copyright © 2008-10 Pacific Data Works LLC