public static class TableModel.TableModelEvent extends ActionEvent
ActionEvent.Type
Modifier and Type | Field and Description |
---|---|
static int |
DELETE |
static int |
INSERT |
static int |
INVALIDATE |
static int |
UPDATE |
Constructor and Description |
---|
TableModelEvent(TableModel source,
int column,
int firstRow,
int lastRow,
int type) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getFirstRow() |
int |
getLastRow() |
int |
getType() |
void |
setColumn(int column) |
consume, getActualComponent, getCommand, getComponent, getDraggedComponent, getDropTarget, getEventType, getKeyEvent, getProgress, getSource, getX, getY, isConsumed, isLongEvent
public static final int INSERT
public static final int UPDATE
public static final int DELETE
public static final int INVALIDATE
public TableModelEvent(TableModel source, int column, int firstRow, int lastRow, int type)
public int getColumn()
public void setColumn(int column)
column
- the column to setpublic int getFirstRow()
public int getLastRow()
public int getType()
Copyright © 2021. All Rights Reserved.