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
-
ListEditor(String, String[])
- Constructs a new ListEditor.
Constructors
ListEditor
public ListEditor(String title,
String items[])
- Constructs a new ListEditor.
- Parameters:
- title - the popup title
- items - the items added into the popup menu