Package javax.rad.ui.event

Provides classes for dealing with different types of events fired by UI components.

See:
          Description

Interface Summary
IActionListener Platform and technology independent action listener definition.
IComponentListener Platform and technology independent component listener definition.
IFocusListener Platform and technology independent focus listener definition.
IKeyListener Platform and technology independent key listener definition.
IMouseListener Platform and technology independent mouse listener definition.
IPopupMenuListener Platform and technology independent popup menu listener definition.
ITabsetListener Platform and technology independent tabset listener definition.
IWindowListener Platform and technology independent window listener definition.
 

Class Summary
ActionHandler The ActionHandler is a RuntimeEventHandler that handles IActionListener.
ComponentHandler<L> The ComponentHandler is a RuntimeEventHandler that handles IComponentListener.
FocusHandler<L> The FocusHandler is a RuntimeEventHandler that handles IFocusListener.
Key Stores Key Event Data for Accelerator.
KeyHandler<L> The KeyHandler is a EventHandler that handles IKeyListener.
MouseHandler<L> The MouseHandler is a RuntimeEventHandler that handles IMouseListener.
PopupMenuHandler<L> The PopupMenuHandler is a RuntimeEventHandler that handles IPopupMenuListener.
TabsetHandler<L> The TabsetHandler is a RuntimeEventHandler that handles ITabsetListener.
UIActionEvent Platform and technology independent action event definition.
UIComponentEvent Platform and technology independent component event definition.
UIEvent Platform and technology independent event definition.
UIFocusEvent Platform and technology independent focus event definition.
UIKeyEvent Platform and technology independent key event definition.
UIMouseEvent Platform and technology independent mouse event definition.
UIPopupMenuEvent Platform and technology independent popup menu event definition.
UITabsetEvent Platform and technology independent tabset event definition.
UIWindowEvent Platform and technology independent window event definition.
WindowHandler<L> The WindowHandler is a RuntimeEventHandler that handles IWindowListener.
 

Package javax.rad.ui.event Description

Provides classes for dealing with different types of events fired by UI components.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.