Class ListWidget

All Implemented Interfaces:
EventListener, ListSelectionListener, AutoConfigurable, Buildable, Configurable, PropertyNameSource, ValidityChecker, Translatable, 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 Configurable#getConfigureName) to the JList. Changing the selection of the JList shows the corresponding child's component