Content policy in which all components contained in the data model should immediately
be added to the AWT hierarchy at the time they appear in the data model.
Content policy by which components contained in the data model are added to the AWT
hierarchy the first time they are shown, and remain their thereafter unless removed
from the data model.
Content policy by which components contained in the data model are added to the AWT
hierarchy the when they are shown, and removed immediately when the user changes tabs.
Create a ChangeListener which will listen to the selection model of the
tab displayer, and update the displayed component in the displayer when
the selection model changes.