|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AnchorLink in com.google.code.validationframework.swing.decoration |
|---|
| Fields in com.google.code.validationframework.swing.decoration declared as AnchorLink | |
|---|---|
static AnchorLink |
IconComponentDecoration.DEFAULT_ANCHOR_LINK_WITH_OWNER
Default anchor link with the owner component on which the decorator will be attached. |
| Methods in com.google.code.validationframework.swing.decoration that return AnchorLink | |
|---|---|
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. |
| Methods in com.google.code.validationframework.swing.decoration with parameters of type AnchorLink | |
|---|---|
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. |
| Constructors in com.google.code.validationframework.swing.decoration with parameters of type AnchorLink | |
|---|---|
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). |
|
| Uses of AnchorLink in com.google.code.validationframework.swing.decoration.anchor |
|---|
| Constructors in com.google.code.validationframework.swing.decoration.anchor with parameters of type AnchorLink | |
|---|---|
AnchorLink(AnchorLink anchorLink)
Constructor specifying the anchor link to get the master and slave anchors from. |
|
| Uses of AnchorLink in com.google.code.validationframework.swing.decoration.support |
|---|
| Constructors in com.google.code.validationframework.swing.decoration.support with parameters of type AnchorLink | |
|---|---|
ToolTipDialog(JComponent owner,
AnchorLink anchorLink)
|
|
TransparentToolTipDialog(JComponent owner,
AnchorLink anchorLink)
|
|
| Uses of AnchorLink in com.google.code.validationframework.swing.resulthandler |
|---|
| Methods in com.google.code.validationframework.swing.resulthandler that return AnchorLink | |
|---|---|
AnchorLink |
AbstractIconFeedback.getAnchorLink()
|
AnchorLink |
AbstractCellIconFeedback.getAnchorLink()
Gets the anchor link between the cell and its decoration. |
| Methods in com.google.code.validationframework.swing.resulthandler with parameters of type AnchorLink | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||