: Download: FAQ: Licensing: Support: Contact ME
LwVCL Home
Introduction
Overview
Screen Shots
On-line Demos
Requirements
Further Plans
Docs
Tutorial
How-to (PDF)
API
FAQ
Download
Latest version

Home > J2SE > API

Overview   Package  Class  Tree  Deprecated  Index  Help 

Package org.zaval.lw.event

Events and listeners that are related to the lightweight components.

See:
          Description

Interface Summary
LwActionListener This listener interface for receiving the action events.
LwChildrenListener The interface should be implemented by the components that are interested in handling child components events.
LwComponentListener This listener interface for receiving light weight component events.
LwContainerListener This listener interface for receiving light weight container events.
LwFocusListener This listener interface for receiving light weight focus events.
LwKeyListener This is listener interface to receive light weight key events.
LwMouseListener This is listener interface to receive light weight mouse events.
LwMouseMotionListener This is listener interface to receive light weight mouse motion events.
LwTrackerListener This listener interface for receiving tracker events.
LwWinListener This is listener interface for receiving light weight window events.
 

Class Summary
LwActionSupport This is utility class that can be used by a class that generates action events to support list of LwActionListener classes.
LwContainerEvent This class is used with light weight containers to notify when a component has been added to the container or removed from the container.
LwEventManager This is one of the core classes of the light weight library that is used to define lightweight events delivering strategy.
LwKeyEvent This class is used with light weight components to describe keyboard events.
LwMouseEvent This class is used with light weight components to describe mouse events.
LwTrackerEvent This class represents tracker event.
LwVCLEvent This is base class for most light weight events to provide: The event id by the getID method. The event class UID by the getUID method.
 

Package org.zaval.lw.event Description

Events and listeners that are related to the lightweight components.



: up