Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
14.7.3.3
14.7.3.3
The post processing annotation generates an action button which lets the custom UI perform the actions defined by the method assigned to this button. The buttons cannot be de-activated ("greyed out") e.g. when building the UI or by the EPP. Hitting the button performs the action regardless any other thing.

Figure 347 presents that (1) the annotation is similar to the input interface and (2) the body of the method to be performed.

...

 Image Added

Anchor
F352
F352
Figure 351352: Example of @PostProcessing

...


The post processing annotation allows the following parameters:

...

The parameters are restricted to these four types. The call order is not relevant. An example of the @post processing feature is presented below where various output display can be selected like “scatter diagram”, “bar chart”, or a “vector group” as shown in Figure 352.

...

353.

 Image Added

Anchor
F353
F353
Figure 352353: Example of creating 3 “action button” using @PostProcessing

...


The name of the button is the name of the annotation and an example of code is presented only for the “scatter” button in Figure 353354. Similar @PostProcessing can be coded to create the “Bar chart” and “Vector Group”.

Image Removed Image Added

Anchor
F354
F354
Figure 353354: Example of creating the scatter button and its associated action

 

...