com.aptana.ide.debug.internal.ui
Class EditorOpenAdapter

java.lang.Object
  extended by com.aptana.ide.debug.internal.ui.EditorOpenAdapter
All Implemented Interfaces:
IEditorOpenAdapter

public class EditorOpenAdapter
extends java.lang.Object
implements IEditorOpenAdapter

Author:
Max Stepanov

Constructor Summary
EditorOpenAdapter()
           
 
Method Summary
 void openInEditor(java.lang.Object sourceElement)
          openInEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorOpenAdapter

public EditorOpenAdapter()
Method Detail

openInEditor

public void openInEditor(java.lang.Object sourceElement)
Description copied from interface: IEditorOpenAdapter
openInEditor

Specified by:
openInEditor in interface IEditorOpenAdapter