|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilerGroup | |
org.openide.compiler | Different compiler implementations may be plugged into the IDE to build files from source. |
Uses of CompilerGroup in org.openide.compiler |
Subclasses of CompilerGroup in org.openide.compiler | |
class |
ExternalCompilerGroup
A group holding several ExternalCompiler s. |
Methods in org.openide.compiler that return CompilerGroup | |
CompilerGroup |
CompilerEvent.getCompilerGroup()
Get the source of the event. |
Constructors in org.openide.compiler with parameters of type CompilerGroup | |
CompilerEvent(CompilerGroup source,
FileObject file)
Create an event. |
|
ErrorEvent(CompilerGroup source,
FileObject errorFile,
int line,
int column,
String message,
String ref)
Create an error event. |
|
ProgressEvent(CompilerGroup source,
FileObject file)
Create a progress event of unspecified type. |
|
ProgressEvent(CompilerGroup source,
FileObject file,
int task)
Create a progress event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |