1 Repo
Implementation of procedural logic using controller classes to manage the state and behavior of declarative UI components.
Distinct from Behavioral Object Logic: None of the candidates describe the specific pattern of linking compiled controller classes to markup-defined UI objects.
Explore 1 awesome GitHub repository matching user interface & experience · Controller-Based Application Logic. Refine with filters or upvote what's useful.
This project is a Java GUI framework used to build cross-platform desktop, mobile, and embedded applications. It centers on a hardware accelerated graphics engine that provides 2D and 3D visualizations and visual effects, complemented by a reactive UI binding system for synchronizing data and interface updates. The framework distinguishes itself through the FXML markup language, which separates the visual structure of an interface from its procedural logic. It also includes a dedicated CSS styling engine that allows for the customization of component appearances using external stylesheets and
Provides a mechanism to assign compiled controller classes to manage the behavior and state of UI objects defined in markup.