TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.tools.ui.common.internal.wizard
Class EnvironmentVariableViewer

java.lang.Object
  extended by org.eclipse.hyades.test.tools.ui.common.internal.wizard.EnvironmentVariableViewer
All Implemented Interfaces:
java.util.EventListener, org.eclipse.hyades.ui.util.IDisposable, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

Deprecated. As of TPTP V4.3.0, this class is deprecated.

public class EnvironmentVariableViewer
extends java.lang.Object
implements org.eclipse.swt.events.SelectionListener, org.eclipse.hyades.ui.util.IDisposable

This class was used by the Run Wizard: the wizard was removed in Hyades 3.3, and its classes in TPTP 4.3. As a result, this class is no longer referenced but is kept in case it could be re-used in another context.


Nested Class Summary
static class EnvironmentVariableViewer.EnvironmentDialog
          Deprecated.  
 
Constructor Summary
EnvironmentVariableViewer(org.eclipse.hyades.models.common.testprofile.TPFTest test)
          Deprecated.  
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
          Deprecated.  
 void dispose()
          Deprecated.  
 void setInput(org.eclipse.hyades.models.common.configuration.CFGArtifact artifact)
          Deprecated.  
 void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
          Deprecated.  
 void widgetSelected(org.eclipse.swt.events.SelectionEvent event)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentVariableViewer

public EnvironmentVariableViewer(org.eclipse.hyades.models.common.testprofile.TPFTest test)
Deprecated. 
Method Detail

dispose

public void dispose()
Deprecated. 
Specified by:
dispose in interface org.eclipse.hyades.ui.util.IDisposable
See Also:
IDisposable.dispose()

createControl

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

widgetDefaultSelected

public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
Deprecated. 
Specified by:
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener

widgetSelected

public void widgetSelected(org.eclipse.swt.events.SelectionEvent event)
Deprecated. 
Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener

setInput

public void setInput(org.eclipse.hyades.models.common.configuration.CFGArtifact artifact)
Deprecated. 

TPTP 4.5.0 Testing Tools Project
Internal API Specification