Uses of Interface
org.minueto.handlers.MinuetoMouseWheelHandler

Packages that use MinuetoMouseWheelHandler
org.minueto.window The org.minueto.window package contains all the classes related to creating a drawing surface for the Minueto application, weither it be a window or a panel. 
 

Uses of MinuetoMouseWheelHandler in org.minueto.window
 

Methods in org.minueto.window with parameters of type MinuetoMouseWheelHandler
 void MinuetoPanel.registerMouseWheelHandler(MinuetoMouseWheelHandler handler, MinuetoEventQueue queue)
           
 void MinuetoWindow.registerMouseWheelHandler(MinuetoMouseWheelHandler handler, MinuetoEventQueue queue)
          Assign a mousewheel handler to the MinuetoWindow to process mouse wheel input.
 void MinuetoPanel.unregisterMouseWheelHandler(MinuetoMouseWheelHandler handler, MinuetoEventQueue queue)
           
 void MinuetoWindow.unregisterMouseWheelHandler(MinuetoMouseWheelHandler handler, MinuetoEventQueue queue)
          Removes a mouse wheel handler from the MinuetoWindow.