|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
yu.ac.bg.etf.javaqx.qswing.events.TableModelEvent
Table Model Event.
Field Summary | |
static int |
ALL_COLUMNS
All columns. |
protected int |
column
|
static int |
DELETE
Delete event type. |
protected int |
firstRow
|
static int |
HEADER_ROW
Header row. |
static int |
INSERT
Insert event type. |
protected int |
lastRow
|
protected int |
type
|
static int |
UPDATE
Update event type. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
TableModelEvent(TableModel source)
Constructs new TableModelEvent object. |
|
TableModelEvent(TableModel source,
int row)
Constructs new TableModelEvent object. |
|
TableModelEvent(TableModel source,
int firstRow,
int lastRow)
Constructs new TableModelEvent object. |
|
TableModelEvent(TableModel source,
int firstRow,
int lastRow,
int column)
Constructs new TableModelEvent object. |
|
TableModelEvent(TableModel source,
int firstRow,
int lastRow,
int column,
int type)
Constructs new TableModelEvent object. |
Method Summary | |
int |
getColumn()
Returns column. |
int |
getFirstRow()
Returns first row. |
int |
getLastRow()
Returns last row. |
int |
getType()
Returns type. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int ALL_COLUMNS
public static final int HEADER_ROW
public static final int DELETE
public static final int UPDATE
public static final int INSERT
protected int type
protected int column
protected int firstRow
protected int lastRow
Constructor Detail |
public TableModelEvent(TableModel source, int firstRow, int lastRow, int column, int type)
source
- the sourcefirstRow
- the first rowlastRow
- the last rowcolumn
- the column.type
- the typepublic TableModelEvent(TableModel source, int firstRow, int lastRow, int column)
source
- the sourcefirstRow
- the first rowlastRow
- the last rowcolumn
- the column.public TableModelEvent(TableModel source, int firstRow, int lastRow)
source
- the sourcefirstRow
- the first rowlastRow
- the last rowpublic TableModelEvent(TableModel source, int row)
source
- the sourcerow
- the rowpublic TableModelEvent(TableModel source)
source
- the sourceMethod Detail |
public int getColumn()
public int getFirstRow()
public int getLastRow()
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |