org.eclipse.ui.examples.rcp.texteditor
Class TextEditorApplication

java.lang.Object
  extended by org.eclipse.ui.examples.rcp.texteditor.TextEditorApplication
All Implemented Interfaces:
org.eclipse.core.runtime.IPlatformRunnable

public class TextEditorApplication
extends java.lang.Object
implements org.eclipse.core.runtime.IPlatformRunnable


Field Summary
 
Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
 
Constructor Summary
TextEditorApplication()
           
 
Method Summary
 java.lang.Object run(java.lang.Object args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextEditorApplication

public TextEditorApplication()
Method Detail

run

public java.lang.Object run(java.lang.Object args)
Specified by:
run in interface org.eclipse.core.runtime.IPlatformRunnable