T - the type of the item in the combo listpublic interface CheckComboText<T>
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getItemText(JCheckCombo combo,
           T checkedItem,
           int row)
Provide text for a checked item in the combo. 
 | 
java.lang.String | 
getSummaryText(JCheckCombo combo,
              java.util.Collection<T> checkedItems)
Provide text for the unpopped (top) part of the combo that represents the current checked items. 
 | 
java.lang.String getSummaryText(JCheckCombo combo, java.util.Collection<T> checkedItems)
combo - checkedItems - java.lang.String getItemText(JCheckCombo combo, T checkedItem, int row)
combo - checkedItem - row -