de.jaret.util.ui.table.model
Interface IJaretTableSelectionModelListener

All Known Implementing Classes:
AbstractSelectionProvider, DefaultSelectionProvider, JaretTable

public interface IJaretTableSelectionModelListener

Listener for listening on selection changes on a jaret table selection.

Version:
$Id: IJaretTableSelectionModelListener.java 180 2007-01-07 18:44:01Z olk $
Author:
Peter Kliem

Method Summary
 void cellSelectionAdded(IJaretTableCell cell)
          Called whenever a cell has been added to a selection.
 void cellSelectionRemoved(IJaretTableCell cell)
          Called whenever a cell has been removed from the selection.
 void columnSelectionAdded(IColumn column)
          Called whenever a column has been added to a selection.
 void columnSelectionRemoved(IColumn column)
          Called whenever a column has been removed from the selection.
 void rowSelectionAdded(IRow row)
          Called whenever a row has been added to a selection.
 void rowSelectionRemoved(IRow row)
          Called whenever a row has been removed from the selection.
 

Method Detail

rowSelectionAdded

void rowSelectionAdded(IRow row)
Called whenever a row has been added to a selection.

Parameters:
row - row added.

rowSelectionRemoved

void rowSelectionRemoved(IRow row)
Called whenever a row has been removed from the selection.

Parameters:
row - row removed.

cellSelectionAdded

void cellSelectionAdded(IJaretTableCell cell)
Called whenever a cell has been added to a selection.

Parameters:
cell - cell added

cellSelectionRemoved

void cellSelectionRemoved(IJaretTableCell cell)
Called whenever a cell has been removed from the selection.

Parameters:
cell - cell removed

columnSelectionAdded

void columnSelectionAdded(IColumn column)
Called whenever a column has been added to a selection.

Parameters:
column - column added

columnSelectionRemoved

void columnSelectionRemoved(IColumn column)
Called whenever a column has been removed from the selection.

Parameters:
column - column removed


Copyright © 2012. All Rights Reserved.