org.netbeans.modules.autoupdate.services 1.16.1

Uses of Class
org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY

Packages that use UpdateUnitProvider.CATEGORY
org.netbeans.api.autoupdate Services for searching, downloading and installing NBM with new functionality or updates of installed modules. 
org.netbeans.spi.autoupdate The provider this SPI can be plugged into Autoupdate's Updates Providers and can supply NBM to Autoupdate Services. 
 

Uses of UpdateUnitProvider.CATEGORY in org.netbeans.api.autoupdate
 

Methods in org.netbeans.api.autoupdate that return UpdateUnitProvider.CATEGORY
 UpdateUnitProvider.CATEGORY UpdateUnitProvider.getCategory()
           
 UpdateUnitProvider.CATEGORY UpdateElement.getSourceCategory()
           
static UpdateUnitProvider.CATEGORY UpdateUnitProvider.CATEGORY.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UpdateUnitProvider.CATEGORY[] UpdateUnitProvider.CATEGORY.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.netbeans.api.autoupdate with parameters of type UpdateUnitProvider.CATEGORY
 UpdateUnitProvider UpdateUnitProviderFactory.create(String name, String displayName, URL url, UpdateUnitProvider.CATEGORY category)
          Creates new UpdateUnitProvider and store its preferences.
 

Uses of UpdateUnitProvider.CATEGORY in org.netbeans.spi.autoupdate
 

Methods in org.netbeans.spi.autoupdate that return UpdateUnitProvider.CATEGORY
 UpdateUnitProvider.CATEGORY UpdateProvider.getCategory()
           
 


org.netbeans.modules.autoupdate.services 1.16.1

Built on February 22 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.