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

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

org.netbeans.modules.autoupdate.services 1.2

Uses of Class
org.netbeans.api.autoupdate.OperationContainer.OperationInfo

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

Uses of OperationContainer.OperationInfo in org.netbeans.api.autoupdate
 

Methods in org.netbeans.api.autoupdate that return OperationContainer.OperationInfo
 OperationContainer.OperationInfo<Support> OperationContainer.add(UpdateElement updateElement)
           
 OperationContainer.OperationInfo<Support> OperationContainer.add(UpdateUnit updateUnit, UpdateElement updateElement)
           
 

Methods in org.netbeans.api.autoupdate that return types with arguments of type OperationContainer.OperationInfo
 List<OperationContainer.OperationInfo<Support>> OperationContainer.listAll()
           
 List<OperationContainer.OperationInfo<Support>> OperationContainer.listInvalid()
           
 

Methods in org.netbeans.api.autoupdate with parameters of type OperationContainer.OperationInfo
 void OperationContainer.remove(OperationContainer.OperationInfo<Support> op)
           
 


org.netbeans.modules.autoupdate.services 1.2

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