Class FastaParametersDialog

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

public class FastaParametersDialog
extends JDialog
A dialog for advanced database settings.
Author:
Marc Vaudel, Harald Barsnes
See Also:
Serialized Form
  • Constructor Details

    • FastaParametersDialog

      public FastaParametersDialog​(Frame parentFrame, FastaParameters fastaSettings, boolean editable)
      Creates a new FractionSettingsDialog with a frame as owner.
      Parameters:
      parentFrame - a parent frame
      fastaSettings - the FASTA settings
      editable - boolean indicating whether the settings can be edited by the user
    • FastaParametersDialog

      public FastaParametersDialog​(Dialog owner, Frame parentFrame, FastaParameters fastaSettings, boolean editable)
      Creates a new FractionSettingsDialog with a dialog as owner.
      Parameters:
      owner - the dialog owner
      parentFrame - a parent frame
      fastaSettings - the FASTA settings
      editable - boolean indicating whether the settings can be edited by the user
  • Method Details

    • isCanceled

      public boolean isCanceled()
      Indicates whether the user canceled the editing.
      Returns:
      a boolean indicating whether the user canceled the editing
    • getFastaSettings

      public FastaParameters getFastaSettings()
      Returns the FASTA settings as set by the user.
      Returns:
      the FASTA settings as set by the user