|
Eclipse JDT Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IVMConnector | |
org.eclipse.jdt.debug.ui.launchConfigurations | Provides an implementation launch configuration tabs for local and remote Java applications. |
org.eclipse.jdt.launching | Application programming interfaces for interaction with the Eclipse Java launching support. |
Uses of IVMConnector in org.eclipse.jdt.debug.ui.launchConfigurations |
Fields in org.eclipse.jdt.debug.ui.launchConfigurations declared as IVMConnector | |
protected IVMConnector |
JavaConnectTab.fConnector
|
protected IVMConnector[] |
JavaConnectTab.fConnectors
|
Methods in org.eclipse.jdt.debug.ui.launchConfigurations that return IVMConnector | |
protected IVMConnector |
JavaConnectTab.getSelectedConnector()
Returns the selected connector |
Uses of IVMConnector in org.eclipse.jdt.launching |
Methods in org.eclipse.jdt.launching that return IVMConnector | |
static IVMConnector |
JavaRuntime.getDefaultVMConnector()
Return the default VM connector. |
static IVMConnector |
JavaRuntime.getVMConnector(String id)
Returns the VM connector defined with the specified identifier, or null if none. |
static IVMConnector[] |
JavaRuntime.getVMConnectors()
Returns all VM connector extensions. |
Methods in org.eclipse.jdt.launching with parameters of type IVMConnector | |
static void |
JavaRuntime.setDefaultVMConnector(IVMConnector connector,
IProgressMonitor monitor)
Sets a VM connector as the system-wide default VM. |
|
Eclipse JDT Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |