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 class
RichTooltipPresentationModel.Builder
-
Field Summary
Fields Modifier and Type Field Description private java.awt.Insets
contentPadding
static java.awt.Insets
DEFAULT_CONTENT_PADDING
private java.awt.Dimension
footerIconSize
static int
LARGE_ICON_SIZE
private java.awt.Dimension
mainIconSize
static int
SMALL_ICON_SIZE
-
Constructor Summary
Constructors Modifier Constructor Description private
RichTooltipPresentationModel()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RichTooltipPresentationModel.Builder
builder()
java.awt.Insets
getContentPadding()
java.awt.Dimension
getFooterIconSize()
java.awt.Dimension
getMainIconSize()
-
-
-
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
-
contentPadding
private java.awt.Insets contentPadding
-
mainIconSize
private java.awt.Dimension mainIconSize
-
footerIconSize
private java.awt.Dimension footerIconSize
-
-
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()
-
-