|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.extentech.swingtools.table.DefaultCellAttribute
com.extentech.ExtenXLS.ui.WorkSheetCellAttribute
public class WorkSheetCellAttribute
A version of CellAttribute which does not require expensive initialization -- basically a sparsely populated version....
| Field Summary |
|---|
| Fields inherited from interface com.extentech.swingtools.table.CellSpan |
|---|
COLUMN, ROW |
| Constructor Summary | |
|---|---|
WorkSheetCellAttribute()
|
|
WorkSheetCellAttribute(int numRows,
int numColumns)
|
|
| Method Summary | |
|---|---|
java.awt.Dimension |
getSize()
|
void |
setSize(java.awt.Dimension size)
|
| Methods inherited from class com.extentech.swingtools.table.DefaultCellAttribute |
|---|
addColumn, addRow, combine, getBackground, getFont, getForeground, getSpan, insertRow, isVisible, setBackground, setBackground, setFont, setFont, setForeground, setForeground, setSpan, split |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkSheetCellAttribute()
public WorkSheetCellAttribute(int numRows,
int numColumns)
| Method Detail |
|---|
public java.awt.Dimension getSize()
getSize in interface com.extentech.swingtools.table.CellAttributegetSize in class com.extentech.swingtools.table.DefaultCellAttributepublic void setSize(java.awt.Dimension size)
setSize in interface com.extentech.swingtools.table.CellAttributesetSize in class com.extentech.swingtools.table.DefaultCellAttribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||