Uses of Interface
us.asciiroth.client.ui.MouseCellListener

Packages that use MouseCellListener
us.asciiroth.client.ui   
 

Uses of MouseCellListener in us.asciiroth.client.ui
 

Classes in us.asciiroth.client.ui that implement MouseCellListener
 class CellInfoPanel
          This panel appears when you mouse over a cell and provides a legend for the contents of the cell.
 class InputManager
          The key manager is a focus widget that processes keyboard events This works, although it would be better simply to capture events at the document level (this widget constantly has to grab the focus in order to work).
 class MouseCellListenerAdapter
           
 

Methods in us.asciiroth.client.ui with parameters of type MouseCellListener
 void SourcesMouseCellEvents.addMouseCellListener(MouseCellListener listener)
          Add a listener to this source of events.
 void MousyGrid.addMouseCellListener(MouseCellListener listener)
           
 void BoardView.addMouseCellListener(MouseCellListener listener)
           
 void SourcesMouseCellEvents.removeMouseCellListener(MouseCellListener listener)
          Remove the listener from this source of events.
 void MousyGrid.removeMouseCellListener(MouseCellListener listener)
           
 


0.7

© 2009 Alx Dark