TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.editor.extension
Class TestSuiteEditorExtension

java.lang.Object
  extended byorg.eclipse.hyades.ui.editor.EditorExtension
      extended byorg.eclipse.hyades.test.ui.editor.extension.BaseEditorExtension
          extended byorg.eclipse.hyades.test.ui.internal.editor.extension.TestSuiteEditorExtension
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.hyades.ui.util.IDisposable, org.eclipse.hyades.ui.editor.IEditorExtension, org.eclipse.hyades.ui.editor.IHyadesEditorExtension, org.eclipse.hyades.ui.util.IRefreshable, org.eclipse.ui.ISelectionListener, org.eclipse.hyades.ui.adapter.ISynchronizedEditorAdapter

Deprecated. Use org.eclipse.hyades.test.ui.editor.extension.TestSuiteEditorExtension instead.

public class TestSuiteEditorExtension
extends org.eclipse.hyades.test.ui.editor.extension.BaseEditorExtension

Hyades default test suite editor extension that is suitable for all the test suite objects.

This class is used whenever it is not possible neither to identify nor to locate the appropriate extension editor.

Since:
0.0.1

Field Summary
static java.lang.String EXTENSION_ID
          Deprecated.  
 
Constructor Summary
TestSuiteEditorExtension()
          Deprecated.  
 
Method Summary
 void createPages()
          Deprecated.  
 void dispose()
          Deprecated.  
 org.eclipse.jface.viewers.IStructuredSelection getSelection()
          Deprecated.  
 org.eclipse.hyades.models.common.testprofile.TPFTestSuite getTestSuite()
          Deprecated. Returns the test suite that is manipulated by this editor extension.
 boolean pageActivated(int index)
          Deprecated.  
 void refreshContent(java.lang.Object data)
          Deprecated.  
 
Methods inherited from class org.eclipse.hyades.test.ui.editor.extension.BaseEditorExtension
addListener, clearDirty, doSave, doSaveAs, doSaveEditorFile, editorFileChanged, editorFileDeleted, editorFileWriteAccessChanged, getAdapter, getClipboard, getObjectURI, getProgressMonitor, getResourceSet, handle, handleException, isDirty, isOkToSave, isSaveAsAllowed, logSaveMessage, markDirty, notifyWriteAccessChangeListeners, reload, reloadEditorObject, removeListener, save
 
Methods inherited from class org.eclipse.hyades.ui.editor.EditorExtension
checkPagesDirtyState, getHyadesEditorPart, getStatusLineMessage, gotoMarker, init, isSaveOnCloseNeeded, refreshPages, selectionChanged, setSelection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION_ID

public static final java.lang.String EXTENSION_ID
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

TestSuiteEditorExtension

public TestSuiteEditorExtension()
Deprecated. 
Method Detail

dispose

public void dispose()
Deprecated. 
See Also:
IDisposable.dispose()

getTestSuite

public org.eclipse.hyades.models.common.testprofile.TPFTestSuite getTestSuite()
Deprecated. 
Returns the test suite that is manipulated by this editor extension.

Returns:
TPFTestSuite

createPages

public void createPages()
Deprecated. 
See Also:
IEditorExtension.createPages()

refreshContent

public void refreshContent(java.lang.Object data)
Deprecated. 
See Also:
IRefreshable.refreshContent(java.lang.Object)

getSelection

public org.eclipse.jface.viewers.IStructuredSelection getSelection()
Deprecated. 
See Also:
IEditorExtension.getSelection()

pageActivated

public boolean pageActivated(int index)
Deprecated. 
See Also:
IEditorExtension.pageActivated(int)

TPTP 4.4.0 Testing Tools Project
Internal API Specification