Package com.portal.pfc.ui
Class TreeTableDataEvent
java.lang.Object
java.util.EventObject
java.awt.AWTEvent
com.portal.pfc.ui.TreeTableDataEvent
- All Implemented Interfaces:
Serializable
- Version:
- 1
- Author:
- Manjunatha L
- See Also:
-
Field Summary
Fields inherited from class java.awt.AWTEvent
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, MOUSE_WHEEL_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK, WINDOW_FOCUS_EVENT_MASK, WINDOW_STATE_EVENT_MASKFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionTreeTableDataEvent(Object src, Object pValue, Object aValue, int row, int column) -
Method Summary
Modifier and TypeMethodDescriptionReturns the modified value of the cellReturns the previous value of the cellintReturns the selected column indexintReturns the selected row indexMethods inherited from class java.awt.AWTEvent
consume, getID, isConsumed, paramString, setSource, toStringMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
TreeTableDataEvent
- Parameters:
src- the component that is sending the eventvals- an array of models
-
-
Method Details
-
getPreviousValue
Returns the previous value of the cell- Returns:
- Object
-
getModifiedValue
Returns the modified value of the cell- Returns:
- Object
-
getSelectedRow
public int getSelectedRow()Returns the selected row index- Returns:
- Object
-
getSelectedColumn
public int getSelectedColumn()Returns the selected column index- Returns:
- Object
-