|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceType | |
org.openide | Miscellaneous general classes, especially the util classes to handle a user notifications, displaying dialogs and the error management system. |
org.openide.text | The IDE is able to integrate multiple editors for different content types and mechanically access their content. |
Uses of ServiceType in org.openide |
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()
Find the service for this handle. |
Constructors in org.openide with parameters of type ServiceType | |
ServiceType.Handle(ServiceType ex)
Create a new handle for an service. |
Uses of ServiceType in org.openide.text |
Subclasses of ServiceType in org.openide.text | |
class |
IndentEngine
Indentation engine for formating text in documents. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |