com.extentech.ExtenXLS.ui
Class WorkSheetCellAttribute

java.lang.Object
  extended by com.extentech.swingtools.table.DefaultCellAttribute
      extended by com.extentech.ExtenXLS.ui.WorkSheetCellAttribute
All Implemented Interfaces:
com.extentech.swingtools.table.CellAttribute, com.extentech.swingtools.table.CellFont, com.extentech.swingtools.table.CellSpan, com.extentech.swingtools.table.ColoredCell

public class WorkSheetCellAttribute
extends com.extentech.swingtools.table.DefaultCellAttribute

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

WorkSheetCellAttribute

public WorkSheetCellAttribute()

WorkSheetCellAttribute

public WorkSheetCellAttribute(int numRows,
                              int numColumns)
Method Detail

getSize

public java.awt.Dimension getSize()
Specified by:
getSize in interface com.extentech.swingtools.table.CellAttribute
Overrides:
getSize in class com.extentech.swingtools.table.DefaultCellAttribute

setSize

public void setSize(java.awt.Dimension size)
Specified by:
setSize in interface com.extentech.swingtools.table.CellAttribute
Overrides:
setSize in class com.extentech.swingtools.table.DefaultCellAttribute


Copyright © 2011 Extentech Inc. All Rights Reserved.