Mixin Interface Methods

The AppMain.js mixin interface is implemented by the Application class (Application.js). It contains samples of how custom methods can be added.

The Application class mixin interface is located as follows:

StudioHome\wcc\version\JSXAPPS\WCCProjectName\application\js\AppMain.js

where:

  • StudioHome is the directory in which TIBCO Business Studio was installed.
  • version is the version number of Workspace that was installed with TIBCO Business Studio.
  • WCCProjectName is the name of the General Interface Builder project that contains your custom application. If you are working with the Workspace application, this is “workspace”.

Custom code can be added to AppMain.js as needed.

The following example methods are provided in the Application class mixin interface.