|
org.netbeans.core/2 3.32 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openide.ServiceType.Registry
org.netbeans.core.Services
@Deprecated public final class Services
Works with all service types.
| Constructor Summary | |
|---|---|
Services()
Deprecated. |
|
| Method Summary | ||
|---|---|---|
ServiceType |
find(Class clazz)
Deprecated. |
|
ServiceType |
find(String name)
Deprecated. Override to specially look up no-op services. |
|
static Services |
getDefault()
Deprecated. Default instance |
|
List<ServiceType> |
getServiceTypes()
Deprecated. Getter for list of all services types. |
|
void |
resultChanged(LookupEvent ev)
Deprecated. A change in lookup occured. |
|
Enumeration<ServiceType> |
services()
Deprecated. all services |
|
|
services(Class<T> clazz)
Deprecated. Get all available services that are subclass of given class |
|
void |
setServiceTypes(List arr0)
Deprecated. Setter for list of all services types. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Services()
| Method Detail |
|---|
public static Services getDefault()
public ServiceType find(Class clazz)
find in class ServiceType.Registrypublic ServiceType find(String name)
find in class ServiceType.Registrypublic void resultChanged(LookupEvent ev)
resultChanged in interface LookupListenerev - event describing the changepublic List<ServiceType> getServiceTypes()
getServiceTypes in class ServiceType.Registrypublic void setServiceTypes(List arr0)
setServiceTypes in class ServiceType.Registryarr - list of ServiceTypespublic Enumeration<ServiceType> services()
services in class ServiceType.Registrypublic <T extends ServiceType> Enumeration<T> services(Class<T> clazz)
services in class ServiceType.Registryclazz - the class that all services should be subclass of
ServiceTypes that are subclasses of
given class
|
org.netbeans.core/2 3.32 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||