|
Eclipse PDE Release 3.6 |
||||||||||
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(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
|
protected void |
createStartingSpace(org.eclipse.swt.widgets.Composite parent,
int span)
Deprecated. |
void |
deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
|
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration config)
|
void |
scheduleUpdateJob()
|
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, createUpdateJob, createVerticalSpacer, dispose, getControl, getErrorMessage, getId, getImage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, 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(org.eclipse.swt.widgets.Composite parent, int span)
parent
- the parent of the labelspan
- the span of the labelpublic boolean isValid(org.eclipse.debug.core.ILaunchConfiguration config)
isValid
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
isValid
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
true
if the tab is valid, false
otherwiseILaunchConfigurationTab.isValid(org.eclipse.debug.core.ILaunchConfiguration)
public void activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
activated
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
activated
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
public void deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
deactivated
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
deactivated
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
public void updateLaunchConfigurationDialog()
updateLaunchConfigurationDialog
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
AbstractLaunchConfigurationTab.updateLaunchConfigurationDialog()
public void scheduleUpdateJob()
scheduleUpdateJob
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
public abstract void validateTab()
|
Eclipse PDE Release 3.6 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |