Uses of Interface
de.jaret.util.ui.table.model.IJaretTableSelectionModel

Packages that use IJaretTableSelectionModel
de.jaret.util.ui.table This package contains a flexible custom drawn table widget. 
de.jaret.util.ui.table.model This package contains the model and model listeners for the jaret table. 
 

Uses of IJaretTableSelectionModel in de.jaret.util.ui.table
 

Fields in de.jaret.util.ui.table declared as IJaretTableSelectionModel
protected  IJaretTableSelectionModel JaretTable._selectionModel
          selection model used by the table.
 

Methods in de.jaret.util.ui.table that return IJaretTableSelectionModel
 IJaretTableSelectionModel JaretTable.getSelectionModel()
          Retrieve the selectionmodel used by the table.
 

Methods in de.jaret.util.ui.table with parameters of type IJaretTableSelectionModel
 void JaretTable.setSelectionModel(IJaretTableSelectionModel jts)
          Set the selection model to be used by the table.
 

Uses of IJaretTableSelectionModel in de.jaret.util.ui.table.model
 

Classes in de.jaret.util.ui.table.model that implement IJaretTableSelectionModel
 class JaretTableSelectionModelImpl
          Implementation of the JaretTableSelectionModel.
 



Copyright © 2012. All Rights Reserved.