TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.launch.shortcuts
Class LaunchableAdapterFactory

java.lang.Object
  extended byorg.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'.


Constructor Summary
LaunchableAdapterFactory()
           
 
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
 

Constructor Detail

LaunchableAdapterFactory

public LaunchableAdapterFactory()
Method Detail

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

TPTP 4.4.0 Testing Tools Project
Internal API Specification