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

D

dailyFee - Variable in class semorg.sql.tables.Lecturer
The daily fee.
dailyFeeText - Variable in class semorg.gui.LecturerWindow
 
databaseName - Static variable in class semorg.sql.access.DBAccess
 
databasePassword - Static variable in class semorg.sql.access.DBAccess
 
databaseUsername - Static variable in class semorg.sql.access.DBAccess
 
date - Variable in class semorg.gui.util.CalendarControl
The date displayed in the control.
dateAndTimeFormatter - Static variable in class semorg.sql.util.Utility
Date and time formatter using standard localization.
dateChanged(CalendarControl.SWTCalendarEvent) - Method in class semorg.gui.AssociateWindow.InputChangedListener
Invokes AssociateWindow.InputChangedListener.inputChanged() if a date has been changed.
dateChanged(CalendarControl.SWTCalendarEvent) - Method in class semorg.gui.ClientBookingWindow.InputChangedListener
Invokes ClientBookingWindow.InputChangedListener.inputChanged() if a date has been changed.
dateChanged(CalendarControl.SWTCalendarEvent) - Method in class semorg.gui.ClientWindow.InputChangedListener
Invokes ClientWindow.InputChangedListener.inputChanged() if a date has been changed.
dateChanged(CalendarControl.SWTCalendarEvent) - Method in class semorg.gui.CompanyBookingWindow.InputChangedListener
Invokes CompanyBookingWindow.InputChangedListener.inputChanged() if a date has been changed.
dateChanged(CalendarControl.SWTCalendarEvent) - Method in class semorg.gui.CompanyInternalPresentationWindow.InputChangedListener
Invokes CompanyInternalPresentationWindow.InputChangedListener.inputChanged() if a date has been changed.
dateChanged(CalendarControl.SWTCalendarEvent) - Method in class semorg.gui.CompanyWindow.InputChangedListener
Invokes CompanyWindow.InputChangedListener.inputChanged() if a date has been changed.
dateChanged(CalendarControl.SWTCalendarEvent) - Method in class semorg.gui.LecturerWindow.InputChangedListener
Invokes LecturerWindow.InputChangedListener.inputChanged() if a date has been changed.
dateChanged(CalendarControl.SWTCalendarEvent) - Method in class semorg.gui.PublicPresentationWindow.InputChangedListener
Invokes PublicPresentationWindow.InputChangedListener.inputChanged() if a date has been changed.
dateChanged(CalendarControl.SWTCalendarEvent) - Method in class semorg.gui.SeminarTypeWindow.InputChangedListener
Invokes SeminarTypeWindow.InputChangedListener.inputChanged() if a date has been changed.
dateChanged(CalendarControl.SWTCalendarEvent) - Method in interface semorg.gui.util.CalendarControl.SWTCalendarListener
Date changed.
dateChanged() - Method in class semorg.gui.util.CalendarControl.SWTDayChooser
Date changed.
dateChangeListeners - Variable in class semorg.gui.util.CalendarControl
The date change listeners.
dateComparators - Static variable in class semorg.gui.util.ExtensibleSearchControl
Comparator constants which can be applied to dates.
dateOnlyFormatter - Static variable in class semorg.sql.util.Utility
Date formatter using standard localization.
dayChooser - Variable in class semorg.gui.util.CalendarControl.SWTCalendar
The day chooser.
dayOffset - Variable in class semorg.gui.util.CalendarControl.SWTDayChooser
The day offset.
days - Variable in class semorg.gui.util.CalendarControl.SWTDayChooser
The days.
dayTitles - Variable in class semorg.gui.util.CalendarControl.SWTDayChooser
The day titles.
DBAccess - Class in semorg.sql.access
Implements the access to the database.
DBAccess() - Constructor for class semorg.sql.access.DBAccess
This method tries to connect to the catalog husemorg and if that fails it tries to create it.
dbAccess - Static variable in class semorg.sql.access.DBAccess
Provides a static db access.
DBColumn - Class in semorg.sql.util
Models a column of a GUI table used in several list windows.
DBColumn(String, String, Class) - Constructor for class semorg.sql.util.DBColumn
Creates a DBColumn instance with given parameters.
DBConstraint - Class in semorg.sql.util
Models a condition of a WHERE-clause, which is structured as follows

< columnName > < relation > < value > < conjunction >,

whereas: columnName = attribute of relation (table) relation = <, >, !
DBConstraint(String, int, Object, int) - Constructor for class semorg.sql.util.DBConstraint
Creates a DBConstraint instance with the given values.
dBTableChanged() - Method in class semorg.gui.util.DBTableChangedListener
Performs the action of the listener.
DBTableChangedListener - Class in semorg.gui.util
Models a Listener which reacts on changes of the database tables.
DBTableChangedListener(int) - Constructor for class semorg.gui.util.DBTableChangedListener
Creates an DBTableChangedListener instance with the given type.
debitorId - Variable in class semorg.sql.tables.ClientBooking
The of the debitor for a client booking.
debitorSelector - Variable in class semorg.gui.ClientBookingWindow
 
