Uses of Class
org.pushingpixels.radiance.component.api.common.projection.Projection
Packages that use Projection
Package
Description
-
Uses of Projection in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as ProjectionModifier and TypeFieldDescriptionJCommandButtonPanel.projectionJCommandButtonStrip.projectionprivate Projection<JDeterminateCircularProgress, DeterminateProgressContentModel, CircularProgressPresentationModel> JDeterminateCircularProgress.projectionJExoLabel.projectionprivate Projection<JIndeterminateCircularProgress, IndeterminateProgressContentModel, CircularProgressPresentationModel> JIndeterminateCircularProgress.projectionJSwitch.projectionprivate Projection<JTriStateCheckBox, TriStateCheckBoxContentModel, TriStateCheckboxPresentationModel> JTriStateCheckBox.projectionMethods in org.pushingpixels.radiance.component.api.common that return ProjectionModifier and TypeMethodDescriptionJCommandButtonPanel.getProjection()JCommandButtonStrip.getProjection()Projection<JDeterminateCircularProgress, DeterminateProgressContentModel, CircularProgressPresentationModel> JDeterminateCircularProgress.getProjection()JExoLabel.getProjection()Projection<JIndeterminateCircularProgress, IndeterminateProgressContentModel, CircularProgressPresentationModel> JIndeterminateCircularProgress.getProjection()JSwitch.getProjection()JTriStateCheckBox.getProjection()Constructors in org.pushingpixels.radiance.component.api.common with parameters of type ProjectionModifierConstructorDescriptionJCommandButtonPanel(Projection<JCommandButtonPanel, CommandPanelContentModel, CommandPanelPresentationModel> projection) JCommandButtonStrip(Projection<JCommandButtonStrip, CommandGroup, CommandStripPresentationModel> projection) JDeterminateCircularProgress(Projection<JDeterminateCircularProgress, DeterminateProgressContentModel, CircularProgressPresentationModel> projection) JExoLabel(Projection<JExoLabel, LabelContentModel, LabelPresentationModel> projection) JIndeterminateCircularProgress(Projection<JIndeterminateCircularProgress, IndeterminateProgressContentModel, CircularProgressPresentationModel> projection) JSwitch(Projection<JSwitch, SwitchContentModel, SwitchPresentationModel> projection) JTriStateCheckBox(Projection<JTriStateCheckBox, TriStateCheckBoxContentModel, TriStateCheckboxPresentationModel> projection) -
Uses of Projection in org.pushingpixels.radiance.component.api.common.popup
Fields in org.pushingpixels.radiance.component.api.common.popup declared as ProjectionModifier and TypeFieldDescriptionprivate Projection<JColorSelectorPopupMenuPanel, ColorSelectorPopupMenuContentModel, ColorSelectorPopupMenuPresentationModel> JColorSelectorPopupMenuPanel.projectionprivate Projection<JCommandPopupMenuPanel, CommandMenuContentModel, CommandPopupMenuPresentationModel> JCommandPopupMenuPanel.projectionMethods in org.pushingpixels.radiance.component.api.common.popup that return ProjectionModifier and TypeMethodDescriptionProjection<JColorSelectorPopupMenuPanel, ColorSelectorPopupMenuContentModel, ColorSelectorPopupMenuPresentationModel> JColorSelectorPopupMenuPanel.getProjection()JCommandPopupMenuPanel.getProjection()Constructors in org.pushingpixels.radiance.component.api.common.popup with parameters of type ProjectionModifierConstructorDescriptionJColorSelectorPopupMenuPanel(Projection<JColorSelectorPopupMenuPanel, ColorSelectorPopupMenuContentModel, ColorSelectorPopupMenuPresentationModel> projection) JCommandPopupMenuPanel(Projection<JCommandPopupMenuPanel, CommandMenuContentModel, CommandPopupMenuPresentationModel> projection) -
Uses of Projection in org.pushingpixels.radiance.component.api.common.projection
Subclasses of Projection in org.pushingpixels.radiance.component.api.common.projectionModifier and TypeClassDescriptionclassAbstractPopupMenuPanelProjection<M extends AbstractPopupMenuPanel, C extends ContentModel, P extends PresentationModel>classclassclassclassclassclassclassclassclassMethods in org.pushingpixels.radiance.component.api.common.projection that return types with arguments of type ProjectionModifier and TypeMethodDescriptionProjection.ComponentSupplier.getComponentSupplier(Projection<TC, CC, PC> projection) Methods in org.pushingpixels.radiance.component.api.common.projection with parameters of type ProjectionModifier and TypeMethodDescriptionProjection.ComponentSupplier.getComponentSupplier(Projection<TC, CC, PC> projection) -
Uses of Projection in org.pushingpixels.radiance.component.api.ribbon
Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type ProjectionModifierConstructorDescriptionGlobalPopupMenuPanel(Projection<JCommandPopupMenuPanel, CommandMenuContentModel, CommandPopupMenuPresentationModel> projection) -
Uses of Projection in org.pushingpixels.radiance.component.api.ribbon.synapse
Constructors in org.pushingpixels.radiance.component.api.ribbon.synapse with parameters of type ProjectionModifierConstructorDescriptionJRibbonCheckBox(Projection<JRibbonCheckBox, RibbonCheckBoxContentModel, ComponentPresentationModel> projection) JRibbonComboBox(Projection<JRibbonComboBox<E>, RibbonComboBoxContentModel<E>, ComponentPresentationModel> projection) JRibbonRadioButton(Projection<JRibbonRadioButton, RibbonRadioButtonContentModel, ComponentPresentationModel> projection) JRibbonSpinner(Projection<JRibbonSpinner, RibbonSpinnerContentModel, ComponentPresentationModel> projection) -
Uses of Projection in org.pushingpixels.radiance.component.api.ribbon.synapse.projection
Modifier and TypeClassDescriptionclassComponentProjection<C extends JComponent, M extends ComponentContentModel>Base class for projections that create non-Radiance components, such asJCheckBoxfromRibbonCheckBoxProjection.classProjection that allows using aJCheckBoxas a ribbon component.classProjection that allows using aJComboBoxas a ribbon component.classProjection that allows using aJRadioButtonas a ribbon component.classProjection that allows using aJSpinneras a ribbon component. -
Uses of Projection in org.pushingpixels.radiance.component.internal.ui.ribbon
Subclasses of Projection in org.pushingpixels.radiance.component.internal.ui.ribbonModifier and TypeClassDescriptionprivate static classFields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as ProjectionModifier and TypeFieldDescriptionprivate Projection<BasicRibbonBandUI.BandCollapsePopupMenuPanel, BasicRibbonBandUI.BandCollapsePopupMenuContentModel, BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel> BasicRibbonBandUI.BandCollapsePopupMenuPanel.projectionConstructors in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type ProjectionModifierConstructorDescriptionBandCollapsePopupMenuPanel(Projection<BasicRibbonBandUI.BandCollapsePopupMenuPanel, BasicRibbonBandUI.BandCollapsePopupMenuContentModel, BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel> projection)