|
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
org.eclipse.pde.ui.launcher.MainTab
public class MainTab
A launch configuration tab that displays and edits the main launching arguments of an Eclipse application.
This class may be instantiated. This class is not intended to be subclassed by clients.
Field Summary | |
---|---|
protected org.eclipse.pde.internal.ui.launcher.WorkspaceDataBlock |
fDataBlock
|
protected org.eclipse.pde.internal.ui.launcher.JREBlock |
fJreBlock
|
protected org.eclipse.pde.internal.ui.launcher.ProgramBlock |
fProgramBlock
|
Constructor Summary | |
---|---|
MainTab()
|
Method Summary | |
---|---|
void |
createControl(Composite parent)
|
protected void |
createJREBlock()
Creates the Java Runtime Environment group on the tab |
protected void |
createProgramBlock()
Creates the Program To Run group on the tab |
protected void |
createWorkspaceDataBlock()
Creates the Workspace Data group on the tab |
void |
dispose()
|
String |
getId()
|
Image |
getImage()
|
String |
getName()
|
void |
initializeFrom(ILaunchConfiguration config)
|
void |
performApply(ILaunchConfigurationWorkingCopy config)
|
void |
setDefaults(ILaunchConfigurationWorkingCopy config)
|
void |
validateTab()
Validates the data entered on the tab. |
Methods inherited from class org.eclipse.pde.ui.launcher.AbstractLauncherTab |
---|
activated, createStartingSpace, deactivated, isValid, updateLaunchConfigurationDialog |
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, getControl, getErrorMessage, 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 |
Field Detail |
---|
protected org.eclipse.pde.internal.ui.launcher.WorkspaceDataBlock fDataBlock
protected org.eclipse.pde.internal.ui.launcher.ProgramBlock fProgramBlock
protected org.eclipse.pde.internal.ui.launcher.JREBlock fJreBlock
Constructor Detail |
---|
public MainTab()
Method Detail |
---|
public void dispose()
dispose
in interface ILaunchConfigurationTab
dispose
in class AbstractLaunchConfigurationTab
public void createControl(Composite parent)
createControl
in interface ILaunchConfigurationTab
public void initializeFrom(ILaunchConfiguration config)
initializeFrom
in interface ILaunchConfigurationTab
public void setDefaults(ILaunchConfigurationWorkingCopy config)
setDefaults
in interface ILaunchConfigurationTab
public void performApply(ILaunchConfigurationWorkingCopy config)
performApply
in interface ILaunchConfigurationTab
public String getName()
getName
in interface ILaunchConfigurationTab
public Image getImage()
getImage
in interface ILaunchConfigurationTab
getImage
in class AbstractLaunchConfigurationTab
protected void createWorkspaceDataBlock()
protected void createProgramBlock()
protected void createJREBlock()
public void validateTab()
AbstractLauncherTab
validateTab
in class AbstractLauncherTab
public String getId()
getId
in class AbstractLaunchConfigurationTab
|
Eclipse PDE Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |