Package org.pushingpixels.radiance.component.api.common.projection
package org.pushingpixels.radiance.component.api.common.projection
-
ClassDescriptionAbstractPopupMenuPanelProjection<M extends AbstractPopupMenuPanel,
C extends ContentModel, P extends PresentationModel> BaseCommandButtonProjection<M extends BaseCommand<MCM>,MCM extends BaseCommandMenuContentModel, P extends BaseCommandButtonPresentationModel<MPM, P>, MPM extends BaseCommandPopupMenuPresentationModel> BaseCommandButtonProjection.CommandButtonComponentSupplier<TC extends JCommandButton,M extends BaseCommand<MCM>, MCM extends BaseCommandMenuContentModel, P extends BaseCommandButtonPresentationModel<MPM, P>, MPM extends BaseCommandPopupMenuPresentationModel> This interface can be used as part ofBaseCommandButtonProjection.setComponentSupplier(CommandButtonComponentSupplier)
to return your own supplier ofBaseCommandButtonProjection.CommandButtonComponentSupplier
to be used before theinvalid reference
#configureComponent(JCommandButton)
CommandButtonProjection<M extends Command>Projection.ComponentSupplier<TC extends JComponent,CC extends ContentModel, PC extends PresentationModel> This interface can be used as part ofProjection.setComponentSupplier(ComponentSupplier)
to return your own supplier ofProjection.ComponentSupplier
to be used before theBaseProjection.configureComponent(JComponent)
call.