Class SwitchProjection
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<C,P>
-
- org.pushingpixels.radiance.component.api.common.projection.BaseProjection<T,C,P>
-
- 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 javax.swing.JComponent,CC extends ContentModel,PC extends PresentationModel>
-
-
Constructor Summary
Constructors Constructor Description SwitchProjection(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 Detail
-
SwitchProjection
public SwitchProjection(SwitchContentModel contentModel, SwitchPresentationModel presentationModel)
-
-