|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.text.source.Annotation
org.eclipse.emf.codegen.jet.editor.dyncheck.JETProblemAnnotation
public class JETProblemAnnotation
A type of annotation for the errors in the JET editor.
Field Summary |
---|
Fields inherited from class org.eclipse.jface.text.source.Annotation |
---|
TYPE_UNKNOWN |
Constructor Summary | |
---|---|
JETProblemAnnotation(org.eclipse.jdt.core.compiler.IProblem problem,
org.eclipse.jdt.core.ICompilationUnit cu)
Constructor for JETProblemAnnotation. |
Method Summary | |
---|---|
org.eclipse.jdt.core.ICompilationUnit |
getCompilationUnit()
|
java.lang.String |
getText()
|
Methods inherited from class org.eclipse.jface.text.source.Annotation |
---|
getType, isMarkedDeleted, isPersistent, markDeleted, setText, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JETProblemAnnotation(org.eclipse.jdt.core.compiler.IProblem problem, org.eclipse.jdt.core.ICompilationUnit cu)
problem
- IProblemcu
- ICompilationUnitMethod Detail |
---|
public java.lang.String getText()
getText
in class org.eclipse.jface.text.source.Annotation
public org.eclipse.jdt.core.ICompilationUnit getCompilationUnit()
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |