ccs.cpc.impl
Class ResultsOpener

java.lang.Object
  extended by ccs.cpc.ViewerRuntime
      extended by ccs.cpc.PluginRuntime
          extended by ccs.cpc.impl.ResultsOpener

public class ResultsOpener
extends PluginRuntime


Field Summary
 
Fields inherited from class ccs.cpc.PluginRuntime
callback, plugin
 
Fields inherited from class ccs.cpc.ViewerRuntime
target
 
Constructor Summary
ResultsOpener()
           
 
Method Summary
static java.lang.String getName()
           
 void kill()
          Destroy the viewer.
 void launch()
          Prepare and launch the viewer.
 
Methods inherited from class ccs.cpc.PluginRuntime
getFileness, getPlugin, isEditor, loadIcon, pluginFinished, readModel, setResources, waitFor, writeModel
 
Methods inherited from class ccs.cpc.ViewerRuntime
cleanup, getTarget, setTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultsOpener

public ResultsOpener()
Method Detail

getName

public static java.lang.String getName()

kill

public void kill()
Description copied from class: ViewerRuntime
Destroy the viewer. This must cause waitFor to return.

Specified by:
kill in class ViewerRuntime

launch

public void launch()
            throws java.io.IOException
Description copied from class: ViewerRuntime
Prepare and launch the viewer.

Specified by:
launch in class ViewerRuntime
Throws:
java.io.IOException