|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignKeyConstraintSelector | |
---|---|
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 ForeignKeyConstraintSelector in semorg.gui |
---|
Fields in semorg.gui declared as ForeignKeyConstraintSelector | |
---|---|
private ForeignKeyConstraintSelector |
ClientBookingWindow.clientSelector
|
private ForeignKeyConstraintSelector |
CompanyBookingWindow.companySelector
|
private ForeignKeyConstraintSelector |
ClientBookingWindow.debitorSelector
|
private ForeignKeyConstraintSelector |
ClientWindow.employerSelector
|
private ForeignKeyConstraintSelector |
CompanyBookingWindow.presentationSelector
|
private ForeignKeyConstraintSelector |
ClientBookingWindow.presentationSelector
|
private ForeignKeyConstraintSelector |
PublicPresentationWindow.semTypeSelector
The control widget to manage the mandatory association between presentation and seminartype. |
private ForeignKeyConstraintSelector |
CompanyInternalPresentationWindow.semTypeSelector
The control widget to manage the mandatory association between presentation and seminartype. |
private ForeignKeyConstraintSelector |
ClientBookingWindow.substituteSelector
|
Methods in semorg.gui with parameters of type ForeignKeyConstraintSelector | |
---|---|
private void |
SeminarTypeWindow.createButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to several buttons of the window form. |
private void |
PublicPresentationWindow.createButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to several buttons of the window form. |
private void |
CompanyWindow.createButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to several buttons of the window form. |
private void |
CompanyInternalPresentationWindow.createButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to several buttons of the window form. |
private void |
ClientWindow.createButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to several buttons of the window form. |
Constructors in semorg.gui with parameters of type ForeignKeyConstraintSelector | |
---|---|
ClientWindow(org.eclipse.swt.widgets.Shell parent,
Client input,
ForeignKeyConstraintSelector caller)
Creates an instance of this class, sets the input and finally opens it. |
|
CompanyInternalPresentationWindow(org.eclipse.swt.widgets.Shell parent,
CompanyInternalPresentation input,
ForeignKeyConstraintSelector caller)
Creates an instance of this class, sets the input and finally opens it. |
|
CompanyWindow(org.eclipse.swt.widgets.Shell parent,
Company input,
ForeignKeyConstraintSelector caller)
Creates an instance of this class, sets the input and finally opens it. |
|
PublicPresentationWindow(org.eclipse.swt.widgets.Shell parent,
PublicPresentation input,
ForeignKeyConstraintSelector caller)
Creates an instance of this class, sets the input and finally opens it. |
|
SeminarTypeWindow(org.eclipse.swt.widgets.Shell parent,
SeminarType input,
ForeignKeyConstraintSelector caller)
Creates an instance of this class, sets the input and finally opens it. |
Uses of ForeignKeyConstraintSelector in semorg.gui.list |
---|
Methods in semorg.gui.list with parameters of type ForeignKeyConstraintSelector | |
---|---|
protected void |
SeminarTypeListWindow.createChooseButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance. |
protected void |
PublicPresentationListWindow.createChooseButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance. |
protected void |
PresentationListWindow.createChooseButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance. |
protected abstract void |
ListWindow.createChooseButtonListener(ForeignKeyConstraintSelector caller)
Creates a SelectionListener for the choose button which passes the database id of the selected element to the calling ForeignKeyConstraintSelector by invoking the method setSelectedId of the caller instance. |
protected void |
LecturerListWindow.createChooseButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance. |
protected void |
CompanyListWindow.createChooseButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance. |
protected void |
CompanyInternalPresentationListWindow.createChooseButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance. |
protected void |
CompanyBookingListWindow.createChooseButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance. |
protected void |
ClientListWindow.createChooseButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance. |
protected void |
ClientBookingListWindow.createChooseButtonListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance. |
protected void |
AssociateListWindow.createChooseButtonListener(ForeignKeyConstraintSelector caller)
|
protected void |
SeminarTypeListWindow.createSpecializedMainTableListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance |
protected void |
PublicPresentationListWindow.createSpecializedMainTableListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance |
protected void |
PresentationListWindow.createSpecializedMainTableListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance |
protected abstract void |
ListWindow.createSpecializedMainTableListener(ForeignKeyConstraintSelector caller)
This method creates two listener and adds them to the main table viewer. |
protected void |
LecturerListWindow.createSpecializedMainTableListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance |
protected void |
CompanyListWindow.createSpecializedMainTableListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance |
protected void |
CompanyInternalPresentationListWindow.createSpecializedMainTableListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance |
protected void |
CompanyBookingListWindow.createSpecializedMainTableListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance |
protected void |
ClientListWindow.createSpecializedMainTableListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance |
protected void |
ClientBookingListWindow.createSpecializedMainTableListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance |
protected void |
AssociateListWindow.createSpecializedMainTableListener(ForeignKeyConstraintSelector caller)
Adds a listener to the mainTableViewer which inserts the doubleclicked item into the calling ForeignKeyConstraintSelector instance. |
Constructors in semorg.gui.list with parameters of type ForeignKeyConstraintSelector | |
---|---|
AssociateListWindow(ForeignKeyConstraintSelector caller)
Instantiates a new associate list window as a popup. |
|
ClientBookingListWindow(ForeignKeyConstraintSelector caller)
Instantiates a new list window as a popup. |
|
ClientListWindow(ForeignKeyConstraintSelector caller)
Instantiates a new list window as a popup. |
|
CompanyBookingListWindow(ForeignKeyConstraintSelector caller)
Instantiates a new list window as a popup. |
|
CompanyInternalPresentationListWindow(ForeignKeyConstraintSelector caller)
Instantiates a new list window as a popup. |
|
CompanyListWindow(ForeignKeyConstraintSelector caller)
Instantiates a new list window as a popup. |
|
LecturerListWindow(ForeignKeyConstraintSelector caller)
Instantiates a new list window as a popup. |
|
ListWindow(org.eclipse.swt.widgets.Shell parent,
Vector<DBColumn> columns,
ForeignKeyConstraintSelector caller)
Constructor for list window instances invoked by instances of the class ForeignKeyConstraintSelector . |
|
PresentationListWindow(ForeignKeyConstraintSelector caller)
Instantiates a new list window as a popup. |
|
PublicPresentationListWindow(ForeignKeyConstraintSelector caller)
Instantiates a new list window as a popup. |
|
SeminarTypeListWindow(ForeignKeyConstraintSelector caller)
Instantiates a new list window as a popup. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |