|
Simple Machine | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectUtil.DataModelEvent
public class DataModelEvent
Observer update event for DataModel, presented as argument to Observer.update ().
| Nested Class Summary | |
|---|---|
static class |
DataModelEvent.Type
|
| Constructor Summary | |
|---|---|
DataModelEvent(DataModelEvent.Type aType,
int rowIndex,
int columnIndex)
|
|
DataModelEvent(DataModelEvent.Type aType,
java.util.List<TableCellIndex> aCells)
|
|
| Method Summary | |
|---|---|
java.util.List<TableCellIndex> |
getCells()
|
int |
getRowIndex()
|
DataModelEvent.Type |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataModelEvent(DataModelEvent.Type aType,
java.util.List<TableCellIndex> aCells)
public DataModelEvent(DataModelEvent.Type aType,
int rowIndex,
int columnIndex)
| Method Detail |
|---|
public DataModelEvent.Type getType()
public java.util.List<TableCellIndex> getCells()
public int getRowIndex()
|
Simple Machine | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||