Skip navigation links
com.essbase.eas.ui.ptable
Class PTableEvent
java.lang.Object
java.util.EventObject
com.essbase.eas.ui.ptable.PTableEvent
- All Implemented Interfaces:
- java.io.Serializable
-
public class PTableEvent
- extends java.util.EventObject
This class initializes the events happening on a PTable.
- Version:
- 1.00, 02/26/2001
- Author:
- Namita Varma
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
DELETE_PRESSED
public static final int DELETE_PRESSED
-
- See Also:
- Constant Field Values
ENTER_PRESSED
public static final int ENTER_PRESSED
-
- See Also:
- Constant Field Values
MOUSE_EXITED
public static final int MOUSE_EXITED
-
- See Also:
- Constant Field Values
CELL_SELECTED
public static final int CELL_SELECTED
-
- See Also:
- Constant Field Values
PTableEvent
protected PTableEvent()
PTableEvent
public PTableEvent(java.lang.Object source,
int id)
PTableEvent
public PTableEvent(java.lang.Object source,
int id,
int[] row)
-
- Parameters:
source:
- the component associated with this event.
id
- : the id to associate with this event. Use from the public static actions defined in this class.
row[]:
- The table rows selected for this event if source is a PTable.
getRows
public int[] getRows()
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.