ccs.cpc.impl
Class JarOpener

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

public class JarOpener
extends PluginRuntime


Field Summary
 
Fields inherited from class ccs.cpc.PluginRuntime
callback, plugin
 
Fields inherited from class ccs.cpc.ViewerRuntime
target
 
Constructor Summary
JarOpener()
           
 
Method Summary
static java.lang.String getName()
          The viewer's user-visible name.
 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

JarOpener

public JarOpener()
Method Detail

getName

public static java.lang.String getName()
The viewer's user-visible name. The default is a placeholder, and must be overridden.


launch

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

Specified by:
launch in class ViewerRuntime

kill

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

Specified by:
kill in class ViewerRuntime