|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| 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.DrillEvent
public class DrillEvent
The event describing a drill from the Dataview.
| Field Summary |
|---|
| Fields inherited from class oracle.dss.dataView.DataviewEvent |
|---|
consumed |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DrillEvent(java.lang.Object source,
int edge,
int depth,
int index,
int type)
Class constructor. |
|
| Method Summary | |
|---|---|
int |
getDepth()
Return the depth on which this drill occurred. |
int |
getDrillType()
Return the type of this drill. |
int |
getEdge()
Return the edge on which this drill occurred. |
int |
getIndex()
Return the index at which this drill occurred. |
| 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 |
| Constructor Detail |
|---|
public DrillEvent(java.lang.Object source,
int edge,
int depth,
int index,
int type)
source - the event source| Method Detail |
|---|
public int getEdge()
public int getDepth()
public int getIndex()
public int getDrillType()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||