org.openoffice.ide.eclipse.core.launch.office
Class OfficeLaunchDelegate

java.lang.Object
  extended by org.eclipse.debug.core.model.LaunchConfigurationDelegate
      extended by org.openoffice.ide.eclipse.core.launch.office.OfficeLaunchDelegate
All Implemented Interfaces:
org.eclipse.debug.core.model.ILaunchConfigurationDelegate, org.eclipse.debug.core.model.ILaunchConfigurationDelegate2

public class OfficeLaunchDelegate
extends org.eclipse.debug.core.model.LaunchConfigurationDelegate

OpenOffice launcher implementation.

Author:
cdan

Field Summary
 
Fields inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate
complileErrorProjectPromptStatus, complileErrorPromptStatus, promptStatus, saveScopedDirtyEditors, switchToDebugPromptStatus
 
Constructor Summary
OfficeLaunchDelegate()
           
 
Method Summary
 void launch(org.eclipse.debug.core.ILaunchConfiguration pConfiguration, java.lang.String pMode, org.eclipse.debug.core.ILaunch pLaunch, org.eclipse.core.runtime.IProgressMonitor pMonitor)
          
 
Methods inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate
addReferencedProjects, buildForLaunch, buildProjects, computeBuildOrder, computeReferencedBuildOrder, existsProblems, finalLaunchCheck, getBreakpoints, getBuildOrder, getLaunch, getProjectsForProblemSearch, isLaunchProblem, preLaunchCheck, saveBeforeLaunch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfficeLaunchDelegate

public OfficeLaunchDelegate()
Method Detail

launch

public void launch(org.eclipse.debug.core.ILaunchConfiguration pConfiguration,
                   java.lang.String pMode,
                   org.eclipse.debug.core.ILaunch pLaunch,
                   org.eclipse.core.runtime.IProgressMonitor pMonitor)
            throws org.eclipse.core.runtime.CoreException

Throws:
org.eclipse.core.runtime.CoreException