Uses of Class
org.openide.execution.ScriptType

Packages that use ScriptType
org.openide.execution The IDE uses a small interface to describe the execution of Java-based classes together with arguments. 
 

Uses of ScriptType in org.openide.execution
 

Methods in org.openide.execution that return ScriptType
static ScriptType ScriptType.find(Class clazz)
          Find the script type implemented as a given class.
static ScriptType ScriptType.find(String name)
          Find the script type with requested name.
static ScriptType ScriptType.getDefault()
          Get the default script type.
 



Built on February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.