Class ClusteringSettingsDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
eu.isas.reporter.gui.settings.display.ClusteringSettingsDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ClusteringSettingsDialog extends JDialog
Clustering settings dialog.
Author:
Marc Vaudel, Harald Barsnes
See Also:
  • Constructor Details

    • ClusteringSettingsDialog

      public ClusteringSettingsDialog(JFrame parentFrame, ClusteringSettings clusteringSettings, boolean editable)
      Constructor.
      Parameters:
      parentFrame - the parent frame
      clusteringSettings - the clustering settings
      editable - if the content is editable or not
  • Method Details

    • isCanceled

      public boolean isCanceled()
      Indicates whether the user clicked the cancel button.
      Returns:
      a boolean indicating whether the user clicked the cancel button
    • getClusteringSettings

      public ClusteringSettings getClusteringSettings()
      Returns the clustering settings as set by the user.
      Returns:
      the clustering settings as set by the user