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()
          Deprecated. Probably meaningless, find all available types and filter with acceptFileObject(org.openide.filesystems.FileObject) instead.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.