protected class

JTable.AccessibleJTable.AccessibleJTableModelChange

extends Object
implements AccessibleTableModelChange
java.lang.Object
   ↳ javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange

Summary

[Expand]
Inherited Constants
From interface javax.accessibility.AccessibleTableModelChange
Fields
protected int firstColumn
protected int firstRow
protected int lastColumn
protected int lastRow
protected int type
Protected Constructors
JTable.AccessibleJTable.AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)
Public Methods
int getFirstColumn()
Returns the first column that changed.
int getFirstRow()
Returns the first row that changed.
int getLastColumn()
Returns the last column that changed.
int getLastRow()
Returns the last row that changed.
int getType()
Returns the type of event
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.accessibility.AccessibleTableModelChange

Fields

protected int firstColumn

protected int firstRow

protected int lastColumn

protected int lastRow

protected int type

Protected Constructors

protected JTable.AccessibleJTable.AccessibleJTableModelChange (int type, int firstRow, int lastRow, int firstColumn, int lastColumn)

Public Methods

public int getFirstColumn ()

Returns the first column that changed.

public int getFirstRow ()

Returns the first row that changed.

public int getLastColumn ()

Returns the last column that changed.

public int getLastRow ()

Returns the last row that changed.

public int getType ()

Returns the type of event