Open Project Structure
Project Overview
Text Editor
Listener Code
Wizards for Menubars, Actions, Fonts and more
14 Model Wizards
Database Driven Models
Code Samples
HTML Symbols Window
Ant Integration
CVS Integration
UI Editor
UI Properties Editor
UI Event Model Editor
Database Structure Analyzer
XML Debugging
Pluggable Architecture
|
The UI Event Model Editor works in tandem with the UI Property Editor to allow you to select which
events a component should listen for. It displays a table of all possible events for the currently
selected component. Each event listing uses tool tips to display the listener it is associated with.
Checking off an event will result in a method stub for that event being included in the generated
code. This method stub is added as the event listener, through the appropriate addListener method,
to the component. You can then write the code that takes appropriate action within this stub.
The UI Event Model Editor is also a tear off window. Click and drag the title bar of the window
to move it to a different position on the screen or to a different monitor. Clicking the close X
will restore the window to its original position.
|
|