com.ibm.jdg2e.swing.external.launcher
Class ABCEditorLauncher

java.lang.Object
  extended bycom.ibm.jdg2e.swing.external.launcher.ABCEditorLauncher
All Implemented Interfaces:
org.eclipse.ui.IEditorLauncher

public class ABCEditorLauncher
extends java.lang.Object
implements org.eclipse.ui.IEditorLauncher

Class that opens the ABCEditor on the Eclipse input file.


Constructor Summary
ABCEditorLauncher()
           
 
Method Summary
 void open(org.eclipse.core.runtime.IPath file)
          Opens the ABCEditor on *.abc files in the Eclipse workspace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ABCEditorLauncher

public ABCEditorLauncher()
Method Detail

open

public void open(org.eclipse.core.runtime.IPath file)
Opens the ABCEditor on *.abc files in the Eclipse workspace.

Specified by:
open in interface org.eclipse.ui.IEditorLauncher
See Also:
IEditorLauncher.open(IPath)