| ClientAlertUtilities |  | 
| ClientDatasetUtilities | A set of Dataset utilities (system.dataset) that are specific to the FactoryPMI client, e.g. | 
| ClientSystemUtilities |  | 
| FPMIDBUtilities | Adds the client-only "refresh" function to system.db | 
| FPMIFileUtilities | These are the file utilities that have a GUI element. | 
| FPMITagUtilities | Adds overlay functions to the system.tag scripting library | 
| NavUtilities | 
 This class contains the actual implementation for the methods mounted under system.nav.*, but it is not
 actually directly mounted in the script manager because there is a separate instance of this class for
 each desktop instance. | 
| NavUtilitiesDispatcher | This is the class mounted at system.nav, but the real implementation is in NavUtilities. | 
| PrintUtilities | Implements the functions mounted as "system.print" in the global scripting libraries | 
| PrintUtilities.ComponentPrinter |  | 
| PrintUtilities.JythonPrintJob |  | 
| SecurityUtilities |  | 
| VisionNetUtilities |  | 
| WindowStateCollection |  | 
| WindowStateCollection.CloneInitializer |  | 
| WindowStateCollection.DesktopState |  | 
| WindowStateCollection.WindowState |  | 
| WindowToNavAdapter | The methodns in "NavUtilities" mounted under system.nav.* used to be mounted under system.gui.* | 
| WindowUtilities | 
 These are the scripting functions mounted at system.gui.* Changes to this class must be made carefully,
 as some of the true implementations actually reside in the subclass, WindowUtilitiesForDesktop. | 
| WindowUtilities.JyPopupMenu |  | 
| WindowUtilities.PopupContext | An object that is used to let the windowing system know when a popup is about to be shown,
 and when it has hidden. | 
| WindowUtilitiesForDesktop | This class contains methods that are mounted under system.gui.* that are specific to individual
 desktop instances. |