Uses of Class
org.pushingpixels.radiance.component.api.common.JExoLabel
-
Packages that use JExoLabel Package Description org.pushingpixels.radiance.component.api.common org.pushingpixels.radiance.component.internal.theming.common.ui -
-
Uses of JExoLabel in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common with type parameters of type JExoLabel Modifier and Type Field Description private Projection<JExoLabel,LabelContentModel,LabelPresentationModel>
JExoLabel. projection
Methods in org.pushingpixels.radiance.component.api.common that return types with arguments of type JExoLabel Modifier and Type Method Description Projection<JExoLabel,LabelContentModel,LabelPresentationModel>
JExoLabel. getProjection()
Constructor parameters in org.pushingpixels.radiance.component.api.common with type arguments of type JExoLabel Constructor Description JExoLabel(Projection<JExoLabel,LabelContentModel,LabelPresentationModel> projection)
-
Uses of JExoLabel in org.pushingpixels.radiance.component.internal.theming.common.ui
Methods in org.pushingpixels.radiance.component.internal.theming.common.ui with parameters of type JExoLabel Modifier and Type Method Description private static java.awt.Dimension
RadianceExoLabelUI. getSingleLineNoPrototypePreferredDimension(JExoLabel label)
private static java.awt.Dimension
RadianceExoLabelUI. getSingleLinePreferredDimension(JExoLabel label)
-