Class IndeterminateCircularProgressProjection
java.lang.Object
org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<IndeterminateProgressContentModel, CircularProgressPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.BaseProjection<JIndeterminateCircularProgress, IndeterminateProgressContentModel, CircularProgressPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.Projection<JIndeterminateCircularProgress, IndeterminateProgressContentModel, CircularProgressPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.IndeterminateCircularProgressProjection
public class IndeterminateCircularProgressProjection
extends Projection<JIndeterminateCircularProgress, IndeterminateProgressContentModel, CircularProgressPresentationModel>
-
Nested Class Summary
Nested classes/interfaces inherited from class Projection
Projection.ComponentSupplier<TC,CC, PC> -
Constructor Summary
ConstructorsConstructorDescriptionIndeterminateCircularProgressProjection(IndeterminateProgressContentModel contentModel, CircularProgressPresentationModel 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
-
IndeterminateCircularProgressProjection
public IndeterminateCircularProgressProjection(IndeterminateProgressContentModel contentModel, CircularProgressPresentationModel presentationModel)
-