com.pvx.ooadide.launchers
Class WindowStateBlock
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
com.pvx.ooadide.launchers.WindowStateBlock
- All Implemented Interfaces:
- org.eclipse.debug.ui.ILaunchConfigurationTab
public class WindowStateBlock
- extends org.eclipse.debug.ui.AbstractLaunchConfigurationTab
Method Summary |
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
java.lang.String |
getName()
|
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration config)
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
Defaults are empty. |
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
activated, canSave, deactivated, dispose, getControl, getErrorMessage, getId, getImage, getMessage, launched, setLaunchConfigurationDialog |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowStateBlock
public WindowStateBlock()
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
isValid
public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration config)
- Specified by:
isValid
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
- Overrides:
isValid
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
setDefaults
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
- Defaults are empty.
- See Also:
ILaunchConfigurationTab.setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy)
initializeFrom
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
performApply
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
getName
public java.lang.String getName()