| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
oracle.dss.dataView.DataviewEvent
oracle.dss.dataView.ControllerEvent
oracle.dss.dataView.SelectEvent
public class SelectEvent
Event describing a component selection.
| Field Summary | |
|---|---|
| static int | COMPONENT_SELECTEDSelected | 
| static int | COMPONENT_SELECTINGSelecting | 
| protected  int | id | 
| Fields inherited from class oracle.dss.dataView.ControllerEvent | 
|---|
| component | 
| Fields inherited from class oracle.dss.dataView.DataviewEvent | 
|---|
| consumed | 
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| SelectEvent(java.lang.Object source,
            int ID,
            ComponentHandle comp)Class constructor. | |
| Method Summary | |
|---|---|
|  int | getID()Return the ID of the event. | 
| Methods inherited from class oracle.dss.dataView.ControllerEvent | 
|---|
| getComponentHandle | 
| Methods inherited from class oracle.dss.dataView.DataviewEvent | 
|---|
| consume, isConsumed | 
| 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 | 
| Field Detail | 
|---|
public static final int COMPONENT_SELECTING
public static final int COMPONENT_SELECTED
protected int id
| Constructor Detail | 
|---|
public SelectEvent(java.lang.Object source,
                   int ID,
                   ComponentHandle comp)
source - the event source| Method Detail | 
|---|
public int getID()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||