Package org.joshy.sketch.actions.treeview

Examples of org.joshy.sketch.actions.treeview.TreeViewPanel


        this.sideBar.add(getString("sidebar.symbols"),this.symbolPanel);
        this.flickrPanel = new FlickrPanel(this);
        this.sideBar.add(getString("sidebar.flickr"), this.flickrPanel);
        this.flickrPanel.setVisible(false);

        treePanel = new TreeViewPanel(getMain(),this);
        this.sideBar.add("Properties",treePanel);
        treePanel.setVisible(false);

        this.viewActions.add(new ViewSidebar("menus.viewSymbolSidebar",this,symbolPanel));
        this.viewActions.add(new ViewSidebar("menus.viewFlickrSidebar",this,flickrPanel));
View Full Code Here

TOP

Related Classes of org.joshy.sketch.actions.treeview.TreeViewPanel

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.