Package org.apache.kato.katoview.commands.xcommands

Examples of org.apache.kato.katoview.commands.xcommands.XXCommand


    );
   
    child_commands = new Vector();
    child_commands.add(new XJCommand(o));
    child_commands.add(new XDCommand(o));
    child_commands.add(new XXCommand(o));
    child_commands.add(new XKCommand(o));
   
    // note: do NOT add any of the following:
    //  - XBCommand
    //  - XHCommand
View Full Code Here

TOP

Related Classes of org.apache.kato.katoview.commands.xcommands.XXCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.