Package org.nasutekds.guitools.controlpanel.browser

Examples of org.nasutekds.guitools.controlpanel.browser.BrowserController


   * @param info the ControlPanelInfo to be used to create the browser
   * controller.
   */
  protected void createBrowserController(ControlPanelInfo info)
  {
    controller = new BrowserController(treePane.getTree(),
        info.getConnectionPool(),
        info.getIconPool());
    controller.setContainerClasses(CONTAINER_CLASSES);
    controller.setShowContainerOnly(false);
    controller.setMaxChildren(MAX_NUMBER_ENTRIES);
View Full Code Here

TOP

Related Classes of org.nasutekds.guitools.controlpanel.browser.BrowserController

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.