Class SwitchProjection
java.lang.Object
org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<SwitchContentModel,SwitchPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.BaseProjection<JSwitch,SwitchContentModel,SwitchPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.Projection<JSwitch,SwitchContentModel,SwitchPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.SwitchProjection
public class SwitchProjection
extends Projection<JSwitch,SwitchContentModel,SwitchPresentationModel>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pushingpixels.radiance.component.api.common.projection.Projection
Projection.ComponentSupplier<TC extends JComponent,
CC extends ContentModel, PC extends PresentationModel> -
Constructor Summary
ConstructorsConstructorDescriptionSwitchProjection
(SwitchContentModel contentModel, SwitchPresentationModel presentationModel) -
Method Summary
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.Projection
buildBaseComponent, getComponentSupplier, setComponentSupplier
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.BaseProjection
buildComponent, configureComponent
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
Constructor Details
-
SwitchProjection
-