About extending the swing user interface
The Presentation Framework allows you to customize how information is displayed without changing the way it functions.
You can customize the user interface for the Applications Manager in several ways. Each customization is accomplished through a combination of configuration changes made in the Applications Manager and changes to Java™ Swing code.
After you are satisfied with all of the customizations you have made to the Applications Manager UI, create and deploy the extended UI-specific JAR files.
The main purpose of user interface extensibility is to enable any database extensions to be integrated into the graphical user interface.
- Adding any icons (or buttons) and labels
- Adding any text fields and checkboxes
- Hiding any non-mandatory components
- Reorganizing the components that are displayed on-screen
- Search screens
- Detail screens
- List screens
The explorer screens (screens that contain only a tree) are not extensible.
Toolbar icons for customizing the applications manager
When you customize the Applications Manager in your development environment, you can use the following icons:
| Icon | Name | Description |
|---|---|---|
![]() |
Refresh | Click this icon to update all UI resources for user interface testing (for use in a development environment only.) |
![]() |
Refresh Entity | Click this icon to update a specific entry and its child resources for user interface testing (for use in a development environment only.) |

