Package org.criticalfailure.torchlight.core.model.model

Examples of org.criticalfailure.torchlight.core.model.model.Version


                }
                break;
               
            case ACTION_TYPE_VERSION:
                try {
                    Version version;

                    // find a version creation helper
                    if(runWizard) {
                        logger.debug("running wizard to create version");
View Full Code Here


                    widgetSelected(e);
                }

                public void widgetSelected(SelectionEvent e) {
                    logger.debug("setting campaign edition; index = " + version.getSelectionIndex());
                    Version v = (Version)version.getData("version" + version.getSelectionIndex());
                    logger.trace("v: " + v);
                   
                    if(v != null) {
                      campaign.setVersion(v);
View Full Code Here

TOP

Related Classes of org.criticalfailure.torchlight.core.model.model.Version

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.