|
Eclipse PDE Release 3.5 |
|||||||||
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
public abstract class 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)
Deprecated. |
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, getId, 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)
isValid
in interface ILaunchConfigurationTab
isValid
in class AbstractLaunchConfigurationTab
true
if the tab is valid, false
otherwiseILaunchConfigurationTab.isValid(org.eclipse.debug.core.ILaunchConfiguration)
public void activated(ILaunchConfigurationWorkingCopy workingCopy)
activated
in interface ILaunchConfigurationTab
activated
in class AbstractLaunchConfigurationTab
public void deactivated(ILaunchConfigurationWorkingCopy workingCopy)
deactivated
in interface ILaunchConfigurationTab
deactivated
in class AbstractLaunchConfigurationTab
public void updateLaunchConfigurationDialog()
updateLaunchConfigurationDialog
in class AbstractLaunchConfigurationTab
AbstractLaunchConfigurationTab.updateLaunchConfigurationDialog()
public abstract void validateTab()
|
Eclipse PDE Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |