Uses of Interface
org.minueto.handlers.MinuetoWindowHandler

Packages that use MinuetoWindowHandler
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 MinuetoWindowHandler in org.minueto.window
 

Methods in org.minueto.window with parameters of type MinuetoWindowHandler
 void MinuetoPanel.registerWindowHandler(MinuetoWindowHandler handler, MinuetoEventQueue queue)
           
 void MinuetoWindow.registerWindowHandler(MinuetoWindowHandler handler, MinuetoEventQueue queue)
          Assign a window handler to the MinuetoWindow to process window input.
 void MinuetoPanel.unregisterWindowHandler(MinuetoWindowHandler handler, MinuetoEventQueue queue)
           
 void MinuetoWindow.unregisterWindowHandler(MinuetoWindowHandler handler, MinuetoEventQueue queue)
          Removes a window handler from the MinuetoWindow.