|
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.ILaunchConfigurationTab
dispose
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
ILaunchConfigurationTab.dispose()
public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration config)
isValid
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
isValid
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
ILaunchConfigurationTab.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.ILaunchConfigurationTab
initializeFrom
in class JavaLaunchTab
ILaunchConfigurationTab.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.
null
public String getName()
ILaunchConfigurationTab.getName()
public void setLaunchConfigurationDialog(org.eclipse.debug.ui.ILaunchConfigurationDialog dialog)
setLaunchConfigurationDialog
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
setLaunchConfigurationDialog
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
ILaunchConfigurationTab.setLaunchConfigurationDialog(ILaunchConfigurationDialog)
public String getErrorMessage()
getErrorMessage
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
getErrorMessage
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
ILaunchConfigurationTab.getErrorMessage()
public String getMessage()
getMessage
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
getMessage
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
ILaunchConfigurationTab.getMessage()
public org.eclipse.swt.graphics.Image getImage()
getImage
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
getImage
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
ILaunchConfigurationTab.getImage()
public String getId()
getId
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
AbstractLaunchConfigurationTab.getId()
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
|
Eclipse JDT Release 3.6 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |