A B C D E F G H I J L M N O P Q R S T U V W X Z

C

catalogs - Variable in class system.Bol
 
cboDatabase - Variable in class gui.GUIDatabaseSetup
 
cboDatabase - Variable in class gui.GUIExportDatabase
 
cboTables - Variable in class gui.GUIDatabaseSetup
 
centerPanel - Variable in class gui.WizardPanel
 
CHANGE_DATA_TYPE - Static variable in interface gui.GuiConstants
 
changeDataType(Object, int) - Method in class system.Bol
Changes the classes based on the users choice of dataType.
changeDataType(Object, int) - Static method in class system.ViewPlug
Changes the default data type for a particular column.
checkContent(ArrayList<String>) - Static method in class system.DataTypeIdentifier
Checks the content of the single record and assigns the datatype for each column.
checkLoop(ArrayList<Object>, List<Object>) - Static method in class system.DataTypeIdentifier
Checks the array of datatypes against the established data type array.
CLASS_NAMES - Static variable in class system.DataTypeIdentifier
 
clearCSV() - Static method in class text.FileGetter
Resets the CSV to empty.
clearData() - Method in class gui.GUIColumnNames
The clear data method is called from the wizard manager once the previous action has been triggered.
clearData() - Method in class gui.WizardPanel
The clearData method is used to clear the components stored within the centerPanel.
clearData() - Method in class system.Bol
Removes the data and columnNames from the current BOL Object.
clearData() - Static method in class system.ViewPlug
Clears the data from the bol object.
clearValue() - Static method in class text.FileGetter
Resets the Value to empty.
cli - package cli
 
CLI - Class in cli
Methods to implement a command line interface to the text converter API
CLI() - Constructor for class cli.CLI
Constructor.
CLI_SubMenu(String[]) - Method in class cli.CLI
Displays sub menu and gets selections.
CLOSE_BRACE - Static variable in interface dbms.DBMSConstants
 
closeForm() - Method in class gui.Wizard
The close form method is called if the user has pressed the cancel button, or has finished the wizard.
closePanel() - Method in class gui.GUIColumnNames
The closePanel() method is a required method declared in the WizardPanel.
closePanel() - Method in class gui.GUIDatabaseSetup
The close panel method will finialise the wizard panel by sending the data to the selected database table.
closePanel() - Method in class gui.GUIExportDatabase
The closePanel method is called once the panel has been closed; which is once the next button has been triggered via the wizard manager.
closePanel() - Method in class gui.GUIOpenFile
The closePanel() method does the following: 1.
closePanel() - Method in class gui.GUISaveFile
The closePanel() method calls the saveData method of the business object layer, and passes the file save type, and also the file location text.
closePanel() - Method in class gui.WizardPanel
The closePanel() method is used to update the contents of the wizard to the business object layer once the form has been closed.
COLON - Static variable in interface gui.WizardConstants
 
COLON_SEPARATOR - Static variable in interface dbms.DBMSConstants
 
COLUMN - Static variable in interface gui.WizardConstants
 
COLUMN_NAME_TOOLTIP - Static variable in interface gui.GuiConstants
 
columnClassTypes - Variable in class system.Bol
 
columnNames - Variable in class gui.GUIColumnNames
 
columnNames - Variable in class system.Bol
 
columns - Variable in class gui.SingleRecord
 
comboBoxFields - Variable in class gui.SingleRecord
 
COMMA - Static variable in interface dbms.DBMSConstants
 
COMMA - Static variable in class system.Bol
 
COMMA - Static variable in class text.CSVGetter
 
COMMA - Static variable in interface text.TextConstants
 
commands - Variable in class dbms.DBMSBase
 
conn - Static variable in class dbms.DBMSSocket
 
connection - Variable in class dbms.DBMSBase
 
container - Variable in class gui.GuiFrame
 
content - Static variable in class text.JSONGetter
 
content - Static variable in class text.XMLGetter
 
counter - Static variable in class text.FileGetter
 
createColumns(List, List) - Method in class dbms.DBMSBase
concatenates the columnCreate string
CREATED_BY_ZYX - Static variable in interface text.TextConstants
 
createNewDialog(String, JDialog) - Method in class gui.GuiFrame
Creates a standard JDialog centred on the parent JFrame
CROSS_PLATFORM - Static variable in class gui.MirrorMirror
 
CSV - Static variable in class text.FileGetter
 
CSVGetter<L extends java.util.List> - Class in text
The CSV Getter is overloaded, which supports reading from a variety of formats, it accepts a file object, or a string of content which gets read, and passed through a method to separate the content based on a comma.
CSVGetter(File) - Constructor for class text.CSVGetter
The constructors are chained, and the default constructor accepts a File Object of the desired file to be read, and creates the enternal structure as a LinkedList.
CSVGetter(L, File) - Constructor for class text.CSVGetter
The chained constructor accepts a instance of a List, and a File Object.
CSVGetter(L, File, char) - Constructor for class text.CSVGetter
The chained constructor accepts a list instance, a file object, and a separating char.
CSVGetter(L, File, char, char) - Constructor for class text.CSVGetter
The chained contructor accepts a List instance, a file object, a separator, and a quote char.
CSVGetter(L, File, char, char, String) - Constructor for class text.CSVGetter
The chained constructor is the final chained constructor used with the File object.
CSVGetter(String) - Constructor for class text.CSVGetter
The series of chained constructors don't accept a file Object.
CSVGetter(L, String) - Constructor for class text.CSVGetter
The chained contructor receives a instance of a List, and the String content.
CSVGetter(L, String, char) - Constructor for class text.CSVGetter
The chained constructor recieves a List, a String of Content, and a Char separating value.
CSVGetter(L, String, char, char) - Constructor for class text.CSVGetter
The chained constructor receives a instance list, a string of content, a char separating value, and a quoting char.
CSVGetter(L, String, char, char, String) - Constructor for class text.CSVGetter
This is the final chained constructor for the use with a already existing String of content.
CSVMaker - Class in text
Generates CSV file from the data structure.
CSVMaker() - Constructor for class text.CSVMaker
Default constructor.

A B C D E F G H I J L M N O P Q R S T U V W X Z