Uses of Class
com.iizix.prop.ui.table.TableCombo
Packages that use TableCombo
Uses of TableCombo in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that return TableComboModifier and TypeMethodDescriptionUITable.createCellCombo()
Creates a new combobox table contents to be used in a cell.TCell.getCombo()
Gets the combo instance.Constructors in com.iizix.prop.ui.table with parameters of type TableComboModifierConstructorDescriptionTCell
(String string, TableCombo combo) Creates a new instance of the table cell initialized with a string and combobox default-aligned horizontally and vertically.TCell
(String string, TableCombo combo, int horizontalAlign, int verticalAlign, int style) Creates a new instance of the table cell initialized with a string and combobox default-aligned horizontally and vertically.