|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.models.DataModelChangeEvent
lt.monarch.chart.models.MatrixDataModelChangeEvent
public class MatrixDataModelChangeEvent extends DataModelChangeEvent
Matrix data model change event class
| Modifier and Type | Class and Description |
|---|
| Nested classes/interfaces inherited from class lt.monarch.chart.models.DataModelChangeEvent |
|---|
DataModelChangeEvent.DataModelEvent |
| Modifier and Type | Field and Description |
|---|---|
protected int |
column
|
protected int |
firstRow
|
protected int |
lastRow
|
| Fields inherited from class lt.monarch.chart.models.DataModelChangeEvent |
|---|
action, olddValues, source |
| Constructor and Description |
|---|
MatrixDataModelChangeEvent(DataModel source,
DataModelChangeEvent.DataModelEvent action,
int firstRow,
int lastRow)
Matrix data model change event constructor. |
MatrixDataModelChangeEvent(DataModel source,
DataModelChangeEvent.DataModelEvent action,
int firstRow,
int lastRow,
int column)
Matrix data model change event constructor |
MatrixDataModelChangeEvent(DataModel source,
DataModelChangeEvent.DataModelEvent action,
int firstRow,
int lastRow,
int column,
java.lang.Object[] oldValue)
Matrix data model change event constructor |
MatrixDataModelChangeEvent(DataModel source,
DataModelChangeEvent.DataModelEvent action,
int firstRow,
int lastRow,
java.lang.Object[] oldValue)
Matrix data model change event constructor. |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Gets the column, where the change was performed |
int |
getFirstRow()
Gets the first row where the change was performed |
int |
getLastRow()
Gets the last row where the change was performed |
| Methods inherited from class lt.monarch.chart.models.DataModelChangeEvent |
|---|
getAction, getOldValues, getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int firstRow
protected int lastRow
protected int column
| Constructor Detail |
|---|
public MatrixDataModelChangeEvent(DataModel source,
DataModelChangeEvent.DataModelEvent action,
int firstRow,
int lastRow,
int column)
source - source of the data model, where the changes were madeaction - action type made in the data modelfirstRow - first row in the data model, where the change was performedlastRow - last row in the data model, where the change was performedcolumn - column, where the change was performed
public MatrixDataModelChangeEvent(DataModel source,
DataModelChangeEvent.DataModelEvent action,
int firstRow,
int lastRow,
int column,
java.lang.Object[] oldValue)
source - source of the data model, where the changes were madeaction - action type made in the data modelfirstRow - first row in the data model, where the change was performedlastRow - last row in the data model, where the change was performedcolumn - column, where the change was performedoldValue - when know is used to specify the old values (usually one value here)
public MatrixDataModelChangeEvent(DataModel source,
DataModelChangeEvent.DataModelEvent action,
int firstRow,
int lastRow)
source - source of the data model, where the changes were madeaction - action type made in the data modelfirstRow - first row in the data model, where the change was performedlastRow - last row in the data model, where the change was performed
public MatrixDataModelChangeEvent(DataModel source,
DataModelChangeEvent.DataModelEvent action,
int firstRow,
int lastRow,
java.lang.Object[] oldValue)
source - source of the data model, where the changes were madeaction - action type made in the data modelfirstRow - first row in the data model, where the change was performedlastRow - last row in the data model, where the change was performedoldValue - when know is used to specify the old values (usually array here)| Method Detail |
|---|
public int getColumn()
public int getFirstRow()
public int getLastRow()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||