| 
 | org.netbeans.api.debugger/1 1.7.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.spi.debugger.DelegatingDebuggerEngineProvider
public abstract class DelegatingDebuggerEngineProvider
Delegates support for some language to some existing 
 DebuggerEngine.
| Constructor Summary | |
|---|---|
| DelegatingDebuggerEngineProvider() | |
| Method Summary | |
|---|---|
| abstract  DebuggerEngine | getEngine()Returns a DebuggerEngineto delegate 
 on. | 
| abstract  String[] | getLanguages()Returns set of language names supported by DebuggerEngineprovided by this 
 DelegatingDebuggerEngineProvider. | 
| abstract  void | setDestructor(DebuggerEngine.Destructor desctuctor)Sets destructor for new DebuggerEnginereturned by this instance of DebuggerEngineProvider. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DelegatingDebuggerEngineProvider()
| Method Detail | 
|---|
public abstract String[] getLanguages()
DebuggerEngine provided by this 
 DelegatingDebuggerEngineProvider.
public abstract DebuggerEngine getEngine()
DebuggerEngine to delegate 
 on.
public abstract void setDestructor(DebuggerEngine.Destructor desctuctor)
DebuggerEngine 
 returned by this instance of DebuggerEngineProvider.
desctuctor - a desctuctor to be used for DebuggerEngine returned
        by this instance| 
 | org.netbeans.api.debugger/1 1.7.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||