globaltcad / swing-tree

A small DSL library for building Swing UIs
MIT License
6 stars 0 forks source link

Introduce Functional Configurator Interface #88

Closed Gleethos closed 5 months ago

Gleethos commented 5 months ago

Currently the java.util.Function is used a lot. The problem is that it is not very descriptive and does not have a dedicated documentation. A new Configurator interface would improve many parts of the API...