Version: $Id: package.html 15168 2008-08-18 14:37:41Z walla $
This package contains the general container classes.
Each container includes one or more component to be displayed on screen in a more
general way. All methods of the general container are here all implemented by
the {@code IViewContainer} interface.
CHANGES
- 09.01.08: Created this package.
- 09.01.08: Moved all container class from the project PIARFClient
to this generic library. The following class are moved from the package of
...view.container to here: RFContainerControl,
RFContainerList, RFContainerStatus,
RFContainerSwitch, RFContainerSwitchCavity, and
RFContainerTransmitter.
- 16.01.08: Renamed the class from RFContainerSwitch to
RFContainerSwitchArray and created a new class for switch between two
elements called RFContainerSwitch.
- 22.01.08: Renamed the class of RFContainerControl to
RFControl and realized a new holder class in it called
RFControl.RFControlHolder.
- 24.01.08: Renamed the classes from RFContainerTransmitter,
RFContainerSwitchArray, RFContainerList,
RFContainerStatus, RFContainerSwitch, and RFContainerSwitchCavity
to RFTransmitter, RFList, RFStatus, RFSwitch,
RFSwitchArray, and RFSwitchCavity.
- 17.07.08: Delete the general cavity switch class called
RFSwitchCavity. This is removed because the switch of the cavities
depends on the different application. It needs different initialization
parameters.
- 18.08.08: Added new empty panel class called RFEmptyPanel.
TODO
- There is nothing to do in this package.