- java.lang.Object
-
- ij.plugin.Compiler
-
- All Implemented Interfaces:
PlugIn,FilenameFilter
public class Compiler extends Object implements PlugIn, FilenameFilter
Compiles and runs plugins using the javac compiler.
-
-
Constructor Summary
Constructors Constructor Description Compiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(File dir, String name)voidrun(String arg)This method is called when the plugin is loaded.voidshowDialog()
-
-
-
Method Detail
-
run
public void run(String arg)
Description copied from interface:PlugInThis method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
-
accept
public boolean accept(File dir, String name)
- Specified by:
acceptin interfaceFilenameFilter
-
showDialog
public void showDialog()
-
-