There are two ways of handling the input events in a manager view:
-
An interactor can be set to the view using the class
IlvManagerViewInteractor, which will handle all the events that occur on a view.
-
An object interactor on a graphic object can be used. This interactor, an instance of the class
IlvObjectInteractor, handles the events occurring on a particular object if no view interactor has been installed on the view.
Tooltips and popup menus are handled by the IlvToolTipManager and IlvPopupMenuManager central managers. They are neither manager view interactors nor object interactors. IlvToolTipManager and IlvPopupMenuManager listen for the specific events that trigger tooltip or a popup menu display in the registered view.