Class TriStateCheckBoxProjection
java.lang.Object
org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<TriStateCheckBoxContentModel, TriStateCheckboxPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.BaseProjection<JTriStateCheckBox, TriStateCheckBoxContentModel, TriStateCheckboxPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.Projection<JTriStateCheckBox, TriStateCheckBoxContentModel, TriStateCheckboxPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.TriStateCheckBoxProjection
public class TriStateCheckBoxProjection
extends Projection<JTriStateCheckBox, TriStateCheckBoxContentModel, TriStateCheckboxPresentationModel>
-
Nested Class Summary
Nested classes/interfaces inherited from class Projection
Projection.ComponentSupplier<TC,CC, PC> -
Constructor Summary
ConstructorsConstructorDescriptionTriStateCheckBoxProjection(TriStateCheckBoxContentModel contentModel, TriStateCheckboxPresentationModel presentationModel) -
Method Summary
Methods inherited from class Projection
buildBaseComponent, getComponentSupplier, setComponentSupplierMethods inherited from class BaseProjection
buildComponent, configureComponentMethods inherited from class BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
Constructor Details
-
TriStateCheckBoxProjection
public TriStateCheckBoxProjection(TriStateCheckBoxContentModel contentModel, TriStateCheckboxPresentationModel presentationModel)
-