RICommon Code
The RICommon package contains the source code for commercial-quality components that you can use in your own applications as is, or modified as required. The reference implementations use the components found in the src/RICommon directory to minimize code duplication while providing rich configuration settings, printing, and searching support. By leveraging the RICommon components you can rapidly add robust, feature-rich capabilities to your application in a fraction of the time it would otherwise require.
Contents of the src\RICommon (ice.ri.common) package:
- UI Utilities (ice.ri.common.dialog)
- Settings dialog base classes for AWT and Swing, miscellaneous utility classes.
- Printing (ice.ri.common.print)
- Print routines for JDK 1.1 and JDK 1.3.1+ (.jdk11, .jdk13).
- Easy-to-use print utility for feature-rich printing, regardless of JDK version (PrintHelper).
- Localized Page Setup and Print Preview dialogs for AWT and Swing (.awt, .swing).
- Searching (ice.ri.common.search)
- Powerful search utility for rapidly adding search capabilities to your ICEbrowser application (SearchHelper).
- Modeless, localized Swing searchbar component that supports forward/backward, case sensitive, whole word searches and optional highlighting of all matches (.swing).