|
Eclipse JDT 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.jdt.debug.ui.launchConfigurations.JavaLaunchTab
org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
public class JavaArgumentsTab
A launch configuration tab that displays and edits program arguments, VM arguments, and working directory launch configuration attributes.
This class may be instantiated.
| Field Summary | |
|---|---|
protected static String |
EMPTY_STRING
|
protected org.eclipse.swt.widgets.Label |
fPrgmArgumentsLabel
|
protected org.eclipse.swt.widgets.Text |
fPrgmArgumentsText
|
protected org.eclipse.jdt.internal.debug.ui.launcher.VMArgumentsBlock |
fVMArgumentsBlock
|
protected org.eclipse.debug.ui.WorkingDirectoryBlock |
fWorkingDirectoryBlock
|
| Constructor Summary | |
|---|---|
JavaArgumentsTab()
|
|
| Method Summary | |
|---|---|
void |
activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
protected org.eclipse.jdt.internal.debug.ui.launcher.VMArgumentsBlock |
createVMArgsBlock()
|
protected org.eclipse.debug.ui.WorkingDirectoryBlock |
createWorkingDirBlock()
Creates a control to specify a working directory. |
void |
deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
|
void |
dispose()
|
protected String |
getAttributeValueFrom(org.eclipse.swt.widgets.Text text)
Returns the string in the text widget, or null if empty. |
String |
getErrorMessage()
|
String |
getId()
|
org.eclipse.swt.graphics.Image |
getImage()
|
String |
getMessage()
|
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. |
protected void |
setHelpContextId()
Set the help context id for this launch config tab. |
void |
setLaunchConfigurationDialog(org.eclipse.debug.ui.ILaunchConfigurationDialog dialog)
|
| Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab |
|---|
getContext, getCurrentLaunchConfiguration, initializeJavaProject |
| Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
|---|
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, getControl, getLaunchConfigurationDialog, getLaunchManager, getShell, getUpdateJobDelay, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setMessage, updateLaunchConfigurationDialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.eclipse.swt.widgets.Label fPrgmArgumentsLabel
protected org.eclipse.swt.widgets.Text fPrgmArgumentsText
protected org.eclipse.jdt.internal.debug.ui.launcher.VMArgumentsBlock fVMArgumentsBlock
protected org.eclipse.debug.ui.WorkingDirectoryBlock fWorkingDirectoryBlock
protected static final String EMPTY_STRING
| Constructor Detail |
|---|
public JavaArgumentsTab()
| Method Detail |
|---|
protected org.eclipse.jdt.internal.debug.ui.launcher.VMArgumentsBlock createVMArgsBlock()
protected org.eclipse.debug.ui.WorkingDirectoryBlock createWorkingDirBlock()
public void createControl(org.eclipse.swt.widgets.Composite parent)
ILaunchConfigurationTab.createControl(Composite)protected void setHelpContextId()
public void dispose()
dispose in interface org.eclipse.debug.ui.ILaunchConfigurationTabdispose in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabILaunchConfigurationTab.dispose()public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration config)
isValid in interface org.eclipse.debug.ui.ILaunchConfigurationTabisValid in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabILaunchConfigurationTab.isValid(ILaunchConfiguration)public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
ILaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy)public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
initializeFrom in interface org.eclipse.debug.ui.ILaunchConfigurationTabinitializeFrom in class JavaLaunchTabILaunchConfigurationTab.initializeFrom(ILaunchConfiguration)public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
ILaunchConfigurationTab.performApply(ILaunchConfigurationWorkingCopy)protected String getAttributeValueFrom(org.eclipse.swt.widgets.Text text)
null if empty.
nullpublic String getName()
ILaunchConfigurationTab.getName()public void setLaunchConfigurationDialog(org.eclipse.debug.ui.ILaunchConfigurationDialog dialog)
setLaunchConfigurationDialog in interface org.eclipse.debug.ui.ILaunchConfigurationTabsetLaunchConfigurationDialog in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabILaunchConfigurationTab.setLaunchConfigurationDialog(ILaunchConfigurationDialog)public String getErrorMessage()
getErrorMessage in interface org.eclipse.debug.ui.ILaunchConfigurationTabgetErrorMessage in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabILaunchConfigurationTab.getErrorMessage()public String getMessage()
getMessage in interface org.eclipse.debug.ui.ILaunchConfigurationTabgetMessage in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabILaunchConfigurationTab.getMessage()public org.eclipse.swt.graphics.Image getImage()
getImage in interface org.eclipse.debug.ui.ILaunchConfigurationTabgetImage in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabILaunchConfigurationTab.getImage()public String getId()
getId in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabAbstractLaunchConfigurationTab.getId()public void activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
activated in interface org.eclipse.debug.ui.ILaunchConfigurationTabactivated in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic void deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
deactivated in interface org.eclipse.debug.ui.ILaunchConfigurationTabdeactivated in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
|
Eclipse JDT Release 3.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.