| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Issue
An issue in a file. An issue has a message and a severity, is associated with a range of text in the file, and may have transforms--actions that address the issue--attached to it.
| Method Summary | |
|---|---|
 java.lang.Object | 
getConstruct()
Gets the model object associated with this issue, if any.  | 
 java.lang.String | 
getHtmlMessage()
Gets a translated HTML formatted text message describing this issue.  | 
 int | 
getLength()
Gets the length of the text associated with this issue.  | 
 java.lang.String | 
getMessage()
Gets a translated plain text message describing this issue.  | 
 int | 
getOffset()
Gets the offset of the text associated with this issue.  | 
 Severity | 
getSeverity()
Gets the Severity of this issue. | 
 java.util.List<? extends javax.swing.Action> | 
getTransforms()
Gets the transforms attached to this issue.  | 
 boolean | 
hasTransforms()
Gets whether any transforms are attached to this issue.  | 
| Method Detail | 
|---|
java.lang.Object getConstruct()
java.lang.String getMessage()
java.lang.String getHtmlMessage()
Severity getSeverity()
Severity of this issue.
int getOffset()
int getLength()
boolean hasTransforms()
java.util.List<? extends javax.swing.Action> getTransforms()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||