|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.dss.dataView.ComponentHandle
oracle.dss.dataView.DrillComponentHandle
public class DrillComponentHandle
Represents a Graph component that indicates drilling, and provides information about the edge and layer of the component.
| Field Summary |
|---|
| Fields inherited from class oracle.dss.dataView.ComponentHandle |
|---|
m_dataAccess |
| Constructor Summary | |
|---|---|
DrillComponentHandle(int id, java.lang.String name, java.lang.Object comp, int edge, int layer)Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o) |
ComponentInfo |
getComponentInfo()Retrieves the DrillComponentInfo for the component that this DrillComponentHandle represents. |
int |
getEdge()Retrieves the edge that the drilling component is on. |
int |
getLayer()Retrieves the layer of the drilling component. |
java.lang.String |
toString()Generates a String representation of this DrillComponentHandle. |
| Methods inherited from class oracle.dss.dataView.ComponentHandle |
|---|
getComponent, getID, getName, setDataAccess |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DrillComponentHandle(int id,
java.lang.String name,
java.lang.Object comp,
int edge,
int layer)
id - A constant that identifies the component that this DrillComponentHandle represents.name - The name of the represented component.comp - The actual reference to the component.edge - A constant that identifies the edge of the component. Valid constants are listed in the See Also section.layer - The layer of the cell that this DrillComponentHandle represents.DataDirector.COLUMN_EDGE, DataDirector.PAGE_EDGE, DataDirector.ROW_EDGE| Method Detail |
|---|
public java.lang.String toString()
String representation of this DrillComponentHandle. The String contains the name of this class, the name of the component, and location of the represented item, as identified by its edge and layer.toString in class java.lang.ObjectString representation of this object.public int getEdge()
DataDirector.COLUMN_EDGE, DataDirector.PAGE_EDGE, DataDirector.ROW_EDGEpublic int getLayer()
DrillComponentHandle represents.public ComponentInfo getComponentInfo()
DrillComponentInfo for the component that this DrillComponentHandle represents.getComponentInfo in class ComponentHandleDrillComponentInfo can be null, though this is not normal.DataComponentHandlepublic boolean equals(java.lang.Object o)
equals in class ComponentHandle
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||