Package com.salas.bb.views

Examples of com.salas.bb.views.GuidesPanel


        // SHOULD BE IN EDT HERE
        cgs.relocateGuide(guide, newPosition);

        // Select guide in view
        final MainFrame mainFrame = GlobalController.SINGLETON.getMainFrame();
        final GuidesPanel cgp = mainFrame.getGudiesPanel();
        cgp.selectGuide(newPosition);
    }
View Full Code Here


     */
    private void initComponents()
    {
        articleListPanel = new ArticleListPanel();
        feedsPanel = new FeedsPanel();
        guidesPanel = new GuidesPanel();
        guidesPanel.setupGuidesList(getGuidesPopupAdapter());

        // On double click actions setup
        feedsPanel.setOnDoubleClickAction(OpenBlogHomeAction.getInstance());
        guidesPanel.setOnDoubleClickAction(GuidePropertiesAction.getInstance());
View Full Code Here

TOP

Related Classes of com.salas.bb.views.GuidesPanel

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.