| Home >> All >> echopoint >> [ event Javadoc ] |
echopoint.event: Javadoc index of package echopoint.event.
Package Samples:
echopoint.event
Classes:
DefaultChartEventGenerator: DefaultChartEventGenerator generates default action commands and tooltips for ChartEntity by calling the ChartEntity.getURLText() and ChartEntity.getToolTipText() respectively. You can therefore use the JFreeChart URLGenerator derived classes to generate unique "action" commands for you chart data. Remember you are not returning an URL in the traditional sense but rather a String that uniquely defines each peice of the chart. This string will be used as the action command of an ActionEvent
WeakEventListenerList: The WeakEventListenerList is basically the same as a nextapp.echo.EventListenerList except that it uses WeakReferences to the listeners. It has the advantage that if a Model class (using this list class) has listeners which forget to remove themselves from the model then they will be automatically cleaned up by the Java Garbage Collector. It has the disadvantage that if the listener is stand alone, ie. is not strongly reached by any other object, then it will be eligible for garbage collection and hence will disappear from the list.
ChartEventGenerator: ChartEventGenerator is used to generate ActionEvent commands for ChartEntity s within a ChartPanel such as lines, bars pie sections etc.. Each entity in the JFreeChart will be enumerated and this interface will be called to generate a unqiue action command string for that ChartEntity .
DialogAdapter: An adapter class that implements all methods of the DialogListener interface with empty methods.
ExternalEvent: ExternalEvent represents an event that has been raised externally to the Echo web application.
ExternalEventListener: The ExternalEventListener interface is used to listen for ExternalEvents.
DialogListener: The listener interface for receiving DialogPanel events.
DialogEvent: An event indicating a change in DialogPanel state.
| Home | Contact Us | Privacy Policy | Terms of Service |