Package net.laubenberger.tyr.view

Examples of net.laubenberger.tyr.view.ViewTyrImpl


    } catch (JAXBException ex) {
      log.error("Could not process Tyr data file " + HelperString.quote(tda.getAbsolutePath()), ex); //$NON-NLS-1$
      exit(21);
    }

    setView(new ViewTyrImpl(this));

    // should only be set on the first application start
    if (null == data.getDirectoryModule()) data.setDirectoryModule(property.getFile(PROPERTY_DIRECTORY_MODULE));
    if (null == data.getDirectoryData()) data.setDirectoryData(dirData);
    if (null == data.getDirectoryDB()) data.setDirectoryDB(dirDb);
View Full Code Here

TOP

Related Classes of net.laubenberger.tyr.view.ViewTyrImpl

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.