org.openoffice.ide.eclipse.core.launch
Class UreTab

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

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

URE application launch configuration tab.

Author:
cedricbosdo

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

UreTab

public UreTab()
Method Detail

createControl

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


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

getName

public java.lang.String getName()


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