Uses of Class
proper.gui.core.panel.ProperPanel

Packages that use ProperPanel
proper.gui.core.panel Some useful panels that bundle behavior, e.g. 
proper.gui.experiment This package serves as a frontend to the command line based Application classes. 
 

Uses of ProperPanel in proper.gui.core.panel
 

Subclasses of ProperPanel in proper.gui.core.panel
 class 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.
 class OkCancelPanel
          A panel that has the two buttons "OK" and "Cancel".
 class 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.
 

Uses of ProperPanel in proper.gui.experiment
 

Subclasses of ProperPanel in proper.gui.experiment
 class BuilderPanel
          This panel represents a panel for the Builder that is added as a Tab in a JTabbedPane.
 class BuilderProperties
          This panel contains the "RELAGGS" options of an experiment.
 class BuilderSteps
          This panel contains the single Groups of "Steps" of an experiment.
 class BuilderTabPanel
          This panel represents a panel for the Builder that is added as a Tab in a JTabbedPane and which also contains a JTabbedPane.