com.ibm.lab.soln.swing.internalLaunch.extras
Class ABCEditorLauncher

java.lang.Object
  |
  +--com.ibm.lab.soln.swing.internalLaunch.extras.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.resources.IFile 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.resources.IFile file)
Opens the ABCEditor on *.abc files in the Eclipse workspace.
Specified by:
open in interface org.eclipse.ui.IEditorLauncher
See Also:
IEditorLauncher.open(IFile)