|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionModel | |
---|---|
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.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 SelectionModel in org.jdesktop.binding |
---|
Fields in org.jdesktop.binding declared as SelectionModel | |
---|---|
protected SelectionModel |
SelectionBinding.selectionModel
|
Constructors in org.jdesktop.binding with parameters of type SelectionModel | |
---|---|
SelectionBinding(SelectionModel model)
|
|
SelectionModelEvent(SelectionModel source,
int firstIndex,
int lastIndex)
Create a new SelectionModelEvent. |
Uses of SelectionModel in org.jdesktop.binding.swingx |
---|
Constructors in org.jdesktop.binding.swingx with parameters of type SelectionModel | |
---|---|
DirectListBinding(javax.swing.JList list,
TabularDataModel model,
java.lang.String displayFieldName,
SelectionModel sm)
|
|
DirectTableBinding(javax.swing.JTable component,
TabularDataModel dataModel,
java.lang.String[] fieldNames,
SelectionModel selectionModel)
|
Uses of SelectionModel in org.jdesktop.binding.swingx.adapter |
---|
Constructors in org.jdesktop.binding.swingx.adapter with parameters of type SelectionModel | |
---|---|
ListSelectionBinding(SelectionModel dataSelectionModel,
javax.swing.ListSelectionModel viewSelectionModel)
Creates a new instance of ListSelectionBinding |
|
ListSelectionBinding(SelectionModel dataSelectionModel,
javax.swing.ListSelectionModel listSelectionModel,
IndexMapper mapper)
|
Uses of SelectionModel in org.jdesktop.dataset.adapter |
---|
Classes in org.jdesktop.dataset.adapter that implement SelectionModel | |
---|---|
class |
SelectionModelAdapter
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |