com::cosylab::gui::components::r2::chart::ChartEvent Class Reference

Collaboration diagram for com::cosylab::gui::components::r2::chart::ChartEvent:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

This is event object, used in a chart.


Constructor & Destructor Documentation

com::cosylab::gui::components::r2::chart::ChartEvent::ChartEvent ( Object  source,
int  type 
) [inline]

ChartEvent constructor.

Parameters:
<code>source</code> java.lang.Object is object that caused event
<code>type</code> is type of event

Referenced by defaultReloadEvent(), and defaultResetEvent().


Member Function Documentation

This method return field defaultResetEvent and initialize field defaultReloadEvent.

References ChartEvent(), defaultResetEvent(), and RELOAD.

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.

Returns:
a string representation of the receiver

Member Data Documentation

Referenced by defaultReloadEvent().

Referenced by defaultResetEvent().

Referenced by getType().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2