ij.plugin
Class Compiler
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Compiler
public Compiler()
run
public void run(String arg)
- Description copied from interface:
PlugIn
- This method is called when the plugin is loaded.
'arg', which may be blank, is the argument specified
for this plugin in IJ_Props.txt.
- Specified by:
run in interface PlugIn
accept
public boolean accept(File dir,
String name)
- Specified by:
accept in interface FilenameFilter
showDialog
public void showDialog()
Copyright © 1997–2015 NIH. All rights reserved.