org.rapla.gui |
This is the base package of the GUI-client. Communication through the backend
is done through the modules of org.rapla.facade package.
The gui-client is normally started through the RaplaClientService .
You can also plug-in your own components into the gui.
|
Java Source File Name | Type | Comment |
CalendarModel.java | Interface | |
CalendarOptions.java | Interface | This class contains the.
Worktimes and dates (Useful for the week-view)
Configuration is done in the calendar option menu.
Hours belonging to the worktime get a different color in the
weekview. |
CalendarOptionsImpl.java | Class | WARNING!! This class should not be public to the outside. |
DefaultPluginOption.java | Class | |
EditComponent.java | Interface | |
EditController.java | Interface | |
InfoFactory.java | Interface | |
MenuContext.java | Class | |
MenuExtensionPoint.java | Interface | |
MenuFactory.java | Interface | |
ObjectMenuFactory.java | Interface | |
OptionPanel.java | Interface | |
RaplaAction.java | Class | |
RaplaGUIComponent.java | Class | Base class for most components in the gui package. |
ReservationController.java | Interface | Use the ReservationController to modify or create a
Reservation .
This class handles all interactions with the user. |
ReservationEdit.java | Interface | |
ReservationWizard.java | Interface | |
SwingCalendarView.java | Interface | |
TreeFactory.java | Interface | |
ViewFactory.java | Interface | |