Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AboutDialog - Class in dialog
Convenience class for an "About..." dialog box.
AboutDialog(Frame, String, String) - Constructor for class dialog.AboutDialog
Create an "About..." dialog box.
AboutDialog(Frame, String, String, int) - Constructor for class dialog.AboutDialog
Create an "About..." dialog box.
AboutDialog(String, String) - Constructor for class dialog.AboutDialog
Create an "About..." dialog box.
AboutPanel - Class in dialog
Class for an about panel for graphical user interfaces.
AboutPanel(String, String) - Constructor for class dialog.AboutPanel
Create an about panel.
actionPerformed(ActionEvent) - Method in class dialog.TabbedGUI
Process an event from the executor.
add(Component, GridBagConstraints) - Method in class dialog.DialogPanel
Add a component.
addActionListener(ActionListener) - Method in class dialog.ColorDialog
Add a listener for finalizing a selection.
addActionListener(ActionListener) - Method in class dialog.FormatDialog
Add an action listener for pressing the 'ok' button.
addButton(String) - Method in class dialog.DialogPanel
Add a button to a tab.
addButton(String, GridBagConstraints) - Method in class dialog.DialogPanel
Add a button to a tab.
addCheckBox(boolean) - Method in class dialog.DialogPanel
Add a check box to a tab.
addCheckBox(boolean, GridBagConstraints) - Method in class dialog.DialogPanel
Add a check box to a tab.
addCheckBox(String, boolean) - Method in class dialog.DialogPanel
Add a check box to a tab.
addCheckBox(String, boolean, GridBagConstraints) - Method in class dialog.DialogPanel
Add a check box to a tab.
addComboBox(String[]) - Method in class dialog.DialogPanel
Add a combo box to a tab.
addComboBox(String[], GridBagConstraints) - Method in class dialog.DialogPanel
Add a combo box to a tab.
addDomainsTab(int) - Method in class dialog.TabbedGUI
Add a domain determination tab.
addDomainsTab(String, int) - Method in class dialog.TabbedGUI
Add a domain determination tab.
addFileInput(String) - Method in class dialog.DialogPanel
Add a file input field to a tab.
addFileInput(String, GridBagConstraints) - Method in class dialog.DialogPanel
Add a text input field to a tab.
addFiller(int) - Method in class dialog.DialogPanel
Add a filler.
addFormatArgs(String[]) - Method in class dialog.FormatDialog
Add format arguments to a command array.
addFormatArgs(String[]) - Method in class dialog.FormatPanel
Add format arguments to a command array.
addFormatArgs(String[], int) - Method in class dialog.FormatDialog
Add format arguments to a command array.
addFormatArgs(String[], int) - Method in class dialog.FormatPanel
Add format arguments to a command array.
addFormatTab() - Method in class dialog.TabbedGUI
Add a data format tab.
addFormatTab(int) - Method in class dialog.TabbedGUI
Add a data format tab.
addFormatTab(String, int) - Method in class dialog.TabbedGUI
Add a data format tab.
addHelp(String) - Method in class dialog.DialogPanel
Add a help text.
addLabel(String) - Method in class dialog.DialogPanel
Add a label to a tab.
addLabel(String, GridBagConstraints) - Method in class dialog.DialogPanel
Add a label to a tab.
addNumberInput(String) - Method in class dialog.DialogPanel
Add a text input field to a tab.
addNumberInput(String, GridBagConstraints) - Method in class dialog.DialogPanel
Add a text input field to a tab.
addSpinner(int, int, int, int) - Method in class dialog.DialogPanel
Add a spinner to a tab.
addSpinner(int, int, int, int, GridBagConstraints) - Method in class dialog.DialogPanel
Add a combo box to a tab.
addTab(String) - Method in class dialog.TabbedGUI
Add an empty dialog tab.
addTab(String, DialogPanel) - Method in class dialog.TabbedGUI
Add a dialog tab.
addTerminalTab(String) - Method in class dialog.TabbedGUI
Add a terminal output tab.
addTextInput(String) - Method in class dialog.DialogPanel
Add a text input field to a tab.
addTextInput(String, GridBagConstraints) - Method in class dialog.DialogPanel
Add a text input field to a tab.
ALL - Static variable in class dialog.FormatDialog
mode: show all optional fields
ALL - Static variable in class dialog.FormatPanel
mode: show all optional fields
append(String) - Method in class dialog.TerminalPanel
Append text to the terminal panel.
autotype - Variable in class dialog.DomainsPanel
whether to determine types automatically

B

base(String) - Method in class dialog.TabbedGUI
Create the basic graphical user interface.
blanks - Variable in class dialog.FormatPanel
the blank characters
BOLD - Static variable in class dialog.DialogPanel
the font for input text fields
buf - Variable in class dialog.DialogPanel
the buffer for reading a configuration file

C

chooser - Variable in class dialog.DialogPanel
the file chooser
ColorDialog - Class in dialog
Class for a dialog to choose colors for attribute values.
ColorDialog() - Constructor for class dialog.ColorDialog
Create a color selection dialog.
ColorDialog(Frame) - Constructor for class dialog.ColorDialog
Create a color selection dialog.
ColorDialog(Frame, String) - Constructor for class dialog.ColorDialog
Create a color selection dialog.
ColorDialog(Frame, String, boolean) - Constructor for class dialog.ColorDialog
Create a color selection dialog.
comment - Variable in class dialog.FormatPanel
the comment characters
copyFrom(FormatPanel) - Method in class dialog.FormatPanel
Copy settings from another data format panel.
copyTo(FormatPanel) - Method in class dialog.FormatPanel
Copy settings to another data format panel.
createCmd() - Method in class dialog.DomainsDialog
Create a command to determine attribute domains.
createCmd() - Method in class dialog.DomainsPanel
Create a command to determine attribute domains.
createDomainsCmd() - Method in class dialog.TabbedGUI
Create a command to determine attribute domains.
createDomainsObj() - Method in class dialog.TabbedGUI
Create a domain finder object.
createExecutor(int) - Method in class dialog.TabbedGUI
Create the executor for a dialog tab.
createExecutor(int) - Method in class dialog.TemplateGUI
Get the executor for a dialog tab.
createFinder() - Method in class dialog.DomainsDialog
Create a domain finder.
createFinder() - Method in class dialog.DomainsPanel
Create a domain finder.
createNumberInput(String) - Static method in class dialog.DialogPanel
Create a number input field.
createReader(File) - Method in class dialog.FormatDialog
Create a table reader configured for the current format.
createReader(File) - Method in class dialog.FormatPanel
Create a table reader configured for the current format.
createReader(Reader) - Method in class dialog.FormatDialog
Create a table reader configured for the current format.
createReader(Reader) - Method in class dialog.FormatPanel
Create a table reader configured for the current format.
createWriter(File) - Method in class dialog.FormatDialog
Create a table writer configured for the current format.
createWriter(File) - Method in class dialog.FormatPanel
Create a table writer configured for the current format.
createWriter(Writer) - Method in class dialog.FormatDialog
Create a table writer configured for the current format.
createWriter(Writer) - Method in class dialog.FormatPanel
Create a table writer configured for the current format.

D

dialog - package dialog
 
DialogPanel - Class in dialog
Class for a panel for dialogs.
DialogPanel() - Constructor for class dialog.DialogPanel
Create a dialog panel.
domains - Variable in class dialog.TabbedGUI
the domains determination tab
DomainsDialog - Class in dialog
Convenience class for a domains determination dialog box.
DomainsDialog() - Constructor for class dialog.DomainsDialog
Create a domains determination dialog.
DomainsDialog(Frame) - Constructor for class dialog.DomainsDialog
Create a domains determination dialog.
DomainsDialog(Frame, String) - Constructor for class dialog.DomainsDialog
Create a domains determination dialog.
DomainsDialog(Frame, String, int) - Constructor for class dialog.DomainsDialog
Create a domains determination dialog.
DomainsPanel - Class in dialog
Class for a domains determination panel for graphical user interfaces.
DomainsPanel(int) - Constructor for class dialog.DomainsPanel
Create a domains determination panel.
DomainsPanel(int, FormatPanel) - Constructor for class dialog.DomainsPanel
Create a domains determination panel.
DomainsPanel(FormatPanel) - Constructor for class dialog.DomainsPanel
Create a domains determination panel.

E

