Uses of Interface
org.pz.platypus.interfaces.ICommand

Packages that use ICommand
org.pz.platypus   
org.pz.platypus.commandTypes   
 

Uses of ICommand in org.pz.platypus
 

Classes in org.pz.platypus that implement ICommand
 class Command
          The basic abstract class for all commands
 class Symbol
          Entry in command table for all symbols and special characters (such as foreign characters)
 

Fields in org.pz.platypus with type parameters of type ICommand
protected  java.util.HashMap<java.lang.String,ICommand> CommandTable.commandTable
          the hashtable into which the commands are loaded
 

Methods in org.pz.platypus that return ICommand
 ICommand CommandTable.getCommand(java.lang.String root)
          Lookup a command by its root
 

Methods in org.pz.platypus with parameters of type ICommand
 void CommandTable.add(ICommand entry)
          add a Commandable item to the hash table, using its root as the key to the entry
 

Uses of ICommand in org.pz.platypus.commandTypes
 

Classes in org.pz.platypus.commandTypes that implement ICommand
 class Command0
          Command with no parameters
 class CommandR
          Command that is a Replacement for another command.
 class CommandS
          Command with a single String parameter
 class CommandV
          Command with a single Value parameter
 class FontFamily
          handles processing of the font family of commands
 



Copyright © 2008-10 Pacific Data Works LLC