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.projection
JCommandButtonStrip.projection
private Projection
<JDeterminateCircularProgress, DeterminateProgressContentModel, CircularProgressPresentationModel> JDeterminateCircularProgress.projection
JExoLabel.projection
private Projection
<JIndeterminateCircularProgress, IndeterminateProgressContentModel, CircularProgressPresentationModel> JIndeterminateCircularProgress.projection
JSwitch.projection
private Projection
<JTriStateCheckBox, TriStateCheckBoxContentModel, TriStateCheckboxPresentationModel> JTriStateCheckBox.projection
Methods 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.projection
private Projection
<JCommandPopupMenuPanel, CommandMenuContentModel, CommandPopupMenuPresentationModel> JCommandPopupMenuPanel.projection
Methods 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 TypeClassDescriptionclass
AbstractPopupMenuPanelProjection<M extends AbstractPopupMenuPanel,
C extends ContentModel, P extends PresentationModel> class
class
class
class
class
class
class
class
class
Methods 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
Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type ProjectionConstructors 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 TypeClassDescriptionclass
ComponentProjection<C extends JComponent,
M extends ComponentContentModel> Base class for projections that create non-Radiance components, such asJCheckBox
fromRibbonCheckBoxProjection
.class
Projection that allows using aJCheckBox
as a ribbon component.class
Projection that allows using aJComboBox
as a ribbon component.class
Projection that allows using aJRadioButton
as a ribbon component.class
Projection that allows using aJSpinner
as 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 class
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as ProjectionModifier and TypeFieldDescriptionprivate Projection
<BasicRibbonBandUI.BandCollapsePopupMenuPanel, BasicRibbonBandUI.BandCollapsePopupMenuContentModel, BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel> BasicRibbonBandUI.BandCollapsePopupMenuPanel.projection
Constructors in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type ProjectionModifierConstructorDescriptionBandCollapsePopupMenuPanel
(Projection<BasicRibbonBandUI.BandCollapsePopupMenuPanel, BasicRibbonBandUI.BandCollapsePopupMenuContentModel, BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel> projection)