Package org.kaiwitte.workbench.ui.controller

Interface Summary
RecordReceiver An interface to indicate that a Record can be received by the implementing class.
 

Class Summary
ApplyPrototypeAction An action to apply a template to a RecordReceiver.
DeleteAction Deletes a record.
EditRecordAction Changes a record.
ExitAction Exits the application.
InfoAction Displays general information.
PrintAction Prints to paper based on the template file and a MetaRecord.
RecordTransferListener A MouseListener implementation for a JTable that hands out the Record in a SchemeTableModel to a RecordReceiver.
ReturnKeyRemapper Remaps the enter-key.
SearchAction Performs a search in the database.
SendMailAction Sends an email.
ShowDeveloperHelpAction An Action to display the help frame.
ShowEditDialogAction An Action to show a dialog to edit a MetaRecord.
ShowHelpAction An Action to display the help frame.
ShowNewRecordDialog An Action to display a dialog for entering a new record.
ShowOptionsAction An Action to display the options dialog.
ShowSearchDialog An Action to display a search dialog.
ShowTransferRecordDialog An Action to display to copy a MetaRecord from one table to an other.
StoreRecordAction An Action to store a record in the persistence layer.
TablePopupListener A MouseListener to trigger the popup menu on a table with MetaRecords.