[api] Add new builder FXMLViewBuilder.
Naoghuman opened this issue · 0 comments
Naoghuman commented
[api] Add new builder FXMLViewBuilder.
- Can define .css, .properties files in same package with other name like XyFXMLController.
- css(String), properties(String)
- If no own .css file is defined in the builder, then a .css file with the conventionalName is searched.
- If no own .properties file is defined in the builder, then a .properties file with the conventionalName is searched.