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 org.pushingpixels.radiance.component.api.common.projection.Projection
Projection.ComponentSupplier<TC extends JComponent,
CC extends ContentModel, PC extends PresentationModel> -
Constructor Summary
ConstructorsConstructorDescriptionIndeterminateCircularProgressProjection
(IndeterminateProgressContentModel contentModel, CircularProgressPresentationModel 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
-
IndeterminateCircularProgressProjection
public IndeterminateCircularProgressProjection(IndeterminateProgressContentModel contentModel, CircularProgressPresentationModel presentationModel)
-