TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.editor.form
Class LoopEventDetailPage

java.lang.Object
  extended by org.eclipse.hyades.test.ui.editor.form.util.AbstractDetailPage
      extended by org.eclipse.hyades.test.ui.internal.editor.form.LoopEventDetailPage
All Implemented Interfaces:
java.util.EventListener, org.eclipse.hyades.test.ui.editor.form.util.IDetailPage, org.eclipse.hyades.ui.util.IDisposable, org.eclipse.swt.custom.VerifyKeyListener, org.eclipse.swt.internal.SWTEventListener

Deprecated. replaced by eclipse forms based Test Log Viewer in 4.1.

public class LoopEventDetailPage
extends org.eclipse.hyades.test.ui.editor.form.util.AbstractDetailPage

See Also:
org.eclipse.hyades.test.ui.forms.base.LoopEventDetailsPart

Field Summary
 
Fields inherited from class org.eclipse.hyades.test.ui.editor.form.util.AbstractDetailPage
context
 
Constructor Summary
LoopEventDetailPage()
          Deprecated.  
 
Method Summary
 org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent, FormWidgetFactory factory, org.eclipse.hyades.test.ui.editor.form.util.IDetailPageContext context)
          Deprecated.  
 void dispose()
          Deprecated.  
 java.lang.Object getInput()
          Deprecated.  
 void setInput(java.lang.Object object)
          Deprecated.  
 
Methods inherited from class org.eclipse.hyades.test.ui.editor.form.util.AbstractDetailPage
getEditorForm, getStructuredSelection, isReadOnly, selectReveal, verifyKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoopEventDetailPage

public LoopEventDetailPage()
Deprecated. 
Method Detail

dispose

public void dispose()
Deprecated. 
Specified by:
dispose in interface org.eclipse.hyades.ui.util.IDisposable
Overrides:
dispose in class org.eclipse.hyades.test.ui.editor.form.util.AbstractDetailPage
See Also:
IDisposable.dispose()

createControl

public org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent,
                                                     FormWidgetFactory factory,
                                                     org.eclipse.hyades.test.ui.editor.form.util.IDetailPageContext context)
Deprecated. 
See Also:
org.eclipse.hyades.test.java.internal.junit.editor.DetailSection.AbstractDetailPage#createControl(org.eclipse.swt.widgets.Composite, org.eclipse.hyades.test.ui.internal.editor.form.base.FormWidgetFactory)

setInput

public void setInput(java.lang.Object object)
Deprecated. 
See Also:
EditorSection.setInput(java.lang.Object)

getInput

public java.lang.Object getInput()
Deprecated. 
See Also:
EditorSection.getInput()

TPTP 4.5.0 Testing Tools Project
Internal API Specification