public class DefaultEditorError extends Object implements EditorError
| Constructor and Description |
|---|
DefaultEditorError(Editor<?> editor,
String message,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsolutePath() |
Editor<?> |
getEditor() |
String |
getMessage() |
String |
getPath() |
Object |
getUserData() |
Object |
getValue() |
boolean |
isConsumed() |
void |
setConsumed(boolean consumed) |
public boolean isConsumed()
isConsumed in interface EditorErrorpublic String getAbsolutePath()
getAbsolutePath in interface EditorErrorpublic Editor<?> getEditor()
getEditor in interface EditorErrorpublic String getMessage()
getMessage in interface EditorErrorpublic String getPath()
getPath in interface EditorErrorpublic Object getUserData()
getUserData in interface EditorErrorpublic Object getValue()
getValue in interface EditorErrorpublic void setConsumed(boolean consumed)
setConsumed in interface EditorErrorCopyright © 2012. All Rights Reserved.