Uses of Class
semorg.gui.util.AssociationTabControl

Packages that use AssociationTabControl
semorg.gui Provides SWT based classes modelling editing windows for creating new or change existing data records (graphics user interface layer). 
semorg.gui.list Provides several list windows of the graphics user interface layer. 
 

Uses of AssociationTabControl in semorg.gui
 

Fields in semorg.gui declared as AssociationTabControl
private  AssociationTabControl PublicPresentationWindow.bookingControl
          The control widget to manage the association between PublicPresentation and ClientBooking .
private  AssociationTabControl CompanyInternalPresentationWindow.bookingControl
          The control widget to manage the association between CompanyInternalPresentation and CompanyBooking.
private  AssociationTabControl CompanyWindow.bookingsControl
          The control widget to manage the association between Company and Booking (and its subclasses).
private  AssociationTabControl ClientWindow.bookingsControl
          The control widget to manage the association between Client and Booking (and its subclasses).
private  AssociationTabControl LecturerWindow.conductControl
          The control widget to manage the association conduct.
private  AssociationTabControl CompanyWindow.employeeControl
          The control widget to manage the association employee between Client and Company.
private  AssociationTabControl PublicPresentationWindow.instructorControl
          The control widget to manage the association instructor.
private  AssociationTabControl LecturerWindow.instructorControl
          The control widget to manage the association instructor.
private  AssociationTabControl CompanyInternalPresentationWindow.instructorControl
          The control widget to manage the association instructor.
private  AssociationTabControl SeminarTypeWindow.lecturerControl
           
private  AssociationTabControl SeminarTypeWindow.presentationControl
           
private  AssociationTabControl PublicPresentationWindow.supervisorControl
          The control widget to manage the association supervisor.
private  AssociationTabControl LecturerWindow.supervisorControl
          The control widget to manage the association supervisor.
private  AssociationTabControl CompanyInternalPresentationWindow.supervisorControl
          The control widget to manage the association supervisor.
 

Methods in semorg.gui with parameters of type AssociationTabControl
private  void SeminarTypeWindow.createButtonListener(AssociationTabControl caller)
          Adds a listener to several buttons of the window form.
private  void PublicPresentationWindow.createButtonListener(AssociationTabControl caller)
          Adds a listener to several buttons of the window form.
private  void CompanyInternalPresentationWindow.createButtonListener(AssociationTabControl caller)
          Adds a listener to several buttons of the window form.
private  void ClientWindow.createButtonListener(AssociationTabControl caller)
          Adds a listener to several buttons of the window form.
private  void LecturerWindow.createButtonListener(org.eclipse.swt.widgets.Composite buttons, AssociationTabControl caller)
          Adds a listener to several buttons of the window form.
private  void CompanyBookingWindow.createButtonListener(org.eclipse.swt.widgets.Composite buttons, AssociationTabControl caller)
          Adds a listener to several buttons of the window form.
private  void ClientBookingWindow.createButtonListener(org.eclipse.swt.widgets.Composite buttons, AssociationTabControl caller)
          Adds a listener to several buttons of the window form.
 

Constructors in semorg.gui with parameters of type AssociationTabControl
ClientBookingWindow(org.eclipse.swt.widgets.Shell parent, AssociationTabControl caller)
          Creates a ClientBookingWindow instance with the given shell as the parent shell.
ClientBookingWindow(org.eclipse.swt.widgets.Shell parent, ClientBooking input, AssociationTabControl caller)
          Creates an instance of this class, sets the input and finally opens it.
ClientWindow(org.eclipse.swt.widgets.Shell parent, Client input, AssociationTabControl caller)
          Creates an instance of this class, sets the input and finally opens it.
CompanyBookingWindow(org.eclipse.swt.widgets.Shell parent, AssociationTabControl caller)
          Creates a CompanyBookingWindow instance with the given shell as the parent shell.
CompanyBookingWindow(org.eclipse.swt.widgets.Shell parent, CompanyBooking input, AssociationTabControl caller)
          Creates an instance of this class, sets the input and finally opens it.
CompanyInternalPresentationWindow(org.eclipse.swt.widgets.Shell parent, CompanyInternalPresentation input, AssociationTabControl caller)
          Creates an instance of this class, sets the input and finally opens it.
LecturerWindow(org.eclipse.swt.widgets.Shell parent, AssociationTabControl caller)
          Creates a LecturerWindow instance with the given shell as the parent shell.
LecturerWindow(org.eclipse.swt.widgets.Shell parent, Lecturer input, AssociationTabControl caller)
          Creates an instance of this class, sets the input and finally opens it.
