The Application Object
The application object is a part of the model object and is the data structure that allows access to the user interface features of an application from within a method. The state of the application object is reflected in the COMSOL Desktop user interface by the contents of the Application Builder and its application tree.
You can write code using the Method Editor to directly access and change the features presented in a running application, including button text, icons, colors, and fonts.
The application object gives you access to a subset of the features and settings available in the Application Builder. You can use the application object methods for runtime modifications to the user interface, but not for building a complete user interface. For building the user interface of an application, you need to use the Form Editor as described in the book Introduction to the Application Builder.
This section gives an overview of the application object.