es.aeat.eett.plugins.tableNavi.table
Class CellAttributeBiIcon
java.lang.Object
es.aeat.eett.plugins.tableNavi.table.DefaultCellAttribute
es.aeat.eett.plugins.tableNavi.table.CellAttributeBiIcon
- All Implemented Interfaces:
- CellAttribute, CellFont, CellImage, CellImage2, CellSpan, CellToolTipText, ColoredCell
- public class CellAttributeBiIcon
- extends DefaultCellAttribute
- implements CellImage2
- Author:
- f00992
Esta clase permite usar dos icons en el render
Field Summary |
protected javax.swing.ImageIcon[][] |
icon2
|
Fields inherited from interface es.aeat.eett.plugins.tableNavi.table.CellSpan |
COLUMN, ROW |
Method Summary |
javax.swing.ImageIcon |
getImageIcon2(int row,
int column)
|
void |
setImageIcon2(javax.swing.ImageIcon imageIcon2,
int[] rows,
int[] columns)
|
void |
setImageIcon2(javax.swing.ImageIcon imageIcon2,
int row,
int column)
|
void |
setSize(java.awt.Dimension size)
|
Methods inherited from class es.aeat.eett.plugins.tableNavi.table.DefaultCellAttribute |
addColumn, addRow, combine, getBackground, getFont, getForeground, getImageIcon, getSize, getSpan, getToolTipText, initValue, insertRow, isOutOfBounds, isOutOfBounds, isVisible, setBackground, setBackground, setFont, setFont, setForeground, setForeground, setImageIcon, setImageIcon, setSpan, setToolTipText, setToolTipText, setValues, split |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
icon2
protected javax.swing.ImageIcon[][] icon2
CellAttributeBiIcon
public CellAttributeBiIcon()
CellAttributeBiIcon
public CellAttributeBiIcon(int numRows,
int numColumns)
- Parameters:
numRows
- numColumns
-
getImageIcon2
public javax.swing.ImageIcon getImageIcon2(int row,
int column)
- Specified by:
getImageIcon2
in interface CellImage2
setImageIcon2
public void setImageIcon2(javax.swing.ImageIcon imageIcon2,
int row,
int column)
- Specified by:
setImageIcon2
in interface CellImage2
setImageIcon2
public void setImageIcon2(javax.swing.ImageIcon imageIcon2,
int[] rows,
int[] columns)
- Specified by:
setImageIcon2
in interface CellImage2
setSize
public void setSize(java.awt.Dimension size)
- Specified by:
setSize
in interface CellAttribute
- Overrides:
setSize
in class DefaultCellAttribute
JRubik v0.6