Uses of Class
semorg.gui.list.ListWindow

Packages that use ListWindow
semorg.gui.list Provides several list windows of the graphics user interface layer. 
 

Uses of ListWindow in semorg.gui.list
 

Subclasses of ListWindow in semorg.gui.list
 class AssociateListWindow
          Provides the list window for associate data records.
 class ClientBookingListWindow
          Provides the list window for clientbooking data records.
 class ClientListWindow
          Provides the list window for client data records.
 class CompanyBookingListWindow
          Provides the list window for companybooking data records.
 class CompanyInternalPresentationListWindow
          Provides the list window for company internal presentation data records.
 class CompanyListWindow
          Provides the list window for company data records.
 class LecturerListWindow
          Provides the list window for lecturer data records.
 class PresentationListWindow
          Provides the list window for presentation data records.
 class PublicPresentationListWindow
          Provides the list window for company internal presentation data records.
 class SeminarTypeListWindow
          Provides the list window for seminartype data records.
 

Fields in semorg.gui.list declared as ListWindow
static ListWindow SeminarTypeListWindow.instance
          A static instance of the actual list window.
static ListWindow PublicPresentationListWindow.instance
          A static instance of the actual list window.
static ListWindow PresentationListWindow.instance
          A static instance of the actual list window.
static ListWindow LecturerListWindow.instance
          A static instance of the actual list window.
static ListWindow CompanyListWindow.instance
          A static instance of the actual list window.
static ListWindow CompanyInternalPresentationListWindow.instance
          A static instance of the actual list window.
static ListWindow CompanyBookingListWindow.instance
          A static instance of the actual list window.
static ListWindow ClientListWindow.instance
          A static instance of the actual list window.
static ListWindow ClientBookingListWindow.instance
          A static instance of the actual list window.
static ListWindow AssociateListWindow.instance
          A static instance of the actual list window.