public class RibbonComboBoxProjection<E> extends ComponentProjection<JRibbonComboBox<E>,RibbonComboBoxContentModel<E>>
JComboBox as a ribbon component.Projection.ComponentCustomizer<TC extends javax.swing.JComponent>, Projection.ComponentSupplier<TC extends javax.swing.JComponent,CC extends ContentModel,PC extends PresentationModel>| Constructor | Description |
|---|---|
RibbonComboBoxProjection(RibbonComboBoxContentModel<E> contentModel,
ComponentPresentationModel presentationModel) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
configureComponent(JRibbonComboBox<E> component) |
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlaysclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildComponent, getCommandComponentCustomizers, getCommandComponentSuppliers, getComponentCustomizer, getComponentSupplier, setCommandComponentCustomizers, setCommandComponentSuppliers, setComponentCustomizer, setComponentSupplierpublic RibbonComboBoxProjection(RibbonComboBoxContentModel<E> contentModel, ComponentPresentationModel presentationModel)
protected void configureComponent(JRibbonComboBox<E> component)
configureComponent in class Projection<JRibbonComboBox<E>,RibbonComboBoxContentModel<E>,ComponentPresentationModel>