Class LabelProjection
java.lang.Object
org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<LabelContentModel, LabelPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.BaseProjection<JExoLabel, LabelContentModel, LabelPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.Projection<JExoLabel, LabelContentModel, LabelPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.LabelProjection
public class LabelProjection
extends Projection<JExoLabel, LabelContentModel, LabelPresentationModel>
-
Nested Class Summary
Nested classes/interfaces inherited from class Projection
Projection.ComponentSupplier<TC,CC, PC> -
Constructor Summary
ConstructorsConstructorDescriptionLabelProjection(LabelContentModel contentModel, LabelPresentationModel 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
-
LabelProjection
-