public class EditableListEvent extends TableModelEvent
ALL_COLUMNS, DELETE, HEADER_ROW, INSERT, UPDATE
Constructor and Description |
---|
EditableListEvent(TableModel source,
int firstRow,
int lastRow,
int column,
int type,
Object[] data)
Create a new editable list event.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
getData()
Get all data.
|
Object |
getData(int idx)
Get the data for a specific row.
|
getColumn, getFirstRow, getLastRow, getType
getSource, toString
public EditableListEvent(TableModel source, int firstRow, int lastRow, int column, int type, Object[] data)
Copyright © 2012. All Rights Reserved.