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
|
In addition to the standard wizards, there are 14 model wizards. These allow you to quickly create
code for swing's component models. The 14 included are: Bounded Range, Button, Color Selection,
Combo Box, List, List Selection, Spinner, Spinner Date, Spinner List, Spinner Number, Table,
Table Column, Tree and Tree Selection Model. Each of these wizards allows you to create the model
based upon your direct input, a database query, or create a skeleton class implementing or extending
a current model. These models can then be associated with a component in the UI Editor via the
Properties Editor.
Each model wizard also has a Quick Create option. This allows you to quickly create code for a
model without having to incorporate the model into a project and then generate the project's code.
This is extremely useful if you are looking to generate a single table model, for example. You
would select the options you want for the model, and then click Quick Create. The code for the
model is generated and displayed in the text editor.
Each model wizard has had its user interface updated for version 1.2. The list of methods that
can be implemented or overridden is now displayed in a table format. This allows for the more
efficient use of screen real estate. In addition, speed and memory requirements have been
improved resulting in faster response times and smaller memory requirements for each wizard.
|
|