ElegantJ Data Tables Java API Specification v1.1

com.elegantj.awt.table
Class TableRowsAddedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.elegantj.awt.table.TableRowsAddedEvent
All Implemented Interfaces:
java.io.Serializable

public class TableRowsAddedEvent
extends java.util.EventObject

TableRowsAddedEvent is used to notify interested parties that state has changed in the event source

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TableRowsAddedEvent(java.lang.Object source, int rowIndex1, int rowIndex2)
          Constructs a TableRowsAddedEvent object.
 
Method Summary
 int getFirstAddedRowIndex()
          Method which returns the first added row index
 int getLastAddedRowIndex()
          Method which returns the last added row index
 
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

TableRowsAddedEvent

public TableRowsAddedEvent(java.lang.Object source,
                           int rowIndex1,
                           int rowIndex2)
Constructs a TableRowsAddedEvent object.

Parameters:
source - the Object that is the source of the event
rowIndex1 - The first added row index
rowIndex2 - The first added row index
Method Detail

getFirstAddedRowIndex

public int getFirstAddedRowIndex()
Method which returns the first added row index

Returns:
The first added row index

getLastAddedRowIndex

public int getLastAddedRowIndex()
Method which returns the last added row index

Returns:
The last added row index

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.