public class DefaultComboBoxRowConverter extends Object implements ComboBoxRowConverter
ComboBoxRowConverter
. Constructor and Description |
---|
DefaultComboBoxRowConverter() |
Modifier and Type | Method and Description |
---|---|
int |
modelToView(JComboBox combobox,
int row)
there is no specification for the default implementation.
|
int |
viewToModel(JComboBox comboBox,
int row)
This method returns the data representation of a given view-model
(quickfiltered-model) row.# E.g.
|
public int viewToModel(JComboBox comboBox, int row)
ComboBoxRowConverter
viewToModel
in interface ComboBoxRowConverter
public int modelToView(JComboBox combobox, int row)
modelToView
in interface ComboBoxRowConverter
Copyright © 2003–2021 XDEV Software. All rights reserved.