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

java.lang.Object
  extended by org.eclipse.debug.ui.AbstractLaunchConfigurationTab
      extended by org.openoffice.ide.eclipse.core.launch.office.OfficeTab
All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchConfigurationTab

public class OfficeTab
extends org.eclipse.debug.ui.AbstractLaunchConfigurationTab

Tab for configuring the OpenOffice launch properties.

Author:
cdan

Constructor Summary
OfficeTab()
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite pParent)
          
 org.eclipse.swt.graphics.Image getImage()
          
 java.lang.String getName()
          
 void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration pConfiguration)
          
 boolean isValid(org.eclipse.debug.core.ILaunchConfiguration pLaunchConfig)
           
 void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy pConfiguration)
          
 void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy pConfiguration)
          
 
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage, updateLaunchConfigurationDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfficeTab

public OfficeTab()
Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite pParent)


getName

public java.lang.String getName()


getImage

public org.eclipse.swt.graphics.Image getImage()

Specified by:
getImage in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Overrides:
getImage in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab

initializeFrom

public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration pConfiguration)


performApply

public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy pConfiguration)


setDefaults

public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy pConfiguration)


isValid

public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration pLaunchConfig)
Specified by:
isValid in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Overrides:
isValid in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab