Package org.pdfsam.guiclient.business.listeners

Examples of org.pdfsam.guiclient.business.listeners.LogActionListener


 
  /**
   * Default constructor, it adds a LogActionListener to listen menu items
   */
  public JLogPopupMenu(){
    this(new LogActionListener());
  }
View Full Code Here


          getRootPane().setJMenuBar(new JMainMenuBar(saveAction, loadAction, exitMediator));


          //buttons bar
          setSplashStep(GettextResource.gettext(Configuration.getInstance().getI18nResourceBundle(),"Building buttons bar.."));
          buttonsPanel = new JButtonsPanel(saveAction, loadAction, exitMediator, new LogActionListener());
          getContentPane().add(buttonsPanel,BorderLayout.PAGE_START)
         
          //set up check for updates mediator
          updateMediator = new UpdateCheckerMediator(statusPanel);
          if(Configuration.getInstance().isCheckForUpdates()){
View Full Code Here

TOP

Related Classes of org.pdfsam.guiclient.business.listeners.LogActionListener

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.