Class MReporterActionsFactory

java.lang.Object
be.gaudry.swing.file.action.MReporterActionsFactory

public class MReporterActionsFactory extends Object
Provided by the broldev.file.mediareporter.swing project.
Since:
1.0 (Mar 31, 2011), broldev.file.mediareporter.swing 0.0.1-SNAPSHOT dependency
Version:
1.0 (Mar 31, 2011)
Author:
Steph GAUDRY
  • Field Details

  • Method Details

    • getResults

      public static List<File> getResults()
      If the mReporterPanel is created, returns the list of results files. Otherwise returns null, and the showPanel(String) method may be called.
      Returns:
      the results files, or null if the mReporterPanel is not yet created.
      Since:
      1.0.1-SNAPSHOT (Feb 8 2009)
      See Also:
      MReporterPanel.getResults()
    • getWindowAdapter

      public static WindowAdapter getWindowAdapter()
    • getShowMReportPanelAction

      public static AbstractShowPanelAction<MReporterPanel> getShowMReportPanelAction()
      Returns:
      an action to show the panel
      See Also:
      AbstractShowPanelAction
    • getSearchAction

      public static BuildMReportAction getSearchAction()