Class SelectFromListPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SelectFromListPanel extends JPanel
SelectFromListPanel is a Panel to choose a component in a scrollable list of components (used for style chooser)
Version:
$Revision$, $Date$
Author:
Andreas Schmitz, last edited by: $Author$
See Also:
  • Field Details

    • list

      public JList list
  • Constructor Details

    • SelectFromListPanel

      public SelectFromListPanel(String description)
      Parameters:
      description - description of the UI component
  • Method Details