public class NotificationBean
extends java.lang.Object
| Constructor and Description |
|---|
NotificationBean()
NotificationBean constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JFrame |
getParent()
Insert the method's description here.
|
SmartTextPane |
getTextArea()
Insert the method's description here.
|
boolean |
isConfirmationDialog() |
boolean |
isDebugToConsole()
Insert the method's description here.
|
void |
reportDebug(java.lang.String location,
java.lang.String message)
Insert the method's description here.
|
void |
reportError(java.lang.String error)
Insert the method's description here.
|
void |
reportError(java.lang.String message,
java.lang.Throwable t)
Insert the method's description here.
|
void |
reportError(java.lang.String message,
java.lang.Throwable t,
boolean dialog)
Insert the method's description here.
|
void |
reportError(java.lang.String message,
java.lang.Throwable t,
boolean dialog,
boolean stackTrace)
Insert the method's description here.
|
void |
reportMessage(java.lang.String message)
Insert the method's description here.
|
void |
reportStructuralAccess(short accessType,
Introspectable target,
java.lang.String remark)
Insert the method's description here.
|
void |
setAccessDestroyWindow(AccessDestroyWindow adw)
Insert the method's description here.
|
void |
setConfirmationDialog(boolean b)
Insert the method's description here.
|
void |
setDebugToConsole()
Insert the method's description here.
|
void |
setParent(javax.swing.JFrame newParent)
Insert the method's description here.
|
void |
setShowError(boolean showError)
Insert the method's description here.
|
void |
setTextArea(SmartTextPane newTextArea)
Insert the method's description here.
|
public javax.swing.JFrame getParent()
public SmartTextPane getTextArea()
public boolean isDebugToConsole()
public boolean isConfirmationDialog()
public void reportDebug(java.lang.String location,
java.lang.String message)
message - java.lang.Stringpublic void reportError(java.lang.String error)
error - java.lang.Stringpublic void reportError(java.lang.String message,
java.lang.Throwable t)
message - java.lang.Stringt - java.lang.Throwablepublic void reportError(java.lang.String message,
java.lang.Throwable t,
boolean dialog)
message - java.lang.Stringt - java.lang.Throwablepublic void reportError(java.lang.String message,
java.lang.Throwable t,
boolean dialog,
boolean stackTrace)
message - java.lang.Stringt - java.lang.Throwablepublic void reportMessage(java.lang.String message)
message - java.lang.Stringpublic void reportStructuralAccess(short accessType,
Introspectable target,
java.lang.String remark)
public void setAccessDestroyWindow(AccessDestroyWindow adw)
public void setDebugToConsole()
newDebugToConsole - booleanpublic void setConfirmationDialog(boolean b)
newDebugToConsole - booleanpublic void setParent(javax.swing.JFrame newParent)
newParent - javax.swing.JFramepublic void setShowError(boolean showError)
showError - booleanpublic void setTextArea(SmartTextPane newTextArea)
newTextArea - javax.swing.JTextArea