|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject de.desy.acop.displayers.table.TableColumnEvent
public class TableColumnEvent
TableColumnEvent
is an event triggered by AcopTableColumn
and notifies the listeners that there has been a change in the data of the column.
TableColumnListener
,
AcopTableColumn
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TableColumnEvent(AcopTableColumn source)
Constructs new TableColumnEvent. |
|
TableColumnEvent(AcopTableColumn source,
int rowIndex)
Constructs new TableColumnEvent. |
Method Summary | |
---|---|
AcopTableColumn |
getColumn()
Returns the column that was the source of the event. |
int |
getRowIndex()
Returns the index of the row, which triggered the event. |
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 |
Constructor Detail |
---|
public TableColumnEvent(AcopTableColumn source)
source
- the source columnpublic TableColumnEvent(AcopTableColumn source, int rowIndex)
source
- the source columnrowIndex
- index of the row which changedMethod Detail |
---|
public int getRowIndex()
public AcopTableColumn getColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |