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

Packages that use AssociationAlreadyRegisteredException
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 AssociationAlreadyRegisteredException in org.jdesktop.jdic.filetypes
 

Methods in org.jdesktop.jdic.filetypes that throw AssociationAlreadyRegisteredException
 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.
 

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

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



Copyright © 2005 Sun Microsystems All Rights Reserved.