Class ExportWorkspaceDialog

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

public class ExportWorkspaceDialog extends JDialog
Dialog for sharing (exporting) part of a workspace.
See Also:
  • Constructor Details

    • ExportWorkspaceDialog

      public ExportWorkspaceDialog(Component parent, ExportWorkspaceHelper exportHelper)
      Creates an ExportWorkspaceDialog.
      Parameters:
      parent - the parent component for this dialog
      exportHelper - the export helper
  • Method Details

    • showDialog

      public void showDialog()
      Shows the dialog.
    • isExportClicked

      public boolean isExportClicked()
      Indicates if the export button was clicked.
      Returns:
      true if the button was clicked, false otherwise
    • $$$getRootComponent$$$

      public JComponent $$$getRootComponent$$$()
      Noinspection:
      ALL