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. projectionMethods in org.pushingpixels.radiance.component.api.ribbon with parameters of type ComponentProjection Modifier and Type Method Description voidJFlowRibbonBand. addFlowComponent(ComponentProjection<? extends javax.swing.JComponent,? extends ComponentContentModel> projection)voidJRibbonBand. addRibbonComponent(ComponentProjection<? extends javax.swing.JComponent,? extends ComponentContentModel> projection)voidJRibbon. addTaskbarComponent(ComponentProjection<? extends javax.swing.JComponent,? extends ComponentContentModel> projection)CommandMenuContentModelJRibbon.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 classRibbonCheckBoxProjectionProjection that allows using aJCheckBoxas a ribbon component.classRibbonComboBoxProjection<E>Projection that allows using aJComboBoxas a ribbon component.classRibbonRadioButtonProjectionProjection that allows using aJRadioButtonas a ribbon component.classRibbonSpinnerProjectionProjection that allows using aJSpinneras 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. projectionMethods 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)
-