Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.aspectj.tools.ajde.netbeans
Class NbCompilerMessages  view NbCompilerMessages download NbCompilerMessages.java

java.lang.Object
  extended byorg.aspectj.tools.ajde.netbeans.NbCompilerMessages

public class NbCompilerMessages
extends java.lang.Object


Nested Class Summary
(package private)  class NbCompilerMessages.CompilerMessageWindow
           
 
Field Summary
private  NbCompilerMessages.CompilerMessageWindow cmw
           
private  TopComponent comp
           
private  int x
           
private  int y
           
 
Constructor Summary
NbCompilerMessages()
           
 
Method Summary
 void addProjectTask(java.lang.String message, StructureMessage.Kind kind)
           
 void addSourcelineTask(java.lang.String message, SourceLocation sourceLocation, StructureMessage.Kind kind)
           
 void clearTasks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmw

private NbCompilerMessages.CompilerMessageWindow cmw

comp

private TopComponent comp

x

private int x

y

private int y
Constructor Detail

NbCompilerMessages

public NbCompilerMessages()
Method Detail

addSourcelineTask

public void addSourcelineTask(java.lang.String message,
                              SourceLocation sourceLocation,
                              StructureMessage.Kind kind)

addProjectTask

public void addProjectTask(java.lang.String message,
                           StructureMessage.Kind kind)

clearTasks

public void clearTasks()