Serialized Form

  • Package dialog

    • Class dialog.AboutDialog

      class AboutDialog extends JDialog implements Serializable
      serialVersionUID:
      65536L
    • Class dialog.AboutPanel

      class AboutPanel extends DialogPanel implements Serializable
      serialVersionUID:
      65537L
    • Class dialog.ColorDialog

      class ColorDialog extends JDialog implements Serializable
      serialVersionUID:
      65538L
      • Serialized Fields

        • attid
          int attid
          the identifier of the current attribute
        • atts
          JTable atts
          the table for the attribute names
        • attsel
          JScrollPane attsel
          the attribute selector
        • colcnt
          JSpinner colcnt
          the number of color levels
        • colsel
          JColorChooser colsel
          the color chooser
        • columns
          table.Column[] columns
          the columns for which to select colors
        • expand
          JSpinner expand
          the color range expansion factor
        • main
          JPanel main
          the main panel
        • spinbox
          JPanel spinbox
          the panel for the spinners for color range control
        • table
          table.Table table
          the table for which to select colors
        • valbox
          JPanel valbox
          the panel for the attribute value selector
        • valid
          int valid
          the identifier of the current attribute value
        • vals
          JTable vals
          the table for the attribute values
        • valsel
          JScrollPane valsel
          the attribute value selector
    • Class dialog.DialogPanel

      class DialogPanel extends JPanel implements Serializable
      serialVersionUID:
      65537L
      • Serialized Fields

    • Class dialog.DomainsDialog

      class DomainsDialog extends JDialog implements Serializable
      serialVersionUID:
      65538L
      • Serialized Fields

    • Class dialog.DomainsPanel

      class DomainsPanel extends DialogPanel implements Serializable
      serialVersionUID:
      65538L
      • Serialized Fields

        • autotype
          JCheckBox autotype
          whether to determine types automatically
        • extern
          JCheckBox extern
          the path to the C programs
        • fn_dom
          JTextField fn_dom
          the name of the domains file
        • fn_tab
          JTextField fn_tab
          the name of the table file
        • format
          FormatPanel format
          the associated data format panel
        • path
          File path
          the path to the C programs
        • sortvals
          JCheckBox sortvals
          whether to sort the values of nominal attributes
    • Class dialog.FormatDialog

      class FormatDialog extends JDialog implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • bufs
          String[] bufs
          the buffer for the input texts
        • mode
          int mode
          the buffer for the read mode
        • ok
          JButton ok
          the 'ok' button
        • panel
          FormatPanel panel
          the data format panel
    • Class dialog.FormatPanel

      class FormatPanel extends DialogPanel implements Serializable
      serialVersionUID:
      65537L
      • Serialized Fields

        • blanks
          JTextField blanks
          the blank characters
        • comment
          JTextField comment
          the comment characters
        • fldseps
          JTextField fldseps
          the field separators
        • header
          JCheckBox header
          whether the first record contains column names
        • nullchs
          JTextField nullchs
          the null value characters
        • recfmt
          JComboBox<String> recfmt
          the format of each input record
        • recseps
          JTextField recseps
          the record separators
        • tawgt
          JCheckBox tawgt
          whether the last column contains transaction weights
        • weight
          JCheckBox weight
          whether the last column contains tuple weights
    • Class dialog.LogoPanel

      class LogoPanel extends JPanel implements Serializable
      serialVersionUID:
      65538L
      • Serialized Fields

    • Class dialog.MiniEditor

      class MiniEditor extends JFrame implements Serializable
      serialVersionUID:
      65539L
      • Serialized Fields

        • about
          AboutDialog about
          the "About..." dialog box
        • chooser
          JFileChooser chooser
          the file chooser
        • curr
          File curr
          the current text file
        • mode
          int mode
          the mode flags
        • owner
          Component owner
          the owner of this text editor
        • stat
          JTextField stat
          the status bar for messages
        • text
          JEditorPane text
          the editable text area
    • Class dialog.TabbedGUI

      class TabbedGUI extends JFrame implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • buf
          StringBuilder buf
          the buffer for reading a configuration file
        • domains
          DomainsPanel domains
          the domains determination tab
        • exec
          JButton exec
          the execution button
        • executor
          util.Executor executor
          the executor for an object or an external program
        • format
          FormatPanel format
          the data format tab
        • index
          int index
          the index of the executed tab
        • isprog
          boolean isprog
          whether started as an independent program
        • owner
          Component owner
          the owner of this dialog box
        • pane
          JTabbedPane pane
          the pane for the dialog tabs
        • start
          long start
          the start time for the execution
        • status
          JTextField status
          the status line (for messages)
        • terminal
          TerminalPanel terminal
          the terminal output tab
    • Class dialog.TemplateGUI

      class TemplateGUI extends TabbedGUI implements Serializable
      serialVersionUID:
      65536L
    • Class dialog.TerminalPanel

      class TerminalPanel extends DialogPanel implements Serializable
      serialVersionUID:
      65537L
      • Serialized Fields

        • max
          int max
          the maximum number of lines to display
        • term
          JTextArea term
          the editor pane for the terminal text