|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Association | |
---|---|
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 Association in org.jdesktop.jdic.filetypes |
---|
Methods in org.jdesktop.jdic.filetypes that return Association | |
---|---|
Association |
AssociationService.getAssociationByContent(java.net.URL url)
Returns the association representing the file type of the file the given URL points to. |
Association |
AssociationService.getFileExtensionAssociation(java.lang.String fileExt)
Returns the association representing the file type of the given file extension. |
Association |
AssociationService.getMimeTypeAssociation(java.lang.String mimeType)
Returns the association representing the file type of the given MIME type. |
Methods in org.jdesktop.jdic.filetypes with parameters of type Association | |
---|---|
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 Association in org.jdesktop.jdic.filetypes.internal |
---|
Methods in org.jdesktop.jdic.filetypes.internal with parameters of type Association | |
---|---|
void |
AppAssociationWriter.checkAssociationValidForRegistration(Association assoc)
Checks whether the given assocation is valid for registration according to platform-specific logic. |
void |
AppAssociationWriter.checkAssociationValidForUnregistration(Association assoc)
Checks whether the given assocation is valid for unregistration according to platform-specific logic. |
boolean |
AppAssociationWriter.isAssociationExist(Association assoc,
int level)
Checks whether the given assocation exists in the system |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |