Public Member Functions | Package Attributes

si.ijs.acs.objectexplorer.NotificationBean Class Reference

List of all members.

Public Member Functions

 NotificationBean ()
javax.swing.JFrame getParent ()
SmartTextPane getTextArea ()
boolean isDebugToConsole ()
boolean isConfirmationDialog ()
void reportDebug (String location, String message)
void reportError (String error)
void reportError (String message, Throwable t)
void reportError (String message, Throwable t, boolean dialog)
void reportError (String message, Throwable t, boolean dialog, boolean stackTrace)
synchronized void reportMessage (String message)
void reportStructuralAccess (short accessType, Introspectable target, String remark)
void setAccessDestroyWindow (AccessDestroyWindow adw)
void setDebugToConsole ()
void setConfirmationDialog (boolean b)
void setParent (javax.swing.JFrame newParent)
void setShowError (boolean showError)
void setTextArea (SmartTextPane newTextArea)

Package Attributes

SmartTextPane textArea = null
JFrame parent = null
boolean showError = true
AccessDestroyWindow accessDestroyWindow = null
ErrorDialog errorDialog = null

Detailed Description

This bean is used for notifying the user about events that occur during runtime - debug, error, message, structural access,...

Creation date: (2.11.2000 0:51:02)

Author:
: Miha Kadunc

Constructor & Destructor Documentation

si.ijs.acs.objectexplorer.NotificationBean.NotificationBean (  ) 

NotificationBean constructor comment.


Member Function Documentation

javax.swing.JFrame si.ijs.acs.objectexplorer.NotificationBean.getParent (  ) 

Insert the method's description here. Creation date: (11/13/00 7:19:17 PM)

Returns:
javax.swing.JFrame

References si.ijs.acs.objectexplorer.NotificationBean.parent.

SmartTextPane si.ijs.acs.objectexplorer.NotificationBean.getTextArea (  ) 

Insert the method's description here. Creation date: (11/10/00 6:55:59 PM)

Returns:
javax.swing.JTextArea

References si.ijs.acs.objectexplorer.NotificationBean.textArea.

boolean si.ijs.acs.objectexplorer.NotificationBean.isConfirmationDialog (  ) 
boolean si.ijs.acs.objectexplorer.NotificationBean.isDebugToConsole (  ) 

Insert the method's description here. Creation date: (3/16/2001 10:34:10 AM)

Returns:
boolean
void si.ijs.acs.objectexplorer.NotificationBean.reportDebug ( String  location,
String  message 
)
void si.ijs.acs.objectexplorer.NotificationBean.reportError ( String  message,
Throwable  t,
boolean  dialog 
)

Insert the method's description here. Creation date: (2.11.2000 1:13:45)

Parameters:
message java.lang.String
t java.lang.Throwable

References si.ijs.acs.objectexplorer.NotificationBean.reportError().

void si.ijs.acs.objectexplorer.NotificationBean.reportError ( String  message,
Throwable  t,
boolean  dialog,
boolean  stackTrace 
)
void si.ijs.acs.objectexplorer.NotificationBean.reportError ( String  error  ) 
void si.ijs.acs.objectexplorer.NotificationBean.reportError ( String  message,
Throwable  t 
)

Insert the method's description here. Creation date: (2.11.2000 1:13:45)

Parameters:
message java.lang.String
t java.lang.Throwable

References si.ijs.acs.objectexplorer.NotificationBean.reportError().

synchronized void si.ijs.acs.objectexplorer.NotificationBean.reportMessage ( String  message  ) 
void si.ijs.acs.objectexplorer.NotificationBean.reportStructuralAccess ( short  accessType,
Introspectable  target,
String  remark 
)

Insert the method's description here. Creation date: (2.11.2000 0:55:16)

References si.ijs.acs.objectexplorer.NotificationBean.textArea.

void si.ijs.acs.objectexplorer.NotificationBean.setAccessDestroyWindow ( AccessDestroyWindow  adw  ) 

Insert the method's description here. Creation date: (30.6.2001 0:57:23)

References si.ijs.acs.objectexplorer.NotificationBean.accessDestroyWindow.

void si.ijs.acs.objectexplorer.NotificationBean.setConfirmationDialog ( boolean  b  ) 

Insert the method's description here. Creation date: (3/16/2001 10:34:10 AM)

Parameters:
newDebugToConsole boolean

Referenced by si.ijs.acs.objectexplorer.ListsHandlerBean.setConfirmed().

void si.ijs.acs.objectexplorer.NotificationBean.setDebugToConsole (  ) 

Insert the method's description here. Creation date: (3/16/2001 10:34:10 AM)

Parameters:
newDebugToConsole boolean
void si.ijs.acs.objectexplorer.NotificationBean.setParent ( javax.swing.JFrame  newParent  ) 

Insert the method's description here. Creation date: (11/13/00 7:19:17 PM)

Parameters:
newParent javax.swing.JFrame

References si.ijs.acs.objectexplorer.NotificationBean.parent.

void si.ijs.acs.objectexplorer.NotificationBean.setShowError ( boolean  showError  ) 

Insert the method's description here. Creation date: (29.6.2001 23:31:31)

Parameters:
showError boolean
void si.ijs.acs.objectexplorer.NotificationBean.setTextArea ( SmartTextPane  newTextArea  ) 

Insert the method's description here. Creation date: (11/10/00 6:55:59 PM)

Parameters:
newTextArea javax.swing.JTextArea

References si.ijs.acs.objectexplorer.NotificationBean.textArea.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties