Package br.com.jteam.jfcm.gui.panel

Examples of br.com.jteam.jfcm.gui.panel.TreePanel


    this.adapter = adapter;
  }

  public void createContentContainer()
  {
    TreePanel treePanel = new TreePanel();
    ContentPanel contentPanel = new ContentPanel();
    EventDispatchService service = EventDispatchService.getInstance();
    service.subscribe(OpenFileEvent.class, treePanel);
    service.subscribe(OpenHistoryFileEvent.class, treePanel);
    service.subscribe(OpenHistoryFileEvent.class, contentPanel);
View Full Code Here

TOP

Related Classes of br.com.jteam.jfcm.gui.panel.TreePanel

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.