ECSC - Static variable in class dialog.LogoPanel
the identifier for the ECSC logo
editDomains(File) - Method in class dialog.DialogPanel
Edit domain descriptions.
editDomains(JTextField) - Method in class dialog.DialogPanel
Edit domain descriptions.
editDomains(JTextField) - Method in class dialog.TabbedGUI
Edit domain descriptions.
editFile(File) - Method in class dialog.DialogPanel
Edit a text file.
editFile(JTextField) - Method in class dialog.DialogPanel
Edit a text file.
editFile(JTextField) - Method in class dialog.TabbedGUI
Edit a text file.
exec - Variable in class dialog.TabbedGUI
the execution button
executor - Variable in class dialog.TabbedGUI
the executor for an object or an external program
extern - Variable in class dialog.DomainsPanel
the path to the C programs
EXTERNAL - Static variable in class dialog.DomainsPanel
mode: external programs checkbox

F

FILL - Static variable in class dialog.DialogPanel
the grid bag constraints for fillers
fldseps - Variable in class dialog.FormatPanel
the field separators
fn_dom - Variable in class dialog.DomainsPanel
the name of the domains file
fn_tab - Variable in class dialog.DomainsPanel
the name of the table file
format - Variable in class dialog.DomainsPanel
the associated data format panel
format - Variable in class dialog.TabbedGUI
the data format tab
FormatDialog - Class in dialog
Convenience class for a data format dialog box.
FormatDialog() - Constructor for class dialog.FormatDialog
Create a data format dialog.
FormatDialog(Frame) - Constructor for class dialog.FormatDialog
Create a data format dialog.
FormatDialog(Frame, String) - Constructor for class dialog.FormatDialog
Create a data format dialog.
FormatDialog(Frame, String, int) - Constructor for class dialog.FormatDialog
Create a data format dialog.
FormatPanel - Class in dialog
Class for a data format panel for graphical user interfaces.
FormatPanel() - Constructor for class dialog.FormatPanel
Create a data format panel.
FormatPanel(int) - Constructor for class dialog.FormatPanel
Create a data format panel.

G

getBlanks() - Method in class dialog.FormatDialog
Get the blank characters.
getBlanks() - Method in class dialog.FormatPanel
Get the blank characters.
getColor() - Method in class dialog.ColorDialog
Get currently selected color.
getComment() - Method in class dialog.FormatDialog
Get the comment characters.
getComment() - Method in class dialog.FormatPanel
Get the comment characters.
getDataFile() - Method in class dialog.DomainsDialog
Get the data file.
getDataFile() - Method in class dialog.DomainsPanel
Get the data file.
getDomainsFile() - Method in class dialog.DomainsDialog
Get the domains file.
getDomainsFile() - Method in class dialog.DomainsPanel
Get the domains file.
getDomainsMsg() - Method in class dialog.TabbedGUI
Get the result message of a determination of domains.
getDomainsTab() - Method in class dialog.TabbedGUI
Get the domains determination tab.
getFileChooser() - Method in class dialog.DialogPanel
Get the file chooser.
getFileChooser() - Method in class dialog.TabbedGUI
Get the file chooser.
getFileName(JTextField) - Method in class dialog.DialogPanel
Get a file name and store it in a text field.
getFileName(JTextField) - Method in class dialog.TabbedGUI
Get a file name and store it in a text field.
getFileName(JTextField, String) - Method in class dialog.DialogPanel
Get a file name and store it in a text field.
getFileName(JTextField, String) - Method in class dialog.TabbedGUI
Get a file name and store it in a text field.
getFldSeps() - Method in class dialog.FormatDialog
Get the field separators.
getFldSeps() - Method in class dialog.FormatPanel
Get the field separators.
getFormat() - Method in class dialog.DomainsDialog
Get the associated data format panel.
getFormat() - Method in class dialog.DomainsPanel
Get the associated data format panel.
getFormatTab() - Method in class dialog.TabbedGUI
Get the data format tab.
getMessage() - Method in class dialog.TabbedGUI
Get the message text (status line) of the window.
getMode() - Method in class dialog.FormatDialog
Get the read/write mode.
getMode() - Method in class dialog.FormatPanel
Get the read/write mode.
getNullChars() - Method in class dialog.FormatDialog
Get the null value characters.
getNullChars() - Method in class dialog.FormatPanel
Get the null value characters.
getOps() - Method in class dialog.DomainsDialog
Get the additional operations.
getOps() - Method in class dialog.DomainsPanel
Get the additional operations.
getPanel() - Method in class dialog.DomainsDialog
Get the domains determination panel.
getPanel() - Method in class dialog.FormatDialog
Get the data format panel.
getPath() - Method in class dialog.DomainsPanel
Get the path to the C programs.
getPath() - Method in class dialog.TabbedGUI
Get the path to the external programs.
getPreferredSize() - Method in class dialog.LogoPanel
Get the preferred size of the logo panel.
getRecSeps() - Method in class dialog.FormatDialog
Get the record separators.
getRecSeps() - Method in class dialog.FormatPanel
Get the record separators.
getResultMsg() - Method in class dialog.TabbedGUI
Get the result message on successful termination.
getResultMsg() - Method in class dialog.TemplateGUI
Get the result message on successful termination.
getTab(int) - Method in class dialog.TabbedGUI
Get the tab at a given index.
getTable() - Method in class dialog.ColorDialog
Get the table for which to select colors.
getTableMode() - Method in class dialog.FormatDialog
Get the read/write mode for tables.
getTableMode() - Method in class dialog.FormatPanel
Get the read/write mode for tables.
getTerminalTab() - Method in class dialog.TabbedGUI
Get the terminal tab.
getText() - Method in class dialog.TerminalPanel
Get the text of the terminal panel.
getTrainMode() - Method in class dialog.FormatDialog
Get the record contents mode for trains.
getTrainMode() - Method in class dialog.FormatPanel
Get the record contents mode for trains.

H

HALF - Static variable in class dialog.DialogPanel
the grid bag constraints for middle input fields
header - Variable in class dialog.FormatPanel
whether the first record contains column names
HEADER - Static variable in class dialog.FormatDialog
mode: show check box for field names in first record
HEADER - Static variable in class dialog.FormatPanel
mode: show check box for field names in first record

I

index - Variable in class dialog.TabbedGUI
the index of the executed tab
init(Component, boolean) - Method in class dialog.TabbedGUI
Convenience function for the constructors of child classes.
isprog - Variable in class dialog.TabbedGUI
whether started as an independent program

L

LEFT - Static variable in class dialog.DialogPanel
the grid bag constraints for labels
loadColorsFromTable() - Method in class dialog.ColorDialog
Load colors from the table.
loadConfig(File) - Method in class dialog.TabbedGUI
Load a configuration file and set the input fields.
loadConfig(File) - Method in class dialog.TemplateGUI
Load a configuration file and set the input fields.
loadConfig(FileReader) - Method in class dialog.DomainsPanel
Load domain arguments from a configuration file.
loadConfig(FileReader) - Method in class dialog.FormatPanel
Load format arguments from a configuration file.
loadText(File) - Method in class dialog.MiniEditor
Load text from a file.
LOCATE - Static variable in class dialog.DomainsPanel
mode: locate programs button
log - Variable in class dialog.TabbedGUI
the stream to write progress messages to
LogoPanel - Class in dialog
Class for a logo panel (about dialog box).
LogoPanel() - Constructor for class dialog.LogoPanel
Create a logo panel
LogoPanel(int) - Constructor for class dialog.LogoPanel
Create a logo panel

M

main(String[]) - Static method in class dialog.ColorDialog
Main function for testing basic functionality.
main(String[]) - Static method in class dialog.MiniEditor
Main function for testing basic functionality.
main(String[]) - Static method in class dialog.TemplateGUI
Main function for testing basic functionality.
max - Variable in class dialog.TerminalPanel
the maximum number of lines to display
MIDDLE - Static variable in class dialog.DialogPanel
the grid bag constraints for middle input fields
MiniEditor - Class in dialog
Class for a very small and simple text editor.
MiniEditor(int) - Constructor for class dialog.MiniEditor
Create a simple text editor.
MiniEditor(Component, int) - Constructor for class dialog.MiniEditor
Create a simple text editor.

N

