Package com.borland.primetime.ui

Interface Summary
DialogValidator Implementations of the DialogValidator interface can accept or reject an attempt to dismiss a DefaultDialog instance using the "OK" button.
 

Class Summary
CompositeIcon This class provides an Icon that is a composite of a number of other icons.
DefaultDialog This helper class provides a variety of convenient mechanisms for creating a dialog including: auto-centering, frame finding, default button handling, and minimum size enforcement.
ImageListIcon An ImageListIcon provides a convenient mechanism for loading a single icon among many of the same size (all of an identical height and width) which are arranged as one horizontal strip in the composite "list" image.
SearchTree SearchTree adds a unique type-to-search mechanism to the standard Swing JTree based on the assumption that each tree node returns the same text it displays in the tree when its toString() method is invoked.