org.eclipse.hyades.test.ui.internal.launch.shortcuts
Class LaunchableAdapterFactory
java.lang.Object
org.eclipse.hyades.test.ui.internal.launch.shortcuts.LaunchableAdapterFactory
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdapterFactory
- public class LaunchableAdapterFactory
- extends java.lang.Object
- implements org.eclipse.core.runtime.IAdapterFactory
By declaring an org.eclipse.core.runtime.adapters extension that links a
type 'x' to this factory, 'x' is declared as launchable, which means that
it will be considered when building the Run/Debug/Profile popup menus
on elements of type 'x'.
|
Method Summary |
java.lang.Object |
getAdapter(java.lang.Object adaptableObject,
java.lang.Class adapterType)
|
java.lang.Class[] |
getAdapterList()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LaunchableAdapterFactory
public LaunchableAdapterFactory()
getAdapter
public java.lang.Object getAdapter(java.lang.Object adaptableObject,
java.lang.Class adapterType)
- Specified by:
getAdapter in interface org.eclipse.core.runtime.IAdapterFactory
getAdapterList
public java.lang.Class[] getAdapterList()
- Specified by:
getAdapterList in interface org.eclipse.core.runtime.IAdapterFactory