NONULLS - Static variable in class dialog.FormatDialog
mode: show message about null values
NONULLS - Static variable in class dialog.FormatPanel
mode: show message about null values
nullchs - Variable in class dialog.FormatPanel
the null value characters
NULLCHS - Static variable in class dialog.FormatDialog
mode: show null value characters input
NULLCHS - Static variable in class dialog.FormatPanel
mode: show null value characters input

O

OTTO - Static variable in class dialog.LogoPanel
the identifier for the Otto logo
owner - Variable in class dialog.TabbedGUI
the owner of this dialog box

P

paint(Graphics) - Method in class dialog.LogoPanel
Draw the logo panel.
pane - Variable in class dialog.TabbedGUI
the pane for the dialog tabs
path - Variable in class dialog.DomainsPanel
the path to the C programs
PLUS - Static variable in class dialog.LogoPanel
the identifier for the PLUS logo
PROGRAM - Static variable in class dialog.MiniEditor
mode flag: the viewer is a stand-alone program
purge() - Method in class dialog.TerminalPanel
Purge excess text from the terminal panel.

R

readInt(FileReader) - Method in class dialog.DialogPanel
Read an integer value (from the configuration file).
readInt(FileReader) - Method in class dialog.TabbedGUI
Read an integer value (from the configuration file).
readLine(FileReader) - Method in class dialog.DialogPanel
Read a line (of the configuration file).
readLine(FileReader) - Method in class dialog.TabbedGUI
Read a line (of the configuration file).
recfmt - Variable in class dialog.FormatPanel
the format of each input record
recseps - Variable in class dialog.FormatPanel
the record separators
RIGHT - Static variable in class dialog.DialogPanel
the grid bag constraints for right input fields
run() - Method in class dialog.MiniEditor
Create the user interface.
run() - Method in class dialog.TabbedGUI
Create the user interface.
run() - Method in class dialog.TemplateGUI
Create the user interface.

S

saveColorsInTable() - Method in class dialog.ColorDialog
Save colors in the table.
saveConfig(File) - Method in class dialog.TabbedGUI
Save a configuration file
saveConfig(File) - Method in class dialog.TemplateGUI
Save a configuration file
saveConfig(FileWriter) - Method in class dialog.DomainsPanel
Save domain arguments to a configuration file.
saveConfig(FileWriter) - Method in class dialog.FormatPanel
Save format arguments to a configuration file.
saveText(File) - Method in class dialog.MiniEditor
Save text to a file.
selectTab(int) - Method in class dialog.TabbedGUI
Set the selected dialog tab.
setBlanks(String) - Method in class dialog.FormatDialog
Set the blank characters.
setBlanks(String) - Method in class dialog.FormatPanel
Set the blank characters.
setColor(Color) - Method in class dialog.ColorDialog
Set the current color.
setComment(String) - Method in class dialog.FormatDialog
Set the comment characters.
setComment(String) - Method in class dialog.FormatPanel
Set the comment characters.
setDataFile(File) - Method in class dialog.DomainsDialog
Set the data file.
setDataFile(File) - Method in class dialog.DomainsPanel
Set the data file.
setDataFile(File) - Method in class dialog.TabbedGUI
Set the data file.
setDomainsFile(File) - Method in class dialog.DomainsDialog
Set the domains file.
setDomainsFile(File) - Method in class dialog.DomainsPanel
Set the domains file.
setDomainsFile(File) - Method in class dialog.TabbedGUI
Set the domains file.
setExternal(boolean) - Method in class dialog.DomainsPanel
Get flag for external program usage.
setFldSeps(String) - Method in class dialog.FormatDialog
Set the field separators.
setFldSeps(String) - Method in class dialog.FormatPanel
Set the field separators.
setFormat(FormatPanel) - Method in class dialog.DomainsDialog
Set the associated data format panel.
setFormat(FormatPanel) - Method in class dialog.DomainsPanel
Set the associated data format panel.
setFormat(FormatPanel) - Method in class dialog.TabbedGUI
set the data format.
setMessage(String) - Method in class dialog.MiniEditor
Set the message to display in the status line.
setMessage(String) - Method in class dialog.TabbedGUI
Set the message text (status line) of the window.
setMode(int) - Method in class dialog.FormatDialog
Set the read/write mode.
setMode(int) - Method in class dialog.FormatPanel
Set the read mode.
setNullChars(String) - Method in class dialog.FormatDialog
Set the null value characters.
setNullChars(String) - Method in class dialog.FormatPanel
Set the null value characters.
setOps(int) - Method in class dialog.DomainsDialog
Set the additional operations.
setOps(int) - Method in class dialog.DomainsPanel
Set the additional operations.
setPath(File) - Method in class dialog.DomainsPanel
Set the path to the C programs.
setPath(File) - Method in class dialog.TabbedGUI
Set the path to the external programs.
setRecSeps(String) - Method in class dialog.FormatDialog
Set the record separators.
setRecSeps(String) - Method in class dialog.FormatPanel
Set the record separators.
setSelectedAtt(String) - Method in class dialog.ColorDialog
Set the attribute for whose values to set colors.
setSelectedValue(String) - Method in class dialog.ColorDialog
Set the value for which to set colors.
setTable(Table) - Method in class dialog.ColorDialog
Set the table for which to select colors.
setTable(Table, boolean) - Method in class dialog.ColorDialog
Set the table for which to select colors.
setTable(Table, boolean, int) - Method in class dialog.ColorDialog
Set the table for which to select colors.
setTable(Table, int) - Method in class dialog.ColorDialog
Set the table for which to select colors.
setTestFile(File) - Method in class dialog.TabbedGUI
Set the test file.
setText(String) - Method in class dialog.MiniEditor
Set the text to edit.
setText(String) - Method in class dialog.TerminalPanel
Set text of the terminal panel.
showSelectors(int) - Method in class dialog.ColorDialog
Show or hide the attribute and attribute value selectors.
showTable(File, FormatPanel) - Method in class dialog.DialogPanel
Show a data table (to be read from a file).
showTable(JTextField) - Method in class dialog.TabbedGUI
Show a data table (to be read from a file).
showTable(JTextField, FormatPanel) - Method in class dialog.DialogPanel
Show a data table (to be read from a file).
shrinkCmd(String[], int) - Static method in class dialog.DomainsPanel
Shrink a command to a given length.
shrinkCmd(String[], int) - Static method in class dialog.TabbedGUI
Shrink a command to a given length.
SMALL - Static variable in class dialog.DialogPanel
the font for help text fields
sortvals - Variable in class dialog.DomainsPanel
whether to sort the values of nominal attributes
start - Variable in class dialog.TabbedGUI
the start time for the execution
start() - Method in class dialog.TabbedGUI
Execute the current dialog tab.
status - Variable in class dialog.TabbedGUI
the status line (for messages)

