TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.trace.ui.internal.launcher
Class ExternalJavaArgumentsTab

java.lang.Object
  extended by org.eclipse.debug.ui.AbstractLaunchConfigurationTab
      extended by org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
          extended by org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
              extended by org.eclipse.hyades.trace.ui.internal.launcher.ExternalJavaArgumentsTab
All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchConfigurationTab

public class ExternalJavaArgumentsTab
extends org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab


Field Summary
 
Fields inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
EMPTY_STRING, fPrgmArgumentsLabel, fPrgmArgumentsText, fVMArgumentsBlock, fWorkingDirectoryBlock
 
Constructor Summary
ExternalJavaArgumentsTab()
           
 
Method Summary
 java.lang.String getErrorMessage()
           
 boolean isValid(org.eclipse.debug.core.ILaunchConfiguration config)
           
 
Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
activated, createControl, createVMArgsBlock, createWorkingDirBlock, deactivated, dispose, getAttributeValueFrom, getId, getImage, getMessage, getName, initializeFrom, performApply, setDefaults, setHelpContextId, setLaunchConfigurationDialog
 
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, createVerticalSpacer, getControl, getLaunchConfigurationDialog, getLaunchManager, getShell, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setMessage, updateLaunchConfigurationDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalJavaArgumentsTab

public ExternalJavaArgumentsTab()
Method Detail

isValid

public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration config)
Specified by:
isValid in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Overrides:
isValid in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab

getErrorMessage

public java.lang.String getErrorMessage()
Specified by:
getErrorMessage in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Overrides:
getErrorMessage in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab

TPTP 4.6.0 Platform Project
Internal API Specification