|
Eclipse PDE Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.pde.ui.launcher.AbstractLauncherTab
An abstract class subclassed by all PDE tabs.
This class may be subclassed by clients.
Constructor Summary | |
---|---|
AbstractLauncherTab()
|
Method Summary | |
---|---|
void |
activated(ILaunchConfigurationWorkingCopy workingCopy)
|
protected void |
createStartingSpace(Composite parent,
int span)
Creates an empty label and hence a space in the tab |
void |
deactivated(ILaunchConfigurationWorkingCopy workingCopy)
|
boolean |
isValid(ILaunchConfiguration config)
|
void |
updateLaunchConfigurationDialog()
Validates the page and updates the buttons and message of the launch configuration dialog. |
abstract void |
validateTab()
Validates the data entered on the tab. |
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, dispose, getControl, getErrorMessage, getImage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab |
---|
createControl, getName, initializeFrom, performApply, setDefaults |
Constructor Detail |
public AbstractLauncherTab()
Method Detail |
protected void createStartingSpace(Composite parent, int span)
parent
- the parent of the labelspan
- the span of the labelpublic boolean isValid(ILaunchConfiguration config)
true
if the tab is valid, false
otherwiseILaunchConfigurationTab.isValid(org.eclipse.debug.core.ILaunchConfiguration)
public void activated(ILaunchConfigurationWorkingCopy workingCopy)
public void deactivated(ILaunchConfigurationWorkingCopy workingCopy)
public void updateLaunchConfigurationDialog()
AbstractLaunchConfigurationTab.updateLaunchConfigurationDialog()
public abstract void validateTab()
|
Eclipse PDE Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |