TPTP 4.1.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.tools.ui.http.launch.tabs
Class LoadTestUserTab

java.lang.Object
  extended byorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
      extended byorg.eclipse.hyades.test.tools.ui.http.launch.tabs.LoadTestUserTab
All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchConfigurationTab

Deprecated. - users moved to test editor

public class LoadTestUserTab
extends org.eclipse.debug.ui.AbstractLaunchConfigurationTab

Launch configuration tab that specifies number of virtual users to run with this test.


Constructor Summary
LoadTestUserTab()
          Deprecated.  
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
          Deprecated.  
 int get_nUsers()
          Deprecated.  
 org.eclipse.swt.graphics.Image getImage()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
          Deprecated.  
 boolean isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
          Deprecated.  
 void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
          Deprecated.  
 void set_nUsers(int users)
          Deprecated.  
 void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
          Deprecated.  
 
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage, updateLaunchConfigurationDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadTestUserTab

public LoadTestUserTab()
Deprecated. 
Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)
Deprecated. 

setDefaults

public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
Deprecated. 

initializeFrom

public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
Deprecated. 

performApply

public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
Deprecated. 

getName

public java.lang.String getName()
Deprecated. 

get_nUsers

public int get_nUsers()
Deprecated. 
Returns:
Returns the _nUsers.

set_nUsers

public void set_nUsers(int users)
Deprecated.  

Parameters:
users - The _nUsers to set.

getImage

public org.eclipse.swt.graphics.Image getImage()
Deprecated. 

isValid

public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
Deprecated. 

TPTP 4.1.0 Testing Tools Project
Public API Specification