TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.editor.extension
Interface IExtensibleEditorExtension

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.hyades.ui.util.IDisposable, org.eclipse.hyades.ui.editor.IEditorExtension, org.eclipse.hyades.ui.util.IRefreshable, org.eclipse.ui.ISelectionListener
All Known Implementing Classes:
ConfigurableObjectEditorExtension

public interface IExtensibleEditorExtension
extends org.eclipse.hyades.ui.editor.IEditorExtension

This interface defines a IEditorExtension that can be extended with more editing pages in its editor.

Since:
1.3

Method Summary
 int addExtensionPage(org.eclipse.core.runtime.IConfigurationElement extensionElement)
           
 
Methods inherited from interface org.eclipse.hyades.ui.editor.IEditorExtension
checkPagesDirtyState, createPages, doSave, doSaveAs, getHyadesEditorPart, getSelection, getStatusLineMessage, gotoMarker, init, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, pageActivated, refreshPages, setSelection
 
Methods inherited from interface org.eclipse.hyades.ui.util.IDisposable
dispose
 
Methods inherited from interface org.eclipse.hyades.ui.util.IRefreshable
refreshContent
 
Methods inherited from interface org.eclipse.ui.ISelectionListener
selectionChanged
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

addExtensionPage

public int addExtensionPage(org.eclipse.core.runtime.IConfigurationElement extensionElement)

TPTP 4.4.0 Testing Tools Project
Internal API Specification