org.eclipse.actf.accservice.core
Class AccessibilityServicePlugin

java.lang.Object
  extended by org.eclipse.core.runtime.Plugin
      extended by org.eclipse.actf.core.ActfCorePlugin
          extended by org.eclipse.actf.model.ModelPlugin
              extended by org.eclipse.actf.accservice.core.AccessibilityServicePlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class AccessibilityServicePlugin
extends ModelPlugin


Field Summary
static String ACCCORE_PLUGIN_ID
           
static String ACCESSIBILITY_IA2_BUNDLE
           
static String ACCESSIBILITY_IA2_JAR
           
static String ACCESSIBILITY_JAR
           
static String ACCESSIBILITY_MSAA_BUNDLE
           
static String ACCESSIBILITY_MSAA_JAR
           
 
Fields inherited from class org.eclipse.actf.model.ModelPlugin
MODEL_PLUGIN_ID, MODEL_TYPE_EXTENSION
 
Fields inherited from class org.eclipse.actf.core.ActfCorePlugin
ACTFCORE_PLUGIN_ID, clCache, configuration, DEBUG_OPTION_ID, LOG_OPTION_ID, runtimeContext, TRACE_OPTION_ID, traceLevel, TRACELEVEL_OPTION_ID, traceStream, TRACESTREAM_OPTION_ID
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
AccessibilityServicePlugin()
          The constructor
 
Method Summary
static ActfCorePlugin getDefault()
          Returns the shared instance
protected  String getPluginId()
           
 void start(org.osgi.framework.BundleContext context)
          This method is called upon plug-in activation
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class org.eclipse.actf.core.ActfCorePlugin
getDebugOptionId, getDefaultTraceFilename, getLogOptionId, getRuntimeContext, getTraceOptionId, getTracer, isDebugging, log, logException, logException, prepareTraceFacility, setupDefaultTraceStream
 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACCCORE_PLUGIN_ID

public static final String ACCCORE_PLUGIN_ID
See Also:
Constant Field Values

ACCESSIBILITY_JAR

public static final String ACCESSIBILITY_JAR
See Also:
Constant Field Values

ACCESSIBILITY_IA2_BUNDLE

public static final String ACCESSIBILITY_IA2_BUNDLE
See Also:
Constant Field Values

ACCESSIBILITY_IA2_JAR

public static final String ACCESSIBILITY_IA2_JAR
See Also:
Constant Field Values

ACCESSIBILITY_MSAA_BUNDLE

public static final String ACCESSIBILITY_MSAA_BUNDLE
See Also:
Constant Field Values

ACCESSIBILITY_MSAA_JAR

public static final String ACCESSIBILITY_MSAA_JAR
See Also:
Constant Field Values
Constructor Detail

AccessibilityServicePlugin

public AccessibilityServicePlugin()
The constructor

Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Description copied from class: ActfCorePlugin
This method is called upon plug-in activation

Specified by:
start in interface org.osgi.framework.BundleActivator
Overrides:
start in class ModelPlugin
Parameters:
context - bundle context
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Overrides:
stop in class ModelPlugin
Throws:
Exception

getDefault

public static ActfCorePlugin getDefault()
Returns the shared instance

Returns:
the shared instance

getPluginId

protected String getPluginId()
Overrides:
getPluginId in class ModelPlugin