Uses of Class
proper.database.Connector

Packages that use Connector
proper.database All classes concerning Database access and traversal or related structures can be found here. 
proper.gui.core.dialog All different kinds of dialogs can be found here, e.g. 
proper.gui.core.event Listener-Interfaces and Event-Classes that are used in the GUI can be found here. 
proper.gui.core.panel Some useful panels that bundle behavior, e.g. 
proper.gui.core.text All different kinds of TextFields can be found here, e.g. 
proper.gui.experiment This package serves as a frontend to the command line based Application classes. 
proper.relaggs contains the core classes of RELAGGS, without the GUI components 
 

Uses of Connector in proper.database
 

Methods in proper.database that return Connector
 Connector ConnectorObject.getConnector()
          returns the Connector instance
 

Constructors in proper.database with parameters of type Connector
ColumnLister(Connector conn)
          initializes the object
ColumnLister(Connector conn, java.lang.String table)
          initializes the object
ConnectorObject(Connector conn)
          initializes the object
DatabaseLister(Connector conn)
          initializes the object
Dropper(Connector conn)
          initializes the object
Executor(Connector conn)
          initializes the object
ExecutorObject(Connector conn)
          initializes the object
Joiner(Connector conn)
          initializes the object
Modifier(Connector conn)
          initializes the object
Reader(Connector conn)
          initializes the object
Reader(Connector conn, java.lang.String table, java.lang.String field)
          initializes the object
RelationDiscoverer(Connector conn)
          initializes the object
Sparser(Connector conn)
          initializes the object
TableLister(Connector conn)
          initializes the object
Writer(Connector conn)
          initializes the object
Writer(Connector conn, java.lang.String table, java.lang.String field)
          initializes the object
 

Uses of Connector in proper.gui.core.dialog
 

Methods in proper.gui.core.dialog that return Connector
 Connector RelationsDialog.getConnector()
          returns the connector instance being used
 Connector DatabaseDialog.getConnector()
          returns the connector instance being used
 

Methods in proper.gui.core.dialog with parameters of type Connector
 void RelationsDialog.setConnector(Connector conn)
          sets the connector object to use
 void DatabaseDialog.setConnector(Connector conn)
          sets the connector object to use
 

Uses of Connector in proper.gui.core.event
 

Methods in proper.gui.core.event that return Connector
 Connector ConnectorChangeEvent.getConnector()
          returns the Connector instance
 

Constructors in proper.gui.core.event with parameters of type Connector
ConnectorChangeEvent(java.lang.Object source, Connector conn)
          creates an event with the given Connector
 

Uses of Connector in proper.gui.core.panel
 

Methods in proper.gui.core.panel that return Connector
 Connector RelationsPanel.getConnector()
          returns the connector instance being used
 Connector DatabasePanel.getConnector()
          returns the connector instance being used
 

Methods in proper.gui.core.panel with parameters of type Connector
 void RelationsPanel.setConnector(Connector conn)
          sets the connector object to use (instead of instantiating one)
 void DatabasePanel.setConnector(Connector conn)
          sets the connector object to use (instead of instantiating one)
 

Uses of Connector in proper.gui.core.text
 

Methods in proper.gui.core.text that return Connector
 Connector RelationsTextField.getConnector()
          returns the connector instance
 Connector DatabaseTextField.getConnector()
          returns the connector instance
 

Methods in proper.gui.core.text with parameters of type Connector
 void RelationsTextField.setConnector(Connector conn)
          sets the connector instance
 void DatabaseTextField.setConnector(Connector conn)
          sets the connector instance
 

Uses of Connector in proper.gui.experiment
 

Methods in proper.gui.experiment that return Connector
 Connector BuilderPanel.getConnector()
          returns the connector
 

Methods in proper.gui.experiment with parameters of type Connector
 void BuilderPanel.setConnector(Connector conn)
          sets the connector reference
 

Uses of Connector in proper.relaggs
 

Constructors in proper.relaggs with parameters of type Connector
RelaggsStructure(Connector conn)
          Creates a new RelaggsStructure.
SqlEngine(Connector conn)
          Creates the interface between database and userinterface.