Class PropertyEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PropertyEditor extends JPanel
Simple user interface for editing name/value properties. The interface consists of a list of available properties, plus buttons to add, change, or remove properties. The provided callback will be invoked whenever the underlying properties are modified.
See Also: