|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steema.teechart.events.ChartMouseAdapter
public abstract class ChartMouseAdapter
An abstract adapter class for receiving chart click events. The methods in this class are empty. This class exists as convenience for creating listener objects.
Extend this class to create a ChartClick listener
and override the methods for the events of interest. (If you implement the
ChartMouseListener interface, you have to define all of
the methods in it. This abstract class defines null methods for them
all, so you can only have to define methods for events you care about.)
Create a listener object using the extended class and then register it with
a component using the component's addChartMouseListener
method.
ChartMouseListener| Constructor Summary | |
|---|---|
ChartMouseAdapter()
|
|
| Method Summary | |
|---|---|
void |
axesClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on an Axis |
void |
backgroundClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on the Background |
void |
legendClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on a Legend |
void |
titleClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on an Title |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartMouseAdapter()
| Method Detail |
|---|
public void axesClicked(ChartMouseEvent e)
axesClicked in interface ChartMouseListenerpublic void backgroundClicked(ChartMouseEvent e)
backgroundClicked in interface ChartMouseListenerpublic void legendClicked(ChartMouseEvent e)
legendClicked in interface ChartMouseListenerpublic void titleClicked(ChartMouseEvent e)
titleClicked in interface ChartMouseListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||