站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.api.autoupdate.UpdateUnit (Auto Update Services) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.autoupdate.services 1.2

Uses of Class
org.netbeans.api.autoupdate.UpdateUnit

Packages that use UpdateUnit
org.netbeans.api.autoupdate Services for searching, downloading and installing NBM with new functionality or updates of installed modules. 
 

Uses of UpdateUnit in org.netbeans.api.autoupdate
 

Methods in org.netbeans.api.autoupdate that return UpdateUnit
 UpdateUnit UpdateElement.getUpdateUnit()
          Returns UpdateUnit where is this UpdateElement contained.
 UpdateUnit OperationContainer.OperationInfo.getUpdateUnit()
           
 

Methods in org.netbeans.api.autoupdate that return types with arguments of type UpdateUnit
 List<UpdateUnit> UpdateUnitProvider.getUpdateUnits()
          Returns java.util.List of UpdateUnit build of the content of the provider.
 List<UpdateUnit> UpdateManager.getUpdateUnits()
          Returns java.util.List of UpdateUnit build on the top of UpdateUnitProvider.
 List<UpdateUnit> UpdateUnitProvider.getUpdateUnits(UpdateManager.TYPE... types)
          Returns java.util.List of UpdateUnit build of the content of the provider.
 List<UpdateUnit> UpdateManager.getUpdateUnits(UpdateManager.TYPE... types)
          Returns java.util.List of UpdateUnit build on the top of UpdateUnitProvider.
 

Methods in org.netbeans.api.autoupdate with parameters of type UpdateUnit
 OperationContainer.OperationInfo<Support> OperationContainer.add(UpdateUnit updateUnit, UpdateElement updateElement)
           
 boolean OperationContainer.canBeAdded(UpdateUnit updateUnit, UpdateElement updateElement)
           
 

Method parameters in org.netbeans.api.autoupdate with type arguments of type UpdateUnit
 void OperationContainer.add(Map<UpdateUnit,UpdateElement> elems)
           
 


org.netbeans.modules.autoupdate.services 1.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.