Package proper.gui.core.panel

Some useful panels that bundle behavior, e.g.

See:
          Description

Class Summary
DatabasePanel This Panel represents an easy way to connect to a database.
It supports PropertyChangeListeners for the names database and table, if other components should react to changes.
The two buttons "Connect" and "Select" also fire Property Changes, where the propertyName of the Event contains the action command of the button.
OkCancelPanel A panel that has the two buttons "OK" and "Cancel".
ProperPanel This Panel represents an ancestor to all other panels used in Proper.
RelationsPanel This Panel shows the relations from a given database and a given table.
The Tree is editable via a Popup-Menu (right mouse button) and the resulting tree can be used in the Propositionalization step instead of autodiscover.
 

Package proper.gui.core.panel Description

Some useful panels that bundle behavior, e.g. selecting databases/tables/columns, can be found here.