PublicPresentationWindow(org.eclipse.swt.widgets.Shell parent, PublicPresentation input, AssociationTabControl caller)
          Creates an instance of this class, sets the input and finally opens it.
SeminarTypeWindow(org.eclipse.swt.widgets.Shell parent, SeminarType input, AssociationTabControl caller)
          Creates an instance of this class, sets the input and finally opens it.
 

Uses of AssociationTabControl in semorg.gui.list
 

Methods in semorg.gui.list with parameters of type AssociationTabControl
protected  void SeminarTypeListWindow.createChooseButtonListener(AssociationTabControl caller)
           
protected  void PublicPresentationListWindow.createChooseButtonListener(AssociationTabControl caller)
           
protected  void PresentationListWindow.createChooseButtonListener(AssociationTabControl caller)
           
protected abstract  void ListWindow.createChooseButtonListener(AssociationTabControl caller)
          Creates a SelectionListener for the choose button which passes the SimpleIDKeys of the selected elements to the calling AssociationTabControl by invoking the method addSelectedIds of the caller instance.
protected  void LecturerListWindow.createChooseButtonListener(AssociationTabControl caller)
           
protected  void CompanyListWindow.createChooseButtonListener(AssociationTabControl caller)
           
protected  void CompanyInternalPresentationListWindow.createChooseButtonListener(AssociationTabControl caller)
           
protected  void CompanyBookingListWindow.createChooseButtonListener(AssociationTabControl caller)
           
protected  void ClientListWindow.createChooseButtonListener(AssociationTabControl caller)
           
protected  void ClientBookingListWindow.createChooseButtonListener(AssociationTabControl caller)
           
protected  void AssociateListWindow.createChooseButtonListener(AssociationTabControl caller)
           
protected  void SeminarTypeListWindow.createSpecializedMainTableListener(AssociationTabControl caller)
          Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling AssociationTabControl instance.
protected  void PublicPresentationListWindow.createSpecializedMainTableListener(AssociationTabControl caller)
          Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling AssociationTabControl instance.
protected  void PresentationListWindow.createSpecializedMainTableListener(AssociationTabControl caller)
          Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling AssociationTabControl instance.
protected abstract  void ListWindow.createSpecializedMainTableListener(AssociationTabControl caller)
          This method creates two listener and adds them to the main table viewer.
protected  void LecturerListWindow.createSpecializedMainTableListener(AssociationTabControl caller)
          Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling AssociationTabControl instance.
protected  void CompanyListWindow.createSpecializedMainTableListener(AssociationTabControl caller)
          Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling AssociationTabControl instance.
protected  void CompanyInternalPresentationListWindow.createSpecializedMainTableListener(AssociationTabControl caller)
          Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling AssociationTabControl instance.
protected  void CompanyBookingListWindow.createSpecializedMainTableListener(AssociationTabControl caller)
          Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling AssociationTabControl instance.
protected  void ClientListWindow.createSpecializedMainTableListener(AssociationTabControl caller)
          Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling AssociationTabControl instance.
protected  void ClientBookingListWindow.createSpecializedMainTableListener(AssociationTabControl caller)
          Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling AssociationTabControl instance.
protected  void AssociateListWindow.createSpecializedMainTableListener(AssociationTabControl caller)
          Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling AssociationTabControl instance.
 

Constructors in semorg.gui.list with parameters of type AssociationTabControl
AssociateListWindow(AssociationTabControl caller)
          Instantiates a new associate list window as a popup.
ClientBookingListWindow(AssociationTabControl caller)
          Instantiates a new list window as a popup.
ClientListWindow(AssociationTabControl caller)
          Instantiates a new list window as a popup.
CompanyBookingListWindow(AssociationTabControl caller)
          Instantiates a new list window as a popup.
CompanyInternalPresentationListWindow(AssociationTabControl caller)
          Instantiates a new list window as a popup.
CompanyListWindow(AssociationTabControl caller)
          Instantiates a new list window as a popup.
LecturerListWindow(AssociationTabControl caller)
          Instantiates a new list window as a popup.
ListWindow(org.eclipse.swt.widgets.Shell parent, Vector<DBColumn> columns, AssociationTabControl caller)
          Constructor for ListWindow instances created by user operations in the AssociationTabControl.
PresentationListWindow(AssociationTabControl caller)
          Instantiates a new list window as a popup.
PublicPresentationListWindow(AssociationTabControl caller)
          Instantiates a new list window as a popup.
SeminarTypeListWindow(AssociationTabControl caller)
          Instantiates a new list window as a popup.