| Klasse javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange | 1.2 |
java.lang.Object | +--javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
| Datenelemente | |
|---|---|
| protected int | type |
| protected int | firstRow |
| protected int | lastRow |
| protected int | firstColumn |
| protected int | lastColumn |
| Konstruktoren | |
|---|---|
| protected | JTable.AccessibleJTable.AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn) |
| Methoden | |
|---|---|
| public int | getType() |
| public int | getFirstRow() |
| public int | getLastRow() |
| public int | getFirstColumn() |
| public int | getLastColumn() |