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 |
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)
| si.ijs.acs.objectexplorer.NotificationBean.NotificationBean | ( | ) |
NotificationBean constructor comment.
| javax.swing.JFrame si.ijs.acs.objectexplorer.NotificationBean.getParent | ( | ) |
Insert the method's description here. Creation date: (11/13/00 7:19:17 PM)
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)
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)
| void si.ijs.acs.objectexplorer.NotificationBean.reportDebug | ( | String | location, | |
| String | message | |||
| ) |
Insert the method's description here. Creation date: (2.11.2000 0:51:52)
| message | java.lang.String |
Referenced by si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.BACIRemoteAccess(), si.ijs.acs.objectexplorer.ReporterBean.clearResponseWindows(), si.ijs.acs.objectexplorer.ListsHandlerBean.clickedItem(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.destroy(), si.ijs.acs.objectexplorer.engine.BACI.BACIInvocation.destroyDueToTimeout(), si.ijs.acs.objectexplorer.TreeHandlerBean.disconnect(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.disconnect(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.explodeDummyNode(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.explodeRootNodeByName(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.getAttributes(), si.ijs.acs.objectexplorer.TreeHandlerBean.getDevices(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.getOperations(), si.ijs.acs.objectexplorer.engine.BACI.BACIIntrospector.getOperations(), si.ijs.acs.objectexplorer.engine.BACI.BACIIntrospector.IDtoClassName(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.initialize(), si.ijs.acs.objectexplorer.ListsHandlerBean.invocationDestroyed(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.invokeAccessor(), si.ijs.acs.objectexplorer.ReporterBean.killResponseWindows(), and si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.run().
| 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)
| 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 | |||
| ) |
Insert the method's description here. Creation date: (2.11.2000 1:13:45)
| message | java.lang.String | |
| t | java.lang.Throwable |
References si.ijs.acs.objectexplorer.NotificationBean.accessDestroyWindow, si.ijs.acs.objectexplorer.AccessDestroyWindow.addError(), si.ijs.acs.objectexplorer.ErrorDialog.addError(), si.ijs.acs.objectexplorer.NotificationBean.errorDialog, si.ijs.acs.objectexplorer.NotificationBean.parent, si.ijs.acs.objectexplorer.NotificationBean.showError, and si.ijs.acs.objectexplorer.NotificationBean.textArea.
| void si.ijs.acs.objectexplorer.NotificationBean.reportError | ( | String | error | ) |
Insert the method's description here. Creation date: (2.11.2000 0:51:38)
| error | java.lang.String |
Referenced by si.ijs.acs.objectexplorer.TreeHandlerBean.addNode(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.destroy(), si.ijs.acs.objectexplorer.TreeHandlerBean.disconnect(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.disconnect(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.explodeRootNodeByName(), si.ijs.acs.objectexplorer.TreeHandlerBean.getDevices(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.invokeAccessor(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.invokeMutator(), si.ijs.acs.objectexplorer.TreeHandlerBean.removeNode(), si.ijs.acs.objectexplorer.NotificationBean.reportError(), and si.ijs.acs.objectexplorer.TreeHandlerBean.SubNodesSearching.run().
| 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)
| 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 | ) |
Insert the method's description here. Creation date: (2.11.2000 1:04:53)
| message | java.lang.String |
References si.ijs.acs.objectexplorer.NotificationBean.textArea.
Referenced by si.ijs.acs.objectexplorer.ListsHandlerBean.clickedItem(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.destroy(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.disconnect(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.explodeTreeNode(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.getAttributes(), si.ijs.acs.objectexplorer.TreeHandlerBean.getDevices(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.getOperations(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.initialize(), and si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.invokeAccessor().
| 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)
| 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)
| 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)
| 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)
| 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)
| newTextArea | javax.swing.JTextArea |
References si.ijs.acs.objectexplorer.NotificationBean.textArea.
ErrorDialog si.ijs.acs.objectexplorer.NotificationBean.errorDialog = null [package] |
Referenced by si.ijs.acs.objectexplorer.NotificationBean.reportError().
JFrame si.ijs.acs.objectexplorer.NotificationBean.parent = null [package] |
boolean si.ijs.acs.objectexplorer.NotificationBean.showError = true [package] |
Referenced by si.ijs.acs.objectexplorer.NotificationBean.reportError().
SmartTextPane si.ijs.acs.objectexplorer.NotificationBean.textArea = null [package] |
Referenced by si.ijs.acs.objectexplorer.NotificationBean.getTextArea(), si.ijs.acs.objectexplorer.NotificationBean.reportError(), si.ijs.acs.objectexplorer.NotificationBean.reportMessage(), si.ijs.acs.objectexplorer.NotificationBean.reportStructuralAccess(), and si.ijs.acs.objectexplorer.NotificationBean.setTextArea().
1.7.0