|
|
Property
Library 3.0 - Open Source Edition
Free User
interfaces often deal with properties. Java Beans make it easy to retrieve and
modify properties from code. This Property Library builds on that capability to
provide a number of useful classes that aid in the display and editing of properties. 
-
PropertyHierarchy
Displays a collection of property tables organized in a tree structure
- PropertyTable
Presents a list of property name/value pairs in a JScrollPane.
The values may be editable, in which case a PropertyText, PropertySelector or
PropertyCanvas component is presented. - PropertyEditorComponents
Enable/disable editing; retrieve editor; PropertyText,
PropertySelector and PropertyCanvas subclasses. - PropertyEditorUtility
Can create a PropertyEditor or PropertyEditorComponent for a specified
class.
- Custom
Property Editors
Includes deluxe color, file and font editors
(show below), BooleanEditor, DimensionEditor, NumberEditor, PointEditor, ResolutionEditor,
and many others.
- Preference
Manager, Listener, Event
An API for managing user preferences.
- And
much more!
|