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:
Serialized Form
  • Constructor Details

  • 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