public class Compiler extends Object implements PlugIn, FilenameFilter
Constructor and Description |
---|
Compiler() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File dir,
String name) |
void |
run(String arg)
This method is called when the plugin is loaded.
|
void |
showDialog() |
public void run(String arg)
PlugIn
public boolean accept(File dir, String name)
accept
in interface FilenameFilter
public void showDialog()