TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.ui.navigator
Class EditorIdFactory

java.lang.Object
  extended byorg.eclipse.hyades.test.ui.navigator.EditorIdFactory
All Implemented Interfaces:
IEditorIdFactory

public class EditorIdFactory
extends java.lang.Object
implements IEditorIdFactory

Singleton class which provides the editor ids for the file extensions.


Constructor Summary
EditorIdFactory()
           
 
Method Summary
 java.lang.String getEditorId(org.eclipse.core.resources.IFile file)
           
static EditorIdFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorIdFactory

public EditorIdFactory()
Method Detail

getEditorId

public java.lang.String getEditorId(org.eclipse.core.resources.IFile file)
Specified by:
getEditorId in interface IEditorIdFactory

getInstance

public static EditorIdFactory getInstance()

TPTP 4.3.0 Testing Tools Project
Public API Specification