Package | Description |
---|---|
org.openide |
Provides ErrorManager - the central place for logging and
reproting failures in NetBeans based system.
|
Modifier and Type | Method | Description |
---|---|---|
<T extends ServiceType> |
ServiceType.Registry.services(Class<T> clazz) |
Deprecated.
Get all available services that are assignable to the given superclass.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Enumeration<ServiceType> |
ServiceType.Registry.services() |
Deprecated.
Get all available services managed by the engine.
|
Constructor | Description |
---|---|
Handle(ServiceType ex) |
Deprecated.
Create a new handle for an service.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.