All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.ListEditor

java.lang.Object
   |
   +----java.awt.MenuComponent
           |
           +----java.awt.MenuItem
                   |
                   +----java.awt.Menu
                           |
                           +----java.awt.PopupMenu
                                   |
                                   +----org.jfouffa.jslider.gui.ListEditor

public class ListEditor
extends PopupMenu
This class is a Popup that enables list selection for different properties.


Constructor index

 o ListEditor(String, String[])
Constructs a new ListEditor.

Constructors

 o ListEditor
 public ListEditor(String title,
                   String items[])
Constructs a new ListEditor.

Parameters:
title - the popup title
items - the items added into the popup menu