com.elegantj.awt.table
Class TableColumnsAddedEvent
java.lang.Object
java.util.EventObject
com.elegantj.awt.table.TableColumnsAddedEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class TableColumnsAddedEvent
- extends java.util.EventObject
TableColumnAddedEvent is used to notify interested parties that
state has changed in the event source
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
TableColumnsAddedEvent(java.lang.Object source,
int firstAddedColumnIndex,
int lastAddedColumnIndex)
Constructs a TableColumnsAddedEvent object. |
| 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 |
TableColumnsAddedEvent
public TableColumnsAddedEvent(java.lang.Object source,
int firstAddedColumnIndex,
int lastAddedColumnIndex)
- Constructs a TableColumnsAddedEvent object.
- Parameters:
source - the Object that is the source of the eventfirstAddedColumnIndex - The first added columnIndexlastAddedColumnIndex - The last added columnIndex
getFirstAddedColumnIndex
public int getFirstAddedColumnIndex()
- Method which returns the first added column index
- Returns:
- The added column index
getLastAddedColumnIndex
public int getLastAddedColumnIndex()
- Method which returns the last added column index
- Returns:
- The added column index
Submit a bug or feature
Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.