Package ca.corbett.extras.properties.dialog
package ca.corbett.extras.properties.dialog
Contains the PropertiesDialog abstract class and its two supported implementations.
The PropertiesDialog class is a very flexible way to generate a properties dialog for any set of properties
that you want to expose to the user. Refer to the Javadocs for PropertiesDialog, and also
the Javadocs for the AppProperties class. AppProperties provides a very useful wrapper
around PropertiesDialog, that makes it very easy to auto-generate a properties dialog
for your application.
- Since:
- swing-extras 2.8
- Author:
- scorbo2
-
ClassesClassDescriptionA PropertiesDialog implementation that uses an ActionPanel on the left to show the categories and subcategories, and a CardLayout on the right to show the corresponding FormPanel for the selected category/subcategory.PropertiesDialog can display and allow editing of a list of AbstractProperty instances.A PropertiesDialog implementation that generates the "classic" properties dialog, with a separate tab for each major category of properties, and header labels used to separate the subcategories.