The command processes actions, via the Action Provider Framework, as they are
initiated by the visual in response to user input. Actions include show,
process, commit, and cancel. Each action causes a corresponding method on
this command to be invoked.
The show action creates an instance of
ExceptionHighlightingSelectorInterface
to provide to the visual so that the Exception Highlighting Selector can be
displayed to the user.
The commit action is invoked when the user leaves the selector visual by
pressing the OK button. Depending on the selected options, exception
highlightings are applied to the data model.
The cancel action is invoked when the user leaves the selector visual by
pressing the Cancel button. There is no specific processing by this command
for the cancel action.
The process action keeps the user interface (UI) of the Exception
Highlighting Selector up to date when the user interact with the UI.
isSupported(ActionSupportFilter actionFilter)
Returns a boolean indicating whether the command is supported
for the given area as specified by the current area information
encapsulated in the ActionSupportFilter.
Returns a boolean indicating whether the command is supported
for the given area as specified by the current area information
encapsulated in the ActionSupportFilter.