|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.yale.gui.attributeeditor.CellEditors
public class CellEditors
A generic collection class for cell editors. This class manages a vector containing the cell editors for each row, i.e. a vector of a vector of cell editors.
| Field Summary | |
|---|---|
private java.util.List<java.util.List<javax.swing.table.TableCellEditor>> |
cellEditors
|
| Constructor Summary | |
|---|---|
CellEditors(int size)
Creates a new cell editor collection. |
|
| Method Summary | |
|---|---|
void |
add(int row,
javax.swing.table.TableCellEditor editor)
Adds a new cell editor in the given row. |
javax.swing.table.TableCellEditor |
get(int row,
int column)
Returns the cell renderer in the given row and column. |
int |
getSize()
Returns the number of rows. |
int |
getSize(int i)
Returns the size of the i-th row. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.List<java.util.List<javax.swing.table.TableCellEditor>> cellEditors
| Constructor Detail |
|---|
public CellEditors(int size)
| Method Detail |
|---|
public void add(int row,
javax.swing.table.TableCellEditor editor)
public javax.swing.table.TableCellEditor get(int row,
int column)
public int getSize()
public int getSize(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||