|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.ide.Service
Services provide access to distinct areas of functionality in the IDE for an extension developer.
| Constructor Summary | |
Service()
|
|
| Method Summary | |
protected static Service |
getService(java.lang.Class serviceClass)
Get a service. |
protected void |
initialize()
Initialize this manager. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Service()
| Method Detail |
protected void initialize()
This implementation does nothing.
protected static Service getService(java.lang.Class serviceClass)
throws javax.ide.spi.ProviderNotFoundException
serviceClass - the class of the service.
javax.ide.spi.ProviderNotFoundException - if an implementation of the service could not
be located.
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.