|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TabularDataModel | |
---|---|
org.jdesktop.binding | Contains API used to process data in a client application, including data models and adapters, meta-data, validation, and type-conversion. |
org.jdesktop.binding.metadata | |
org.jdesktop.binding.swingx | Contains API which enables Swing user-interface components to be easily bound to data models, such as JavaBeans, RowSet, and collections. |
org.jdesktop.binding.swingx.adapter | |
org.jdesktop.dataset.adapter |
Uses of TabularDataModel in org.jdesktop.binding |
---|
Constructors in org.jdesktop.binding with parameters of type TabularDataModel | |
---|---|
TabularValueChangeEvent(TabularDataModel source,
int rowIndex,
java.lang.String fieldName)
Instantiates a change event for the cell given in rowIndex/fieldName coordinates. |
Uses of TabularDataModel in org.jdesktop.binding.metadata |
---|
Methods in org.jdesktop.binding.metadata that return TabularDataModel | |
---|---|
TabularDataModel |
SelectionInListMetaData.getSourceDataModel()
returns the model for the drop-down. |
Methods in org.jdesktop.binding.metadata with parameters of type TabularDataModel | |
---|---|
void |
SelectionInListMetaData.setSourceDataModel(TabularDataModel sourceDataModel)
sets the model for the drop-down. |
Uses of TabularDataModel in org.jdesktop.binding.swingx |
---|
Methods in org.jdesktop.binding.swingx with parameters of type TabularDataModel | |
---|---|
protected javax.swing.table.TableModel |
DirectTableBinding.createAdapter(TabularDataModel tabularDataModel,
java.lang.String[] fieldNames)
|
protected void |
ComboBoxBinding.updateComboBoxModel(TabularDataModel listDataModel)
|
Constructors in org.jdesktop.binding.swingx with parameters of type TabularDataModel | |
---|---|
DirectListBinding(javax.swing.JList list,
TabularDataModel model,
java.lang.String displayFieldName,
SelectionModel sm)
|
|
DirectTableBinding(javax.swing.JTable component,
TabularDataModel dataModel)
|
|
DirectTableBinding(javax.swing.JTable component,
TabularDataModel dataModel,
java.lang.String[] fieldNames)
|
|
DirectTableBinding(javax.swing.JTable component,
TabularDataModel dataModel,
java.lang.String[] fieldNames,
SelectionModel selectionModel)
|
Uses of TabularDataModel in org.jdesktop.binding.swingx.adapter |
---|
Fields in org.jdesktop.binding.swingx.adapter declared as TabularDataModel | |
---|---|
protected TabularDataModel |
DataModelToTableModelAdapter.dm
|
Constructors in org.jdesktop.binding.swingx.adapter with parameters of type TabularDataModel | |
---|---|
DataModelToComboBoxModelAdapter(TabularDataModel model,
java.lang.String fieldName)
|
|
DataModelToListModelAdapter(TabularDataModel model,
java.lang.String fieldName)
|
|
DataModelToTableModelAdapter(TabularDataModel dm)
|
|
DataModelToTableModelAdapter(TabularDataModel dm,
java.lang.String[] visibleFieldNames)
|
Uses of TabularDataModel in org.jdesktop.dataset.adapter |
---|
Classes in org.jdesktop.dataset.adapter that implement TabularDataModel | |
---|---|
class |
TabularDataModelAdapter
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |