Class ViewExportDialog

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

public class ViewExportDialog extends JDialog
Dialog that collects view export settings and previews the resulting export area.
See Also:
  • Method Details

    • showDialog

      public static ViewExportRequest showDialog(Component parent, Map<PanelType,DiagramCanvas> canvases, PanelType activePanelType, File defaultOutputDirectory)
      Shows the dialog.
      Parameters:
      parent - parent component used for dialog ownership
      canvases - canvases value used by the operation
      activePanelType - type value to use
      defaultOutputDirectory - default output directory value used by the operation
      Returns:
      the show dialog result