T

TabbedGUI - Class in dialog
Abstract class for graphical user interfaces with tabbed panes.
TabbedGUI() - Constructor for class dialog.TabbedGUI
Constructor.
tawgt - Variable in class dialog.FormatPanel
whether the last column contains transaction weights
TAWGT - Static variable in class dialog.FormatDialog
mode: show check box for transaction weight
TAWGT - Static variable in class dialog.FormatPanel
mode: show check box for transaction weight
TemplateGUI - Class in dialog
Class for a user interface to external programs.
TemplateGUI() - Constructor for class dialog.TemplateGUI
Create a template graphical user interface.
TemplateGUI(Component) - Constructor for class dialog.TemplateGUI
Create a template graphical user interface.
term - Variable in class dialog.TerminalPanel
the editor pane for the terminal text
terminal - Variable in class dialog.TabbedGUI
the terminal output tab
TerminalPanel - Class in dialog
Class for a terminal panel for graphical user interfaces.
TerminalPanel(String) - Constructor for class dialog.TerminalPanel
Create a terminal panel.
TerminalPanel(String, int) - Constructor for class dialog.TerminalPanel
Create a terminal panel.
TRAIN - Static variable in class dialog.FormatDialog
mode: show combo box for train record contents
TRAIN - Static variable in class dialog.FormatPanel
mode: show combo box for train record contents

U

useExternal() - Method in class dialog.DomainsPanel
Get flag for external program usage.

V

VERSION - Static variable in class dialog.MiniEditor
the version string

W

weight - Variable in class dialog.FormatPanel
whether the last column contains tuple weights
WEIGHT - Static variable in class dialog.FormatDialog
mode: show check box for tuple weight
WEIGHT - Static variable in class dialog.FormatPanel
mode: show check box for tuple weight
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form