| |
| ElegantJ : Features :Wizards |
| |
|
| |
| Visual Instantiation |
| |
| - |
It is a critical part of importing JavaBeans� and other components. When you drop any component on the screen designer, it starts by asking constructor. Unlike many other tools that just facilitate null constructors, with ElegantJ one can specify null, string or create from other object. This way one can pass new object a method or parameter from another object. |
| - |
Once one becomes proficient, one will find it very powerful tool to use various Java� components, the way he wants. |
| - |
One of the strengths of ElegantJ is that we have provided and advanced, visual system for creating instances. |
|
Top |
| |
| DataPanel Wizard |
| |
| - |
This wizard is used to create complex Forms and Reports, even with master detail
functionality. These set of components use ElegantJ data provider framework, which enables
you to access your databases, Text files, and XML data through JDBC, HTTP and FTP. |
| - |
The wizard provides facility for |
|
| - |
Selection of Presentation style: Free Form, Grid, Tabular, Master Detail, and chart |
| - |
Selection of AWT/JFC view |
| - |
Selection Form/Report view |
| - |
Selection of Data source and drivers / protocols |
| - |
Select and Design the query |
| - |
Graphical SQL query painter available, if you do not want to write SQL query on your
own. |
| - |
Defining LINK columns in Master Detail |
| - |
Configuration of the Fields - caption, edit style, enable / disable, font, background,
foreground, border etc. |
| - |
Once formed, relevant GUI objects ( like static combo box, database lookup combo with
search capability, checkbox, radio button, spin control, etc.) can be associated with each
field, which will work seamlessly with that column. |
| - |
Configuration of navigation buttons ( First, Last, Next, Previous, Add, Save, Delete,
etc. ) |
| - |
It speeds up the application development, and generates robust, error free forms and
reports. |
|
|
Top |
| |
| Menu / Toolbar Wizard |
| |
This wizard helps to create a menu or a toolbar.
| - |
Options to create in AWT/JFC |
| - |
N level of menu, submenu |
| - |
User defined Font |
| - |
Simple, checked, unchecked styles |
| - |
Enable / Visible property |
| - |
User defined short cuts |
| - |
Handy Insert / remove for menu, submenu and menu item |
| - |
Add remove grouping of menu item |
| - |
Foreground, background, Tool tip, Mnemonic char, image for JFC menu, menu item |
| - |
Keep on creating menu items or toolbar buttons and at the end it will be added as a
bean. This bean can be imported to put a menu or a toolbar at desired place in your
application. |
|
Top |
| |
| Resource Wizard |
| |
| - |
All ElegantJ components are compatible for locale-sensitive data formatting and
support |
| - |
The Resource Wizard prepares your application or applet for translation. |
| - |
It moves hard coded strings in your application or applet code to ResourceBundles. |
| - |
ElegantJ architecture does not use native peer UI controls. This helps to improve
visual consistency of GUI designs across multiple platforms and makes it possible to
display characters which do not exist in an end user's default native encoding. (This
capability is not possible with component architectures that rely exclusively on native
peers.) |
|
Top |
|