Uses of Class
org.pushingpixels.radiance.component.api.ribbon.synapse.projection.ComponentProjection
-
-
Uses of ComponentProjection in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as ComponentProjection Modifier and Type Field Description private ComponentProjection<C,CCM>
JRibbon.TaskbarComponentHandler. projection
Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type ComponentProjection Modifier and Type Method Description void
JFlowRibbonBand. addFlowComponent(ComponentProjection<? extends javax.swing.JComponent,? extends ComponentContentModel> projection)
void
JRibbonBand. addRibbonComponent(ComponentProjection<? extends javax.swing.JComponent,? extends ComponentContentModel> projection)
void
JRibbon. addTaskbarComponent(ComponentProjection<? extends javax.swing.JComponent,? extends ComponentContentModel> projection)
CommandMenuContentModel
JRibbon.OnShowContextualMenuListener. getContextualMenuContentModel(JRibbon ribbon, ComponentProjection<? extends javax.swing.JComponent,? extends ComponentContentModel> componentProjection)
Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type ComponentProjection Constructor Description TaskbarComponentHandler(ComponentProjection<C,CCM> projection)
-
Uses of ComponentProjection in org.pushingpixels.radiance.component.api.ribbon.synapse.projection
Subclasses of ComponentProjection in org.pushingpixels.radiance.component.api.ribbon.synapse.projection Modifier and Type Class Description class
RibbonCheckBoxProjection
Projection that allows using aJCheckBox
as a ribbon component.class
RibbonComboBoxProjection<E>
Projection that allows using aJComboBox
as a ribbon component.class
RibbonRadioButtonProjection
Projection that allows using aJRadioButton
as a ribbon component.class
RibbonSpinnerProjection
Projection that allows using aJSpinner
as a ribbon component. -
Uses of ComponentProjection in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as ComponentProjection Modifier and Type Field Description private ComponentProjection<? extends javax.swing.JComponent,? extends ComponentContentModel>
JRibbonComponent. projection
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return ComponentProjection Modifier and Type Method Description ComponentProjection<? extends javax.swing.JComponent,? extends ComponentContentModel>
JRibbonComponent. getProjection()
Constructors in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type ComponentProjection Constructor Description JRibbonComponent(ComponentProjection<? extends javax.swing.JComponent,? extends ComponentContentModel> projection)
-