Uses of Class
org.jdesktop.jdic.filetypes.RegisterFailedException

Packages that use RegisterFailedException
org.jdesktop.jdic.filetypes Provides classes for associating applications with file types and accessing a registered file type association.  
org.jdesktop.jdic.filetypes.internal   
 

Uses of RegisterFailedException in org.jdesktop.jdic.filetypes
 

Methods in org.jdesktop.jdic.filetypes that throw RegisterFailedException
 void AssociationService.registerSystemAssociation(Association assoc)
          Registers the given association in the system level.
 void AssociationService.registerUserAssociation(Association assoc)
          Registers the given association in the user specific level.
 void AssociationService.unregisterSystemAssociation(Association assoc)
          Unregisters the given association in the system level.
 void AssociationService.unregisterUserAssociation(Association assoc)
          Unregisters the given association in the user specific level.
 

Uses of RegisterFailedException in org.jdesktop.jdic.filetypes.internal
 

Methods in org.jdesktop.jdic.filetypes.internal that throw RegisterFailedException
 void AppAssociationWriter.registerAssociation(Association assoc, int level)
          Registers the given association within specified level.
 void AppAssociationWriter.unregisterAssociation(Association assoc, int level)
          Unregisters the given association in specified level.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.