TPTP 4.4.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.ui.forms.base
Class ExecutionEventDetailsProvider

java.lang.Object
  extended byorg.eclipse.hyades.test.ui.forms.base.ExecutionEventDetailsProvider
All Implemented Interfaces:
org.eclipse.ui.forms.IDetailsPageProvider

public class ExecutionEventDetailsProvider
extends java.lang.Object
implements org.eclipse.ui.forms.IDetailsPageProvider

This class is an IDetailsPageProvider to provide proper details page of the page book based on execution event type in TPTP Test Log Viewer.

Since:
4.1

Constructor Summary
ExecutionEventDetailsProvider(org.eclipse.ui.forms.editor.FormPage page)
          Creates an instance of this class with the editor page.
 
Method Summary
 org.eclipse.ui.forms.IDetailsPage getPage(java.lang.Object key)
           
 java.lang.Object getPageKey(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionEventDetailsProvider

public ExecutionEventDetailsProvider(org.eclipse.ui.forms.editor.FormPage page)
Creates an instance of this class with the editor page.

Parameters:
page - forms editor page of this part.
Method Detail

getPageKey

public java.lang.Object getPageKey(java.lang.Object object)
Specified by:
getPageKey in interface org.eclipse.ui.forms.IDetailsPageProvider

getPage

public org.eclipse.ui.forms.IDetailsPage getPage(java.lang.Object key)
Specified by:
getPage in interface org.eclipse.ui.forms.IDetailsPageProvider

TPTP 4.4.0 Testing Tools Project
Public API Specification