Package org.jmule.ui.swt.maintabs.search

Examples of org.jmule.ui.swt.maintabs.search.SearchTab


              logger = logs_tab;
              tab_list.add(logs_tab);
              tab_list.add(new ServerListTab(window_content,_core));
              tab_list.add(new KadTab(window_content,_core));
              tab_list.add(new TransfersTab(window_content,_core));
              tab_list.add(new SearchTab(window_content,_core));
              tab_list.add(new SharedTab(window_content,_core));
              tab_list.add(new StatisticsTab(window_content));
   
              setTab(AbstractTab.JMULE_TABS.SERVERLIST);
             
View Full Code Here

TOP

Related Classes of org.jmule.ui.swt.maintabs.search.SearchTab

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.