| Modifier and Type | Field and Description |
|---|---|
static AnchorLink |
IconComponentDecoration.DEFAULT_ANCHOR_LINK_WITH_OWNER
Default anchor link with the owner component on which the decorator will be attached.
|
| Modifier and Type | Method and Description |
|---|---|
AnchorLink |
AbstractComponentDecoration.getAnchorLink()
Gets the anchor link between the decorated component and its decoration.
|
AnchorLink |
IconComponentDecoration.getAnchorLinkWithToolTip()
Gets the anchor link used to slave the tooltip to this decoration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractComponentDecoration.setAnchorLink(AnchorLink anchorLink)
Sets the anchor link between the component and its decoration.
|
void |
IconComponentDecoration.setAnchorLinkWithToolTip(AnchorLink anchorLinkWithToolTip)
Sets the anchor link used to slave the tooltip to this decoration.
|
| Constructor and Description |
|---|
AbstractComponentDecoration(JComponent decoratedComponent,
AnchorLink anchorLink)
Constructor specifying the component to be decorated and the anchor link between the decorated component and its
decoration.
|
IconComponentDecoration(JComponent owner,
AnchorLink anchorLinkWithOwner)
Constructor specifying the component to be decorated and the anchor link with its owner (the decorated
component).
|
IconComponentDecoration(JComponent owner,
AnchorLink anchorLinkWithOwner,
Icon icon)
Constructor specifying the component to be decorated and the anchor link with its owner (the decorated
component).
|
| Constructor and Description |
|---|
AnchorLink(AnchorLink anchorLink)
Constructor specifying the anchor link to get the master and slave anchors from.
|
| Constructor and Description |
|---|
ToolTipDialog(JComponent owner,
AnchorLink anchorLink) |
TransparentToolTipDialog(JComponent owner,
AnchorLink anchorLink)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AnchorLink |
AbstractIconFeedback.getAnchorLink() |
AnchorLink |
AbstractCellIconFeedback.getAnchorLink()
Gets the anchor link between the cell and its decoration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIconFeedback.attach(JComponent decoratedComponent,
AnchorLink anchorLinkWithOwner) |
void |
AbstractCellIconFeedback.attach(JComponent decoratedComponent,
AnchorLink anchorLinkWithOwner) |
void |
AbstractIconFeedback.setAnchorLink(AnchorLink anchorLink) |
void |
AbstractCellIconFeedback.setAnchorLink(AnchorLink anchorLinkWithTableCell)
Sets the anchor link between the cell and its decoration.
|
Copyright © 2015. All Rights Reserved.