Class PrideDataTypeSelectionDialog

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

public class PrideDataTypeSelectionDialog extends JDialog
A dialog for selecting if public or private data is to be loaded.
Author:
Harald Barsnes
See Also:
  • Constructor Details

    • PrideDataTypeSelectionDialog

      public PrideDataTypeSelectionDialog(JFrame parent, boolean modal)
      Creates a new PrideDataTypeSelectionDialog.
      Parameters:
      parent - the parent frame
      modal - if the dialog is to be modal or not
  • Method Details

    • isPublic

      public boolean isPublic()
      Returns true of public data is to be loaded, false means load private data.
      Returns:
      true of public data is to be loaded
    • isCanceled

      public boolean isCanceled()
      Returns true if the dialog was canceled by the user.
      Returns:
      the isCanceled