Package org.pentaho.reporting.designer.core.frame

Examples of org.pentaho.reporting.designer.core.frame.RecentFilesUpdateHandler


  {
    final XulMenupopup reopenMenu = context.getView().getXulComponent("file-reopen-popup", XulMenupopup.class); // NON-NLS
    final XulMenuitem clearMenuitem = context.getView().getXulComponent("file-clear-recent", XulMenuitem.class);// NON-NLS
    if (reopenMenu != null && clearMenuitem != null)
    {
      final RecentFilesUpdateHandler updateHandler = new RecentFilesUpdateHandler(context, reopenMenu, clearMenuitem);
      updateHandler.settingsChanged();
      context.getRecentFilesModel().addSettingsListener(updateHandler);
    }
  }
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.designer.core.frame.RecentFilesUpdateHandler

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.