Package br.com.jteam.jfcm.model.services.impl

Examples of br.com.jteam.jfcm.model.services.impl.FileListContentServiceImpl


   *
   * @see br.ita.poo.fcv.view.FCVViewerTemplate
   */
  private static void createAndShowGUI() {
    FileHistoryService listService = new FileHistoryServiceImpl();
    FileListContentService contentService = new FileListContentServiceImpl(
        listService);
    FileListPresentationContentAdapter adapter = new FileListPresentationContentAdapterImpl(
        contentService);
    FCVGUIBuilder builder = new FCVGUIBuilder(adapter);
    GUIManagerTemplate manager = new FCVGUIManagerTemplate(builder);
View Full Code Here

TOP

Related Classes of br.com.jteam.jfcm.model.services.impl.FileListContentServiceImpl

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.