Package dialog

Class DomainsDialog

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

public class DomainsDialog extends JDialog
Convenience class for a domains determination dialog box.
Since:
2007.07.27
See Also:
  • Constructor Details

    • DomainsDialog

      public DomainsDialog()
      Create a domains determination dialog.
      Since:
      2007.07.27 (Christian Borgelt)
    • DomainsDialog

      public DomainsDialog(Frame owner)
      Create a domains determination dialog.
      Parameters:
      owner - the component that is to own the dialog box
      Since:
      2007.07.27 (Christian Borgelt)
    • DomainsDialog

      public DomainsDialog(Frame owner, String title)
      Create a domains determination dialog.
      Parameters:
      owner - the component that is to own the dialog box
      title - the title of the dialog box
      Since:
      2007.07.27 (Christian Borgelt)
    • DomainsDialog

      public DomainsDialog(Frame owner, String title, int mode)
      Create a domains determination dialog.
      Parameters:
      owner - the component that is to own the dialog box
      title - the title of the dialog box
      mode - the mode (additional input selector)
      Since:
      2007.07.27 (Christian Borgelt)
  • Method Details

    • getPanel

      public DomainsPanel getPanel()
      Get the domains determination panel.
      Returns:
      the domains determination panel
      Since:
      2007.07.27 (Christian Borgelt)
    • getFormat

      public FormatPanel getFormat()
      Get the associated data format panel.
      Returns:
      the associated data format panel
      Since:
      2007.07.27 (Christian Borgelt)
    • setFormat

      public void setFormat(FormatPanel format)
      Set the associated data format panel.
      Parameters:
      format - the associated data format panel
      Since:
      2007.07.27 (Christian Borgelt)
    • getDataFile

      public File getDataFile()
      Get the data file.
      Returns:
      the data file
      Since:
      2007.07.27 (Christian Borgelt)
    • setDataFile

      public void setDataFile(File file)
      Set the data file.
      Parameters:
      file - the data file to set
      Since:
      2007.07.27 (Christian Borgelt)
    • getDomainsFile

      public File getDomainsFile()
      Get the domains file.
      Returns:
      the domains file
      Since:
      2007.07.27 (Christian Borgelt)
    • setDomainsFile

      public void setDomainsFile(File file)
      Set the domains file.
      Parameters:
      file - the domains file to set
      Since:
      2007.07.27 (Christian Borgelt)
    • getOps

      public int getOps()
      Get the additional operations.
      Returns:
      the additional operations
      Since:
      2007.07.27 (Christian Borgelt)
    • setOps

      public void setOps(int ops)
      Set the additional operations.
      Parameters:
      ops - the additional operations
      Since:
      2007.07.27 (Christian Borgelt)
    • createCmd

      public String[] createCmd()
      Create a command to determine attribute domains.
      Returns:
      the command to determine attribute domains
      Since:
      2007.07.27 (Christian Borgelt)
    • createFinder

      public table.DomainsFinder createFinder()
      Create a domain finder.
      Returns:
      a domain finder
      Since:
      2007.05.08 (Christian Borgelt)