Class ExportDataDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ExportDataDialog extends JDialog
A dialog to export data from one or more tracks. Data can be copied to the clipboard or saved to a file.
Author:
Douglas Brown
See Also:
  • Field Details

  • Method Details

    • getDialog

      public static ExportDataDialog getDialog(TrackerPanel panel)
      Returns the singleton ExportDataDialog for a specified TrackerPanel.
      Parameters:
      panel - the TrackerPanel
      Returns:
      the ExportDataDialog
    • setDelimiterAction

      protected void setDelimiterAction(String delimName)
    • clear

      protected void clear()
    • dispose

      public void dispose()
      Overrides:
      dispose in class Window