Class ColumnSelectorPanel.DelegatingDynamicPropertyDescriptor

  • Enclosing class:
    ColumnSelectorPanel

    protected class ColumnSelectorPanel.DelegatingDynamicPropertyDescriptor
    extends DynamicPropertyDescriptor
    This class delegates the getValue() call to the ColumnSelectorPanel's dataset config. The descriptor is not used to hold the current value, like in a normal property descriptor.
    • Constructor Detail

      • DelegatingDynamicPropertyDescriptor

        public DelegatingDynamicPropertyDescriptor​(java.lang.String datasetName,
                                                   boolean in,
                                                   Dataset value)