Package edu.mit.blocks.codeblockutil

Examples of edu.mit.blocks.codeblockutil.Navigator


    /**
     * Constucts new Factorymanager
     */
    public FactoryManager(Workspace workspace) {
        this.workspace = workspace;
        this.navigator = new Navigator(workspace);
        this.navigator.getJComponent().setPreferredSize(new Dimension(160, 600));
        this.navigator.addExlorer(STATIC_NAME);
        this.navigator.addExlorer(DYNAMIC_NAME);
        this.navigator.addExlorer(SUBSETS_NAME);
        this.factorySwicther = new JPanel(new BorderLayout());
View Full Code Here

TOP

Related Classes of edu.mit.blocks.codeblockutil.Navigator

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.