Package com.ca.commons.cbutil

Class Summary
CBAbout  
CBArray Utility class for array operations.
CBBase64 Converts back and forth between binary and base 64 (rfc 1521).
CBBasicComboBoxRenderer This class basically allows us to set the render of a JComboBox.
CBCache This class creates a cache directory called 'temp' where temporary files are stored.
CBCache.FileComparator This Comparator compares two Files by their lastModified() date.
CBClassLoader Title: test Description: See if we can get this crappy IDE to work properly just once.
CBDialog This utility class forms the basis of a generic 'pop up' dialog, that can either be extended, or used as is.
CBErrorWin Provides a small multi-line error reporting window, with an option to pull down a detailed error message.
CBFileChooserButton A small utility file picker button.
CBFileFilter Quick Hack to cover up yet another Swing inadequacy.
CBHelpSystem A wrapper around the JavaHelp system.
CBIntText This 'International Text' static class acts as a central source of all localised strings.
CBJarResource CBJarResources: CBJarResources maps all resources included in a Zip or Jar file.
CBJComboBox A JComboBox that sets the KeySelectionManager in the constructors.
CBLauncher This class attempts to launch a program (depending on its file extension) and attempts to open the specified file.
CBListSelector This class acts as a item selector.
CBOpenConWin CBOpenConWin displays connection info to the user, allowing them to open a connection to an ldap server.
CBPanel Java layout managers are frustrating, badly written pieces of garbage that are difficult to use, erratic, throw strange errors, and are generally junk.
CBpbar A component so cunning you could stick a tail on it and call it a weasel.
CBResourceBundle Java's PropertyResourceBundle class is tragically bad.
CBResourceLoader This Class provides access to a group of zip files.
CBSaveLoadTemplate An object of this cunning class can be added as is to any container containing user-input components such as text fields, check boxes and so forth.
CBSecurity This is a grab bag of useful static functions related to security - mainly doing conversions between PEM and DER.
CBSystemProperties Sun, in their fairly limited wisdom, decided to disable the ability to get system environment variables in java.
CBTableMap  
CBTableSorter  
CBUtility This is a grab bag of useful classes and static functions that are not important enough to merit being top level entities.
CBUtility.BasicWindowMonitor A utility ftn used to make a closing window shut down the current application.
CBViewport JViewport appears to be more than usually stuffed...
 

Exception Summary
CBBase64.Base64EncodingException