|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| ActionListener | Dispatches action events to interested parties. |
| ChangeListener | An interface used to inform listeners when a model has changed. |
| ComponentListener | A placeholder interface that all component listeners extend. |
| EventListener | Listens for all input events. |
| KeyListener | Dispatches key events to listeners on a component. |
| MouseListener | Dispatches mouse events to listeners on a component. |
| MouseMotionListener | Dispatches mouse motion events to listeners on a component. |
| MouseWheelListener | Dispatches mouse wheel events to listeners on a component. |
| TextListener | Used to communicate text modification events for text components. |
| Class Summary | |
|---|---|
| ActionEvent | Dispatched by a component when some sort of component-specific action has occurred. |
| BEvent | The base event class for all BUI events. |
| ChangeEvent | Generated when a model is changed. |
| FocusEvent | An event dispatched to a component when it receives or loses the focus. |
| InputEvent | Contains information common to all input (keyboard and mouse) events. |
| KeyEvent | Encapsulates the information associated with a keyboard event. |
| MouseAdapter | A convenience class for partially implementing the MouseListener interface. |
| MouseEvent | Encapsulates the information associated with a mouse event. |
| TextEvent | Used to dispatch notifications of text changes in text components. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||