com.google.code.validationframework.swing.resulthandler
Class AbstractCellIconFeedback<RHI>
java.lang.Object
com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback<RHI>
com.google.code.validationframework.swing.resulthandler.AbstractCellIconFeedback<RHI>
- All Implemented Interfaces:
- com.google.code.validationframework.api.common.Disposable, com.google.code.validationframework.api.resulthandler.ResultHandler<RHI>
- Direct Known Subclasses:
- CellIconBooleanFeedback
public abstract class AbstractCellIconFeedback<RHI>
- extends AbstractIconFeedback<RHI>
| Methods inherited from class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback |
attach, dispose, getClippingAncestor, getDecoratedComponent, getIcon, getToolTipText, hideIcon, setClippingAncestor, setIcon, setToolTipText, showIcon |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.code.validationframework.api.resulthandler.ResultHandler |
handleResult |
AbstractCellIconFeedback
public AbstractCellIconFeedback(JTable table,
int modelRowIndex,
int modelColumnIndex)
attach
public void attach(JComponent decoratedComponent,
AnchorLink anchorLinkWithOwner)
- Overrides:
attach in class AbstractIconFeedback<RHI>
- See Also:
AbstractIconFeedback.detach()
detach
public void detach()
- Overrides:
detach in class AbstractIconFeedback<RHI>
- See Also:
AbstractIconFeedback.detach()
getCellRowIndex
public int getCellRowIndex()
setCellRowIndex
public void setCellRowIndex(int cellModelRowIndex)
getCellColumnIndex
public int getCellColumnIndex()
setCellColumnIndex
public void setCellColumnIndex(int cellModelColumnIndex)
getAnchorLink
public AnchorLink getAnchorLink()
- Gets the anchor link between the cell and its decoration.
- Overrides:
getAnchorLink in class AbstractIconFeedback<RHI>
- Returns:
- Anchor link between the cell and its decoration.
- See Also:
AbstractComponentDecoration.getAnchorLink()
setAnchorLink
public void setAnchorLink(AnchorLink anchorLinkWithTableCell)
- Sets the anchor link between the cell and its decoration.
- Overrides:
setAnchorLink in class AbstractIconFeedback<RHI>
- Parameters:
anchorLinkWithTableCell - Anchor link between the cell and its decoration.- See Also:
AbstractComponentDecoration.setAnchorLink(AnchorLink)
Copyright © 2013. All Rights Reserved.