Class FileChartTablePanel

All Implemented Interfaces:
IFileView, IRunnablePanel, ImageObserver, MenuContainer, Serializable, Accessible

public class FileChartTablePanel extends ChartTablePanel implements IFileView, IRunnablePanel
Since:
1.0 Sep 3, 2009
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • FileChartTablePanel

      public FileChartTablePanel(BuildFileChartAction startAction)
      Parameters:
      startAction -
    • FileChartTablePanel

      public FileChartTablePanel(String tableBorderTitle, String tableLabelColumnTitle, String tableValueColumnTitle)
      Parameters:
      tableBorderTitle -
      tableLabelColumnTitle -
      tableValueColumnTitle -
  • Method Details

    • setFile

      public void setFile(File file)
      Specified by:
      setFile in interface IFileView
    • setFolder

      public void setFolder(List<org.pushingpixels.flamingo.api.common.StringValuePair<File>> files)
      Specified by:
      setFolder in interface IFileView
    • startProcess

      public void startProcess(boolean forceStart)
      Description copied from interface: IRunnablePanel
      Starts the process
      Specified by:
      startProcess in interface IRunnablePanel
      Parameters:
      forceStart -
      • true for canceling previous execution of the process and starting a new execution with new parameters.
      • false for starting only if not yet started
    • stopProcess

      public void stopProcess()
      Description copied from interface: IRunnablePanel
      Stops the process if exists
      Specified by:
      stopProcess in interface IRunnablePanel
    • toggleStartStopProcess

      public void toggleStartStopProcess()
      Description copied from interface: IRunnablePanel
      Starts the process (like startProcess(false)) if not started, or stops the process if started
      Specified by:
      toggleStartStopProcess in interface IRunnablePanel