站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

G-Index (NetBeans Debugger Core API) - NetBeans API Javadoc 4.1.0

 
A B C D E F G I K L O P R S T W

G

getActions() - Method in class org.netbeans.spi.debugger.ActionsProvider
Returns set of actions supported by this ActionsProvider.
getActionsManager() - Method in class org.netbeans.api.debugger.DebuggerEngine
 
getActionsManager() - Method in class org.netbeans.api.debugger.DebuggerManager
 
getArray(String, Object[]) - Method in class org.netbeans.api.debugger.Properties
Reads array property from storage.
getBoolean(String, boolean) - Method in class org.netbeans.api.debugger.Properties
Reads boolean property from storage.
getBreakpoints() - Method in class org.netbeans.api.debugger.DebuggerManager
Gets all registered breakpoints.
getByte(String, byte) - Method in class org.netbeans.api.debugger.Properties
Reads byte property from storage.
getChar(String, char) - Method in class org.netbeans.api.debugger.Properties
Reads char property from storage.
getCollection(String, Collection) - Method in class org.netbeans.api.debugger.Properties
Reads Collection property from storage.
getCurrentEngine() - Method in class org.netbeans.api.debugger.DebuggerManager
Returns current debugger engine or null.
getCurrentEngine() - Method in class org.netbeans.api.debugger.Session
Returns current debugger engine for this session.
getCurrentLanguage() - Method in class org.netbeans.api.debugger.Session
Returns current language for this session.
getCurrentSession() - Method in class org.netbeans.api.debugger.DebuggerManager
Returns current debugger session or null.
getDebuggerEngines() - Method in class org.netbeans.api.debugger.DebuggerManager
Returns set of running debugger engines.
getDebuggerManager() - Static method in class org.netbeans.api.debugger.DebuggerManager
Returns default instance of DebuggerManager.
getDefault() - Static method in class org.netbeans.api.debugger.Properties
Returns shared instance of Properties class.
getDouble(String, double) - Method in class org.netbeans.api.debugger.Properties
Reads double property from storage.
getEngine() - Method in class org.netbeans.spi.debugger.DelegatingDebuggerEngineProvider
Returns a DebuggerEngine to delegate on.
getEngineForLanguage(String) - Method in class org.netbeans.api.debugger.Session
Return DebuggerEngine registerred for given language or null.
getEngineTypeID() - Method in class org.netbeans.spi.debugger.DebuggerEngineProvider
Returns identifier of DebuggerEngine.
getExpression() - Method in class org.netbeans.api.debugger.Watch
Return expression this watch is created for.
getFloat(String, float) - Method in class org.netbeans.api.debugger.Properties
Reads float property from storage.
getGroupName() - Method in class org.netbeans.api.debugger.Breakpoint
 
getInt(String, int) - Method in class org.netbeans.api.debugger.Properties
Reads int property from storage.
getLanguages() - Method in class org.netbeans.spi.debugger.DebuggerEngineProvider
Returns set of language names supported by DebuggerEngine provided by this DebuggerEngineProvider.
getLanguages() - Method in class org.netbeans.spi.debugger.DelegatingDebuggerEngineProvider
Returns set of language names supported by DebuggerEngine provided by this DelegatingDebuggerEngineProvider.
getLocationName() - Method in class org.netbeans.api.debugger.Session
Returns name of location this session is running on.
getLocationName() - Method in class org.netbeans.spi.debugger.SessionProvider
Location of the new session.
getLong(String, long) - Method in class org.netbeans.api.debugger.Properties
Reads long property from storage.
getMap(String, Map) - Method in class org.netbeans.api.debugger.Properties
Reads Map property from storage.
getName() - Method in class org.netbeans.api.debugger.Session
Returns display name of this session.
getObject(String, Object) - Method in class org.netbeans.api.debugger.Properties
Reads Object property from storage.
getProperties() - Method in class org.netbeans.api.debugger.DebuggerManagerAdapter
 
getProperties() - Method in class org.netbeans.api.debugger.LazyActionsManagerListener
Returns list of properties this listener is listening on.
getProperties() - Method in interface org.netbeans.api.debugger.LazyDebuggerManagerListener
Returns list of properties this listener is listening on.
getProperties(String) - Method in class org.netbeans.api.debugger.Properties
Returns Properties instance for some "subfolder" in properties file.
getServices() - Method in class org.netbeans.spi.debugger.DebuggerEngineProvider
Returns array of services for DebuggerEngine provided by this DebuggerEngineProvider.
getServices() - Method in class org.netbeans.spi.debugger.SessionProvider
Returns array of services for Session provided by this SessionProvider.
getSession(DebuggerInfo) - Method in class org.netbeans.spi.debugger.DelegatingSessionProvider
Returns a Session to delegate on.
getSessionName() - Method in class org.netbeans.spi.debugger.SessionProvider
Name of the new session.
getSessions() - Method in class org.netbeans.api.debugger.DebuggerManager
Returns set of running debugger sessions.
getShort(String, short) - Method in class org.netbeans.api.debugger.Properties
Reads short property from storage.
getString(String, String) - Method in class org.netbeans.api.debugger.Properties
Reads String property from storage.
getSupportedClassNames() - Method in interface org.netbeans.api.debugger.Properties.Reader
Returns array of classNames supported by this reader.
getSupportedLanguages() - Method in class org.netbeans.api.debugger.Session
Returns set of all languages supported by this session.
getTypeID() - Method in class org.netbeans.spi.debugger.SessionProvider
Returns identifier of Session crated by thisprovider.
getWatches() - Method in class org.netbeans.api.debugger.DebuggerManager
Gets all shared watches in the system.

 
A B C D E F G I K L O P R S T W
Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.