Class ListWidget

All Implemented Interfaces:
EventListener, ListSelectionListener, AutoConfigurable, Buildable, Configurable, PropertyNameSource, ComponentDescription, ValidityChecker, Translatable, Auditable, ImageSearchTarget, SearchTarget

public class ListWidget extends Widget implements ListSelectionListener
A Widget that corresponds to a panel with a JList sitting to the right of a JPanel with a CardLayout layout. Adding a Widget to a ListWidget adds the child Widget's component to the JPanel and adds the child's name (via
invalid @link
Configurable#getConfigureName
) to the JList. Changing the selection of the JList shows the corresponding child's component