Documentation
Palette
The component palette provides quick access to commonly used components (JavaBeans) available for adding to forms.
|
|
The components are organized in categories. Click on a category header to expand or collapse a category. You can add a new component to the form in following ways:
To add multiple instances of a component, press the Ctrl key (Mac OS X: Command key) while clicking on the Design or Structure view. The component palette is fully customizable. Right-click on the palette to add, edit, remove or reorder components and categories. Or use the Palette Manager. |
| Toolbar commands | ||
|---|---|---|
| Palette Manager | Opens the Palette Manager dialog to customize the palette. | |
Choose Bean¶
You can use any component that follows the JavaBean specification in JFormDesigner. Select Choose Bean in the palette to open the Choose Bean dialog.
Search tab¶
On this tab you can search for classes. Enter the first few characters of the class you want to choose until it appears in the matching classes list. Then select it in the list and click OK.
The matching classes list displays all classes that match. It is separated into up to three sections:
- Matching history: classes found in the history of last used classes. If the search field is empty, the complete history is displayed. To delete a class from the history, select it and press the Delete key or right-click on it an select Delete from the popup menu.
- Matching classes: classes found in the Classpath specified in the current Project.
- Matching palette: classes found in the palette.

JARs tab¶
On this tab you can select classes that are marked as JavaBean in the JAR's manifest. The provider of the component JAR can mark some classes as JavaBean in the manifest file. Popular 3rd party component libraries like MiG Calendar or JIDE components use this to make it easier to find the few classes, which can be used in GUI builders, in libraries that contain hundreds of classes.

See also http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Per-Entry%20Attributes
Other options
The Is Container check box allows you to specify whether a bean is a container or not.
If you select Add to palette category, the component will be added to the palette category specified in the following field. Click the New button to create a new category for your components if necessary.
Stand-alone: Use the Classpath button to specify the location of your component classes. Add your JAR files or class folders.
IDE plug-ins: The classpath specified in the IDE project is used to locate component classes.
Palette Manager¶
This dialog allows you to fully customize the component palette. You can add, edit, remove or reorder components and categories.


