Class CommandFactory


  • public class CommandFactory
    extends Object
    Manages the available WmfCommands and allows a generic command instantiation.
    • Constructor Detail

      • CommandFactory

        public CommandFactory()
    • Method Detail

      • registerAllKnownTypes

        public void registerAllKnownTypes()
        Registers all known command types to the standard factory.
      • getCommand

        public MfCmd getCommand​(int function)