debt - Variable in class semorg.gui.util.DelayedPaymentItem
The amount of money owed by a client
defaultFont - Variable in class semorg.gui.util.TimeControl
The default font.
DelayedPaymentItem - Class in semorg.gui.util
This class is used for displaying the delayed payments.
DelayedPaymentItem(int, Date) - Constructor for class semorg.gui.util.DelayedPaymentItem
Creates a DelayedPaymentItem object.
DelayedPaymentItemTableProvider - Class in semorg.gui.provider
This class provides the data of the items in the GUI table in the DelayedPaymentViewerControl.
DelayedPaymentItemTableProvider() - Constructor for class semorg.gui.provider.DelayedPaymentItemTableProvider
 
delayedPaymentsControl - Variable in class semorg.gui.ClientWindow
The control widget to display all delayed payments of a client.
DelayedPaymentViewerControl - Class in semorg.gui.util
This class provides a SWT control to view the delayed payments.
DelayedPaymentViewerControl(Composite, Shell) - Constructor for class semorg.gui.util.DelayedPaymentViewerControl
Creates an instance of this class.
deleteFromDB() - Method in class semorg.gui.util.AssociationTabControl
Deletes all item whose ids are contained in the AssociationTabControl.idsToDelete Vector.
deleteFromDB() - Method in class semorg.gui.util.ForeignKeyConstraintSelector
Deletes the record corresponding to ForeignKeyConstraintSelector.selectedId (the associated object) from the database.
deleteFromDB() - Method in class semorg.sql.tables.Conduct
Delets a conduct record from the db using the Conduct.conductDeleteString.
deleteFromDB() - Method in class semorg.sql.tables.Instructor
Delets a instructor record from the db using the Instructor.supervisorDeleteString.
deleteFromDB() - Method in class semorg.sql.tables.Supervisor
Delets a supervisor record from the db using the Supervisor.supervisorDeleteString.
deleteItem - Variable in class semorg.gui.list.ListWindow
The button to delete an existing data record.
deleteItem - Variable in class semorg.gui.util.AssociationTabControl
The item "delete" in the toolbar.
deleteItem - Variable in class semorg.gui.util.ForeignKeyConstraintSelector
Button to delete the associated object.
deleteString - Static variable in class semorg.sql.tables.Enumeration
Parameterized SQL statement for deleting a data record.
deselectedColumns - Variable in class semorg.gui.util.ConfigureListWidget
The List widget which contains the deselected columns.
deselectedColumnsCP - Variable in class semorg.gui.util.ConfigureListWidget
The content provider for the ConfigureListWidget.deselectedColumnsViewer.
deselectedColumnsViewer - Variable in class semorg.gui.util.ConfigureListWidget
The list viewer which manages the list used to display the deselected columns.
determineDeleteMessage(DistinctVector<SimpleIDKey>) - Method in class semorg.gui.util.AssociationTabControl
This method determines the right deletion dialog hint text against the type of the association managed by this control.
determineDeleteMessage() - Method in class semorg.gui.util.ForeignKeyConstraintSelector
This method determines the right deletion dialog hint text against the type of the foreign key of the data record managed by this control.
disconnectInDB() - Method in class semorg.gui.util.AssociationTabControl
Disconnects all items whose ids are contained in the AssociationTabControl.previouslySelectedIds Vector, but not in the input of the AssociationTabControl.mainTableViewer.
disconnectItem - Variable in class semorg.gui.util.AssociationTabControl
The item "disconnect" in the toolbar.
disconnectItem - Variable in class semorg.gui.util.ForeignKeyConstraintSelector
Button to disconnect the current item and the yet associated item.
display - Variable in class semorg.gui.MainWindow
The display which contains all the windows.
dispose() - Method in class semorg.gui.provider.AssociateTableProvider
 
dispose() - Method in class semorg.gui.provider.ClientBookingTableProvider
 
dispose() - Method in class semorg.gui.provider.ClientTableProvider
 
dispose() - Method in class semorg.gui.provider.CompanyBookingTableProvider
 
dispose() - Method in class semorg.gui.provider.CompanyTableProvider
 
dispose() - Method in class semorg.gui.provider.DelayedPaymentItemTableProvider
 
dispose() - Method in class semorg.gui.provider.LecturerTableProvider
 
dispose() - Method in class semorg.gui.provider.PresentationTableProvider
 
dispose() - Method in class semorg.gui.provider.SeminarTypeTableProvider
 
dispose() - Method in class semorg.gui.util.ConfigureListWidget.TableColumnPropertyContentProvider
 
disposeImages() - Static method in class semorg.sql.util.Utility
Disposes all images by disposing the ImageRegistry.
DistinctVector<E> - Class in semorg.sql.util
This class complies the class Vector, exclusive the method DistinctVector.add(Object) is now thread-safe.
DistinctVector() - Constructor for class semorg.sql.util.DistinctVector
Creates a DistinctVector .
DistinctVector(Collection<? extends E>) - Constructor for class semorg.sql.util.DistinctVector
Creates a DistinctVector, which gets initialized with the elements of the given Collection instance.
documents - Variable in class semorg.sql.tables.SeminarType
The documents of a seminartype.
documentsText - Variable in class semorg.gui.SeminarTypeWindow
 
drawDays() - Method in class semorg.gui.util.CalendarControl.SWTDayChooser
Draw days.
duration - Variable in class semorg.sql.tables.Presentation
The duration of the presentation.
duration - Variable in class semorg.sql.tables.SeminarType
The duration of a seminartype.
durationText - Variable in class semorg.gui.CompanyInternalPresentationWindow
 
durationText - Variable in class semorg.gui.PublicPresentationWindow
 
durationText - Variable in class semorg.gui.SeminarTypeWindow
 

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