Package org.cyclop.web.panels.about

Examples of org.cyclop.web.panels.about.AboutPanel


    add(favourites);
    tabSupport.registerReloadableTab(favourites, ".cq-tabFavourites");
  }

  private void initAboutTab(TabHelper tabSupport) {
    AboutPanel panel = new AboutPanel("aboutPanel");
    add(panel);
    tabSupport.registerReloadableTab(panel, ".cq-tabAbout");
  }
View Full Code Here

TOP

Related Classes of org.cyclop.web.panels.about.AboutPanel

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.