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

Uses of Class org.openide.ServiceType (Utilities API) - NetBeans API Javadoc (Current Development Version)

org.openide.util 7.9.0 1

Uses of Class
org.openide.ServiceType

Packages that use ServiceType
org.openide Provides ErrorManager - the central place for logging and reproting failures in NetBeans based system. 
 

Uses of ServiceType in org.openide
 

Methods in org.openide with type parameters of type ServiceType
<T extends ServiceType>
Enumeration<T>
ServiceType.Registry.services(Class<T> clazz)
          Deprecated. Get all available services that are assignable to the given superclass.
 

Methods in org.openide that return ServiceType
 ServiceType ServiceType.createClone()
          Deprecated. Service instance files should instead be copied in order to clone them.
 ServiceType ServiceType.Registry.find(Class clazz)
          Deprecated. Just use lookup.
 ServiceType ServiceType.Registry.find(String name)
          Deprecated. Find a service type of a supplied name in the registry.
 ServiceType ServiceType.Handle.getServiceType()
          Deprecated. Find the service for this handle.
 

Methods in org.openide that return types with arguments of type ServiceType
abstract  Enumeration<ServiceType> ServiceType.Registry.services()
          Deprecated. Get all available services managed by the engine.
 

Constructors in org.openide with parameters of type ServiceType
ServiceType.Handle(ServiceType ex)
          Deprecated. Create a new handle for an service.
 


org.openide.util 7.9.0 1

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