Class PropertyPane


  • public class PropertyPane
    extends Object
    A utility class used to create a JPanel containing default Swing components and their corresponding bindings for the PropertyContainer given by the BindingContext.

    If the displayName property of the binding's PropertySet is set, it will be used as label, otherwise a label is derived from the name property.

    Properties, whose attribute "enabled" is set to false, will be shown in disabled state. Properties, whose attribute "visible" is set to false, will not be shown at all.

    Version:
    $Revision$ $Date$