Class RichTooltipPresentationModel
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.model.RichTooltipPresentationModel
-
- All Implemented Interfaces:
ImmutablePresentationModel,PresentationModel
public class RichTooltipPresentationModel extends java.lang.Object implements ImmutablePresentationModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRichTooltipPresentationModel.Builder
-
Field Summary
Fields Modifier and Type Field Description static java.awt.InsetsDEFAULT_CONTENT_PADDINGstatic intLARGE_ICON_SIZEstatic intSMALL_ICON_SIZE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RichTooltipPresentationModel.Builderbuilder()java.awt.InsetsgetContentPadding()java.awt.DimensiongetFooterIconSize()java.awt.DimensiongetMainIconSize()
-
-
-
Field Detail
-
DEFAULT_CONTENT_PADDING
public static final java.awt.Insets DEFAULT_CONTENT_PADDING
-
LARGE_ICON_SIZE
public static final int LARGE_ICON_SIZE
- See Also:
- Constant Field Values
-
SMALL_ICON_SIZE
public static final int SMALL_ICON_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static RichTooltipPresentationModel.Builder builder()
-
getMainIconSize
public java.awt.Dimension getMainIconSize()
-
getFooterIconSize
public java.awt.Dimension getFooterIconSize()
-
getContentPadding
public java.awt.Insets getContentPadding()
-
-