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. projection
private Projection<JCommandButtonStrip,CommandGroup,CommandStripPresentationModel>
JCommandButtonStrip. projection
private Projection<JDeterminateCircularProgress,DeterminateProgressContentModel,CircularProgressPresentationModel>
JDeterminateCircularProgress. projection
private Projection<JExoLabel,LabelContentModel,LabelPresentationModel>
JExoLabel. projection
private Projection<JIndeterminateCircularProgress,IndeterminateProgressContentModel,CircularProgressPresentationModel>
JIndeterminateCircularProgress. projection
private Projection<JSwitch,SwitchContentModel,SwitchPresentationModel>
JSwitch. projection
private Projection<JTriStateCheckBox,TriStateCheckBoxContentModel,TriStateCheckboxPresentationModel>
JTriStateCheckBox. projection
Methods 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. projection
private Projection<JCommandPopupMenuPanel,CommandMenuContentModel,CommandPopupMenuPresentationModel>
JCommandPopupMenuPanel. projection
Methods 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 class
AbstractPopupMenuPanelProjection<M extends AbstractPopupMenuPanel,C extends ContentModel,P extends PresentationModel>
class
ColorSelectorPopupMenuPanelProjection
class
CommandPanelProjection
class
CommandPopupMenuPanelProjection
class
CommandStripProjection
class
DeterminateCircularProgressProjection
class
IndeterminateCircularProgressProjection
class
LabelProjection
class
SwitchProjection
class
TriStateCheckBoxProjection
Methods 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
Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type Projection Modifier and Type Method Description void
JFlowRibbonBand. addFlowComponent(Projection projection)
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 class
ComponentProjection<C extends javax.swing.JComponent,M extends ComponentContentModel>
Base class for projections that create non-Radiance components, such asJCheckBox
fromRibbonCheckBoxProjection
.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 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 class
BasicRibbonBandUI.BandCollapsePopupMenuPanelProjection
Fields 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. projection
Constructors 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 class
RibbonApplicationMenuPanelPanelProjection
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu declared as Projection Modifier and Type Field Description private Projection<JRibbonApplicationMenuPopupPanel,RibbonApplicationMenu,CommandPopupMenuPresentationModel>
JRibbonApplicationMenuPopupPanel. ribbonAppMenuProjection
Methods 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)
-