|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.jrefinery.chart.ChartActionEvent
public class ChartActionEvent
Title:
Description:
Copyright: Copyright (c) 2002
Company: MBARI Proprietary Information. All rights reserved.
| Field Summary | |
|---|---|
protected com.jrefinery.chart.entity.ChartEntity |
entity
The chart entity (if any). |
protected java.awt.event.ActionEvent |
trigger
The Java action event that triggered this event. |
| Constructor Summary | |
|---|---|
ChartActionEvent(java.awt.event.ActionEvent trigger,
com.jrefinery.chart.entity.ChartEntity entity)
Constructs a new event. |
|
| Method Summary | |
|---|---|
com.jrefinery.chart.entity.ChartEntity |
getEntity()
Returns the chart entity (if any) under the mouse point. |
java.awt.event.ActionEvent |
getTrigger()
Returns the action event that triggered this event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.awt.event.ActionEvent trigger
protected com.jrefinery.chart.entity.ChartEntity entity
| Constructor Detail |
|---|
public ChartActionEvent(java.awt.event.ActionEvent trigger,
com.jrefinery.chart.entity.ChartEntity entity)
trigger - The action event that triggered this event.entity - The chart entity (if any) under the mouse point.| Method Detail |
|---|
public java.awt.event.ActionEvent getTrigger()
public com.jrefinery.chart.entity.ChartEntity getEntity()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||