Uses of Class
org.pushingpixels.radiance.component.api.common.projection.Projection
-
-
Uses of Projection in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as Projection Modifier and Type Field Description private Projection<JCommandButtonPanel,CommandPanelContentModel,CommandPanelPresentationModel>JCommandButtonPanel. projectionprivate Projection<JCommandButtonStrip,CommandGroup,CommandStripPresentationModel>JCommandButtonStrip. projectionprivate Projection<JDeterminateCircularProgress,DeterminateProgressContentModel,CircularProgressPresentationModel>JDeterminateCircularProgress. projectionprivate Projection<JExoLabel,LabelContentModel,LabelPresentationModel>JExoLabel. projectionprivate Projection<JIndeterminateCircularProgress,IndeterminateProgressContentModel,CircularProgressPresentationModel>JIndeterminateCircularProgress. projectionprivate Projection<JSwitch,SwitchContentModel,SwitchPresentationModel>JSwitch. projectionprivate Projection<JTriStateCheckBox,TriStateCheckBoxContentModel,TriStateCheckboxPresentationModel>JTriStateCheckBox. projectionMethods in org.pushingpixels.radiance.component.api.common that return Projection Modifier and Type Method Description Projection<JCommandButtonPanel,CommandPanelContentModel,CommandPanelPresentationModel>JCommandButtonPanel. getProjection()Projection<JCommandButtonStrip,CommandGroup,CommandStripPresentationModel>JCommandButtonStrip. getProjection()Projection<JDeterminateCircularProgress,DeterminateProgressContentModel,CircularProgressPresentationModel>JDeterminateCircularProgress. getProjection()Projection<JExoLabel,LabelContentModel,LabelPresentationModel>JExoLabel. getProjection()Projection<JIndeterminateCircularProgress,IndeterminateProgressContentModel,CircularProgressPresentationModel>JIndeterminateCircularProgress. getProjection()Projection<JSwitch,SwitchContentModel,SwitchPresentationModel>JSwitch. getProjection()Projection<JTriStateCheckBox,TriStateCheckBoxContentModel,TriStateCheckboxPresentationModel>JTriStateCheckBox. getProjection()Constructors in org.pushingpixels.radiance.component.api.common with parameters of type Projection Constructor Description JCommandButtonPanel(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 Projection Modifier and Type Field Description private Projection<JColorSelectorPopupMenuPanel,ColorSelectorPopupMenuContentModel,ColorSelectorPopupMenuPresentationModel>JColorSelectorPopupMenuPanel. projectionprivate Projection<JCommandPopupMenuPanel,CommandMenuContentModel,CommandPopupMenuPresentationModel>JCommandPopupMenuPanel. projectionMethods in org.pushingpixels.radiance.component.api.common.popup that return Projection Modifier and Type Method Description Projection<JColorSelectorPopupMenuPanel,ColorSelectorPopupMenuContentModel,ColorSelectorPopupMenuPresentationModel>JColorSelectorPopupMenuPanel. getProjection()Projection<JCommandPopupMenuPanel,CommandMenuContentModel,CommandPopupMenuPresentationModel>JCommandPopupMenuPanel. getProjection()Constructors in org.pushingpixels.radiance.component.api.common.popup with parameters of type Projection Constructor Description JColorSelectorPopupMenuPanel(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.projection Modifier and Type Class Description classAbstractPopupMenuPanelProjection<M extends AbstractPopupMenuPanel,C extends ContentModel,P extends PresentationModel>classColorSelectorPopupMenuPanelProjectionclassCommandPanelProjectionclassCommandPopupMenuPanelProjectionclassCommandStripProjectionclassDeterminateCircularProgressProjectionclassIndeterminateCircularProgressProjectionclassLabelProjectionclassSwitchProjectionclassTriStateCheckBoxProjectionMethods in org.pushingpixels.radiance.component.api.common.projection that return types with arguments of type Projection Modifier and Type Method Description java.util.function.Function<Projection<TC,CC,PC>,TC>Projection.ComponentSupplier. getComponentSupplier(Projection<TC,CC,PC> projection)Methods in org.pushingpixels.radiance.component.api.common.projection with parameters of type Projection Modifier and Type Method Description java.util.function.Function<Projection<TC,CC,PC>,TC>Projection.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 Projection Constructor Description GlobalPopupMenuPanel(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 Projection Constructor Description JRibbonCheckBox(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
Subclasses of Projection in org.pushingpixels.radiance.component.api.ribbon.synapse.projection Modifier and Type Class Description classComponentProjection<C extends javax.swing.JComponent,M extends ComponentContentModel>Base class for projections that create non-Radiance components, such asJCheckBoxfromRibbonCheckBoxProjection.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 Projection in org.pushingpixels.radiance.component.internal.ui.ribbon
Subclasses of Projection in org.pushingpixels.radiance.component.internal.ui.ribbon Modifier and Type Class Description private static classBasicRibbonBandUI.BandCollapsePopupMenuPanelProjectionFields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as Projection Modifier and Type Field Description private Projection<BasicRibbonBandUI.BandCollapsePopupMenuPanel,BasicRibbonBandUI.BandCollapsePopupMenuContentModel,BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel>BasicRibbonBandUI.BandCollapsePopupMenuPanel. projectionConstructors in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type Projection Constructor Description BandCollapsePopupMenuPanel(Projection<BasicRibbonBandUI.BandCollapsePopupMenuPanel,BasicRibbonBandUI.BandCollapsePopupMenuContentModel,BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel> projection) -
Uses of Projection in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu
Subclasses of Projection in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu Modifier and Type Class Description classRibbonApplicationMenuPanelPanelProjectionFields in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu declared as Projection Modifier and Type Field Description private Projection<JRibbonApplicationMenuPopupPanel,RibbonApplicationMenu,CommandPopupMenuPresentationModel>JRibbonApplicationMenuPopupPanel. ribbonAppMenuProjectionMethods in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu that return Projection Modifier and Type Method Description Projection<JRibbonApplicationMenuPopupPanel,RibbonApplicationMenu,CommandPopupMenuPresentationModel>JRibbonApplicationMenuPopupPanel. getRibbonAppMenuProjection()Constructors in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu with parameters of type Projection Constructor Description JRibbonApplicationMenuPopupPanel(Projection<JRibbonApplicationMenuPopupPanel,RibbonApplicationMenu,CommandPopupMenuPresentationModel> projection)
-