
Public Member Functions | |
| ChartEvent (Object source, int type) | |
| int | getType () |
| String | toString () |
Static Public Member Functions | |
| static ChartEvent | defaultReloadEvent () |
| static ChartEvent | defaultResetEvent () |
Static Public Attributes | |
| static final int | RESET = 1 |
| static final int | RELOAD = RESET+1 |
Protected Attributes | |
| int | type |
Static Private Attributes | |
| static ChartEvent | defaultResetEvent = null |
| static ChartEvent | defaultReloadEvent = null |
This is event object, used in a chart.
| com::cosylab::gui::components::r2::chart::ChartEvent::ChartEvent | ( | Object | source, | |
| int | type | |||
| ) | [inline] |
ChartEvent constructor.
| <code>source</code> | java.lang.Object is object that caused event | |
| <code>type</code> | is type of event |
Referenced by defaultReloadEvent(), and defaultResetEvent().
| static ChartEvent com::cosylab::gui::components::r2::chart::ChartEvent::defaultReloadEvent | ( | ) | [inline, static] |
This method return field defaultResetEvent and initialize field defaultReloadEvent.
References ChartEvent(), defaultResetEvent(), and RELOAD.
| static ChartEvent com::cosylab::gui::components::r2::chart::ChartEvent::defaultResetEvent | ( | ) | [inline, static] |
This method return field defaultResetEvent and initialize field defaultResetEvent.
References ChartEvent(), and RESET.
Referenced by defaultReloadEvent().
| int com::cosylab::gui::components::r2::chart::ChartEvent::getType | ( | ) | [inline] |
This method return type of event.
References type.
| String com::cosylab::gui::components::r2::chart::ChartEvent::toString | ( | ) | [inline] |
Returns a String that represents the value of this object.
ChartEvent com::cosylab::gui::components::r2::chart::ChartEvent::defaultReloadEvent = null [static, private] |
ChartEvent com::cosylab::gui::components::r2::chart::ChartEvent::defaultResetEvent = null [static, private] |
final int com::cosylab::gui::components::r2::chart::ChartEvent::RELOAD = RESET+1 [static] |
Referenced by defaultReloadEvent().
final int com::cosylab::gui::components::r2::chart::ChartEvent::RESET = 1 [static] |
Referenced by defaultResetEvent().
int com::cosylab::gui::components::r2::chart::ChartEvent::type [protected] |
Referenced by getType().
1.6.2