Package org.pentaho.reporting.designer.core.settings

Examples of org.pentaho.reporting.designer.core.settings.RecentFilesModel


    if (view == null)
    {
      throw new NullPointerException();
    }
    this.view = view;
    this.recentFilesModel = new RecentFilesModel();
    this.contexts = new ArrayList<ReportDesignerDocumentContext>();
    this.propertyChangeSupport = new PropertyChangeSupport(this);
    this.authenticationStore = new GlobalAuthenticationStore();
  }
View Full Code Here


    {
      throw new NullPointerException();
    }
    this.view = view;
    this.parent = parent;
    this.recentFilesModel = new RecentFilesModel();
    this.contexts = new ArrayList<ReportRenderContext>();
    this.propertyChangeSupport = new PropertyChangeSupport(this);
    this.xulDesignerFrame = new XulDesignerFrame();
    this.xulDesignerFrame.setReportDesignerContext(this);
    this.authenticationStore = new GlobalAuthenticationStore();
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.designer.core.settings.RecentFilesModel

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.