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 interfaceRibbonComboBoxContentModel.ComboBoxSelectionChangeListener
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default RibbonComboBoxContentModel.ComboBoxSelectionChangeListenergetSelectionChangeListener()-
Methods inherited from interface org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentContentModel
addPropertyChangeListener, getCaption, getIconFactory, getRichTooltip, isEnabled, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
getSelectionChangeListener
default RibbonComboBoxContentModel.ComboBoxSelectionChangeListener getSelectionChangeListener()
-
-