|
org.netbeans.modules.xml.xam/1 1.18.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.xml.xam.spi.Validator.ResultItem
public static class Validator.ResultItem
| Constructor Summary | |
|---|---|
Validator.ResultItem(Validator validator,
Validator.ResultType type,
Component component,
String desc)
Constructor to create an instance of ResultItem |
|
Validator.ResultItem(Validator validator,
Validator.ResultType type,
String desc,
int lineNumber,
int columnNumber,
Model model)
Constructor to create an instance of ResultItem |
|
| Method Summary | |
|---|---|
int |
getColumnNumber()
Column position of advice/warning/error. |
Component |
getComponents()
Returns target component of the validation result. |
String |
getDescription()
Returns description of the validation result item. |
int |
getLineNumber()
Line position of advice/warning/error. |
Model |
getModel()
Model on which this ResultItem was reported on. |
Validator.ResultType |
getType()
Returns type of validation result. |
Validator |
getValidator()
Get the validator which generated this error. |
void |
setDescription(String description)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Validator.ResultItem(Validator validator,
Validator.ResultType type,
Component component,
String desc)
validator - Reference to validator.type - Type of message.component - Component to which this resultItem points.desc - Message text string.
public Validator.ResultItem(Validator validator,
Validator.ResultType type,
String desc,
int lineNumber,
int columnNumber,
Model model)
validator - Reference to validator.type - Type of message.desc - Message text string.lineNumber - Line number where this error happens.columnNumber - Column Number where this error happens.model - Model on which this is reported.| Method Detail |
|---|
public Validator getValidator()
public Validator.ResultType getType()
public Component getComponents()
public String getDescription()
public void setDescription(String description)
public int getLineNumber()
public int getColumnNumber()
public Model getModel()
|
org.netbeans.modules.xml.xam/1 1.18.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||