|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.forms.demos.bigraph.mViewMouseListener
mViewMouseListener implements ViewMouseListener, handling mouse events in the BI Graph
Constructor Summary | |
mViewMouseListener(oracle.dss.graph.Graph g,
FormsGraph fg,
localRelationalData lrd)
|
Method Summary | |
void |
mouseClicked(oracle.dss.dataView.ViewMouseEvent p0)
If mouse interaction is enabled in Forms then the following values are returned in a single delimited string. |
void |
mouseEntered(oracle.dss.dataView.ViewMouseEvent p0)
|
void |
mouseExited(oracle.dss.dataView.ViewMouseEvent p0)
|
void |
mousePressed(oracle.dss.dataView.ViewMouseEvent p0)
|
void |
mouseReleased(oracle.dss.dataView.ViewMouseEvent p0)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public mViewMouseListener(oracle.dss.graph.Graph g, FormsGraph fg, localRelationalData lrd)
Method Detail |
public void mouseClicked(oracle.dss.dataView.ViewMouseEvent p0)
Label of the row: for the Emp table this would be e.g. the employees name ("Smith")
Label of the column: for the Emp table this would be e.g. Sal
Value of the graph: the value is returned in 00.00 format
Column number of the bar in the graph: showing e.g. "Sal" and "Commission" will return 1 for "Sal" and 2 for "Commission"
Row number of the bar in the graph: Showing e.g. Salary for "Smith", "Jones" and "King" will return 1 for "Smtith", 2 for "Jones" and 3 form "King"
The string values are separated by the actual delimiter used, the default delimiter is ",".
mouseClicked
in interface oracle.dss.dataView.ViewMouseListener
public void mousePressed(oracle.dss.dataView.ViewMouseEvent p0)
mousePressed
in interface oracle.dss.dataView.ViewMouseListener
public void mouseReleased(oracle.dss.dataView.ViewMouseEvent p0)
mouseReleased
in interface oracle.dss.dataView.ViewMouseListener
public void mouseEntered(oracle.dss.dataView.ViewMouseEvent p0)
mouseEntered
in interface oracle.dss.dataView.ViewMouseListener
public void mouseExited(oracle.dss.dataView.ViewMouseEvent p0)
mouseExited
in interface oracle.dss.dataView.ViewMouseListener
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |