Package Modules

Examples of Modules.CjtRoomType


        this.cjtElements = new CjtElements();
        this.cjtMap = new CjtMap();
        this.mainFrame = new MainFrame(this);
        this.cjtRestrictions = new CjtRestrictions();
        this.observers = new ArrayList();
        this.cjtRoomType = new CjtRoomType(this.observers);
        this.controllerConfiguration = new ConfigurationController(this)
        this.loadController = new LoadController(this.cjtElements, this.cjtRestrictions, this.cjtRoomType, this.cjtMap);
        this.cjtRoomType.addObserver(this.cjtRestrictions);
        this.designController = new DesignController(this, this.controllerConfiguration,this.mainFrame);
        this.mapController = new MapController(this, cjtMap);     
View Full Code Here

TOP

Related Classes of Modules.CjtRoomType

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.