Uses of Class
net.sf.jeppers.grid.SelectionModelEvent

Uses of SelectionModelEvent in net.sf.jeppers.grid
 

Methods in net.sf.jeppers.grid with parameters of type SelectionModelEvent
 void AbstractSelectionModel.fireSelectionChanged(SelectionModelEvent e)
          Forwards the given notification event to all SelectionModelListeners that registered themselves as listeners for this SelectionModel.
 void GridRepaintManager.selectionChanged(SelectionModelEvent e)
           
 void SelectionModelListener.selectionChanged(SelectionModelEvent e)