Interface RibbonComboBoxContentModel<E>
-
- All Superinterfaces:
javax.swing.ComboBoxModel<E>
,ComponentContentModel
,ContentModel
,javax.swing.ListModel<E>
- All Known Implementing Classes:
RibbonDefaultComboBoxContentModel
public interface RibbonComboBoxContentModel<E> extends javax.swing.ComboBoxModel<E>, ComponentContentModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RibbonComboBoxContentModel.ComboBoxSelectionChangeListener
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default RibbonComboBoxContentModel.ComboBoxSelectionChangeListener
getSelectionChangeListener()
-
Methods inherited from interface org.pushingpixels.radiance.component.api.ribbon.synapse.model.ComponentContentModel
addPropertyChangeListener, getCaption, getIconFactory, getRichTooltip, isEnabled, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
getSelectionChangeListener
default RibbonComboBoxContentModel.ComboBoxSelectionChangeListener getSelectionChangeListener()
-
-