Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.status
Interface Issue


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

getConstruct

java.lang.Object getConstruct()
Gets the model object associated with this issue, if any. Note that calling this method requires a lock be held on the underlying model, since the object returned may be an element of that model.


getMessage

java.lang.String getMessage()
Gets a translated plain text message describing this issue.


getHtmlMessage

java.lang.String getHtmlMessage()
Gets a translated HTML formatted text message describing this issue.


getSeverity

Severity getSeverity()
Gets the Severity of this issue.


getOffset

int getOffset()
Gets the offset of the text associated with this issue.


getLength

int getLength()
Gets the length of the text associated with this issue.


hasTransforms

boolean hasTransforms()
Gets whether any transforms are attached to this issue.


getTransforms

java.util.List<? extends javax.swing.Action> getTransforms()
Gets the transforms attached to this issue.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.