|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IJLChartActionListener
An interface to handle some user defined action available from the chart contextual menu
| Method Summary | |
|---|---|
void |
actionPerformed(JLChartActionEvent evt)
Called when the user select a user action (available from contextual chart menu) |
boolean |
getActionState(JLChartActionEvent evt)
Called when the the action name starting with 'chk' (displayed as check box menu item) and each time the chart menu is shown. |
| Method Detail |
|---|
void actionPerformed(JLChartActionEvent evt)
evt - Event object (containing acion name and state)JLChart.addUserAction(java.lang.String)boolean getActionState(JLChartActionEvent evt)
evt - Event object (containing acion name)JLChart.addUserAction(java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||