Eclipse JDT
2.0

org.eclipse.jdt.debug.ui.launchConfigurations
Class JavaArgumentsTab

java.lang.Object
  |
  +--org.eclipse.debug.ui.AbstractLaunchConfigurationTab
        |
        +--org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab
              |
              +--org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
All Implemented Interfaces:
org.eclipse.jdt.internal.debug.ui.launcher.IEntriesChangedListener, ILaunchConfigurationTab

public class JavaArgumentsTab
extends org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab

A launch configuration tab that displays and edits program arguments, VM arguments, and working directory launch configuration attributes.

This class may be instantiated. This class is not intended to be subclassed.

Since:
2.0

Field Summary
protected static String EMPTY_STRING
           
protected  Label fPrgmArgumentsLabel
           
protected  Text fPrgmArgumentsText
           
protected  Label fVMArgumentsLabel
           
protected  Text fVMArgumentsText
           
protected  org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock fWorkingDirectoryBlock
           
 
Constructor Summary
JavaArgumentsTab()
           
 
Method Summary
 void createControl(Composite parent)
           
 void dispose()
           
protected  String getAttributeValueFrom(Text text)
          Retuns the string in the text widget, or null if empty.
 String getErrorMessage()
           
 Image getImage()
           
 String getMessage()
           
 String getName()
           
 void initializeFrom(ILaunchConfiguration configuration)
           
 boolean isValid(ILaunchConfiguration config)
           
 void performApply(ILaunchConfigurationWorkingCopy configuration)
           
 void setDefaults(ILaunchConfigurationWorkingCopy config)
          Defaults are empty.
 void setLaunchConfigurationDialog(ILaunchConfigurationDialog dialog)
           
 
Methods inherited from class org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab
entriesChanged, getContext, initializeJavaProject
 
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
canSave, createPushButton, createRadioButton, createVerticalSpacer, getControl, getLaunchConfigurationDialog, getLaunchManager, getShell, launched, setControl, setErrorMessage, setMessage, updateLaunchConfigurationDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fPrgmArgumentsLabel

protected Label fPrgmArgumentsLabel

fPrgmArgumentsText

protected Text fPrgmArgumentsText

fVMArgumentsLabel

protected Label fVMArgumentsLabel

fVMArgumentsText

protected Text fVMArgumentsText

fWorkingDirectoryBlock

protected org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock fWorkingDirectoryBlock

EMPTY_STRING

protected static final String EMPTY_STRING
See Also:
Constant Field Values
Constructor Detail

JavaArgumentsTab

public JavaArgumentsTab()
Method Detail

createControl

public void createControl(Composite parent)
Specified by:
createControl in interface ILaunchConfigurationTab
Specified by:
createControl in class AbstractLaunchConfigurationTab
See Also:
ILaunchConfigurationTab#createControl(Composite)

dispose

public void dispose()
Specified by:
dispose in interface ILaunchConfigurationTab
Overrides:
dispose in class AbstractLaunchConfigurationTab
See Also:
ILaunchConfigurationTab#dispose()

isValid

public boolean isValid(ILaunchConfiguration config)
Specified by:
isValid in interface ILaunchConfigurationTab
Overrides:
isValid in class AbstractLaunchConfigurationTab
See Also:
ILaunchConfigurationTab#isValid(ILaunchConfiguration)

setDefaults

public void setDefaults(ILaunchConfigurationWorkingCopy config)
Defaults are empty.

Specified by:
setDefaults in interface ILaunchConfigurationTab
Specified by:
setDefaults in class AbstractLaunchConfigurationTab
See Also:
ILaunchConfigurationTab#setDefaults(ILaunchConfigurationWorkingCopy)

initializeFrom

public void initializeFrom(ILaunchConfiguration configuration)
Specified by:
initializeFrom in interface ILaunchConfigurationTab
Specified by:
initializeFrom in class AbstractLaunchConfigurationTab
See Also:
ILaunchConfigurationTab#initializeFrom(ILaunchConfiguration)

performApply

public void performApply(ILaunchConfigurationWorkingCopy configuration)
Specified by:
performApply in interface ILaunchConfigurationTab
Specified by:
performApply in class AbstractLaunchConfigurationTab
See Also:
ILaunchConfigurationTab#performApply(ILaunchConfigurationWorkingCopy)

getAttributeValueFrom

protected String getAttributeValueFrom(Text text)
Retuns the string in the text widget, or null if empty.

Returns:
text or null

getName

public String getName()
Specified by:
getName in interface ILaunchConfigurationTab
Specified by:
getName in class AbstractLaunchConfigurationTab
See Also:
ILaunchConfigurationTab#getName()

setLaunchConfigurationDialog

public void setLaunchConfigurationDialog(ILaunchConfigurationDialog dialog)
Specified by:
setLaunchConfigurationDialog in interface ILaunchConfigurationTab
Overrides:
setLaunchConfigurationDialog in class AbstractLaunchConfigurationTab
See Also:
ILaunchConfigurationTab#setLaunchConfigurationDialog(ILaunchConfigurationDialog)

getErrorMessage

public String getErrorMessage()
Specified by:
getErrorMessage in interface ILaunchConfigurationTab
Overrides:
getErrorMessage in class AbstractLaunchConfigurationTab
See Also:
ILaunchConfigurationTab#getErrorMessage()

getMessage

public String getMessage()
Specified by:
getMessage in interface ILaunchConfigurationTab
Overrides:
getMessage in class AbstractLaunchConfigurationTab
See Also:
ILaunchConfigurationTab#getMessage()

getImage

public Image getImage()
Specified by:
getImage in interface ILaunchConfigurationTab
Overrides:
getImage in class AbstractLaunchConfigurationTab
See Also:
ILaunchConfigurationTab#getImage()

Eclipse JDT
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.