Uses of Class
com.jgoodies.binding.adapter.AbstractTableAdapter

Packages that use AbstractTableAdapter
com.jgoodies.binding.adapter Contains adapters that convert ValueModels to Swing model interfaces. 
 

Uses of AbstractTableAdapter in com.jgoodies.binding.adapter
 

Methods in com.jgoodies.binding.adapter with parameters of type AbstractTableAdapter
static JTable BasicComponentFactory.createTable(SelectionInList selectionInList, AbstractTableAdapter<?> tableAdapter)
          Creates and returns a table that turns the SelectionInList's row data into a TableModel using the given adapter.
 



Copyright © 2002-2013 JGoodies Software GmbH. All Rights Reserved.