Public Member Functions | |
RemoteResponseWindow () | |
RemoteResponseWindow (RemoteResponse rr, NotificationBean notifier, ReporterBean reporter) | |
void | disable () |
int | getChartSize () |
double | getChartX (int index) |
double | getChartY (int index) |
com.cosylab.gui.components.r2.chart.Interval | getChartYBounds () |
int | getMaxLines () |
int | getSelectedChartValue () |
int | getSelectedChartXValue () |
void | invocationDestroyed (si.ijs.acs.objectexplorer.engine.Invocation invocation) |
void | invokeOperation (si.ijs.acs.objectexplorer.engine.Operation op, java.lang.Object[] params) |
boolean | isDestroyed () |
boolean | isExpand () |
void | jButton1_ActionPerformed (java.awt.event.ActionEvent actionEvent) |
void | jCheckBoxMenuItem1_ActionPerformed (java.awt.event.ActionEvent actionEvent) |
void | jList2_MouseClicked (java.awt.event.MouseEvent mouseEvent) |
void | jTextField1_ActionPerformed () |
void | jTextField1_FocusGained () |
void | jTextField1_FocusLost () |
void | remoteResponseWindow_Initialize () |
void | remoteResponseWindow_WindowDeiconified (java.awt.event.WindowEvent windowEvent) |
void | reportRemoteResponse (RemoteResponse response) |
void | responseReceived (si.ijs.acs.objectexplorer.engine.RemoteResponse response) |
void | setDestroyed (boolean newDestroyed) |
void | setDisposeOnDestroy (boolean newDisposeOnDestroy) |
synchronized void | setSelectedChartValue (int index) |
synchronized void | setSelectedChartXValue (int newSelectedChartXValue) |
Static Public Member Functions | |
void | main (java.lang.String[] args) |
Package Functions | |
void | fillTrendList (RemoteResponse rr) |
Package Attributes | |
IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
Private Member Functions | |
void | checkChartPointsSize () |
void | connEtoC1 (java.awt.event.ActionEvent arg1) |
void | connEtoC2 (java.awt.event.ActionEvent arg1) |
void | connEtoC3 (java.awt.event.FocusEvent arg1) |
void | connEtoC4 (java.awt.event.KeyEvent arg1) |
void | connEtoC5 (java.awt.event.WindowEvent arg1) |
void | connEtoC6 () |
void | connEtoC7 (java.awt.event.ActionEvent arg1) |
void | connEtoC8 (java.awt.event.MouseEvent arg1) |
void | connPtoP1SetTarget () |
void | connPtoP2SetTarget () |
javax.swing.JButton | getJButton1 () |
javax.swing.JCheckBoxMenuItem | getJCheckBoxMenuItem1 () |
javax.swing.JPanel | getJFrameContentPane () |
javax.swing.JLabel | getJLabel1 () |
javax.swing.JLabel | getJLabel2 () |
javax.swing.JLabel | getJLabel3 () |
javax.swing.JLabel | getJLabel4 () |
javax.swing.JLabel | getJLabel5 () |
javax.swing.JLabel | getJLabel6 () |
javax.swing.JList | getJList1 () |
javax.swing.JList | getJList2 () |
javax.swing.JPanel | getJPanel1 () |
javax.swing.JPanel | getJPanel3 () |
javax.swing.JScrollPane | getJScrollPane1 () |
javax.swing.JScrollPane | getJScrollPane2 () |
javax.swing.JScrollPane | getJScrollPane3 () |
javax.swing.JScrollPane | getJScrollPane4 () |
javax.swing.JScrollPane | getJScrollPane5 () |
javax.swing.JSplitPane | getJSplitPane1 () |
javax.swing.JSplitPane | getJSplitPane2 () |
javax.swing.JTextField | getJTextField1 () |
javax.swing.JLabel | getmessageField () |
SmartTextPane | getoperationResultArea () |
SmartPanel | getOperations () |
java.awt.CardLayout | getOperationsCardLayout () |
javax.swing.JList | getoperationsList () |
SmartTextPane | getReportArea () |
javax.swing.JTabbedPane | getResultPanel () |
javax.swing.JPanel | getTextPanel () |
java.awt.CardLayout | getTextPanelCardLayout () |
com.cosylab.gui.components.r2.chart.BaseChart | getTrend () |
SmartPanel | getTrendPanel () |
java.awt.CardLayout | getTrendPanelCardLayout () |
void | handleException (java.lang.Throwable exception) |
void | initConnections () throws java.lang.Exception |
void | initialize () |
void | processChartValues (RemoteResponse response) |
Static Private Member Functions | |
String | processResponse (RemoteResponse response, boolean expand) |
Private Attributes | |
JPanel | ivjJFrameContentPane = null |
JPanel | ivjJPanel1 = null |
JLabel | ivjJLabel1 = null |
JLabel | ivjJLabel2 = null |
JScrollPane | ivjJScrollPane1 = null |
JLabel | ivjmessageField = null |
SmartTextPane | ivjReportArea = null |
JLabel | ivjJLabel3 = null |
JButton | ivjJButton1 = null |
JLabel | ivjJLabel4 = null |
JTextField | ivjJTextField1 = null |
JList | ivjJList1 = null |
JScrollPane | ivjJScrollPane2 = null |
JSplitPane | ivjJSplitPane1 = null |
JTabbedPane | ivjResultPanel = null |
JPanel | ivjTextPanel = null |
com.cosylab.gui.components.r2.chart.BaseChart | ivjTrend = null |
JCheckBoxMenuItem | ivjJCheckBoxMenuItem1 = null |
ReporterBean | reporter = null |
RemoteResponse | rr = null |
NotificationBean | notifier = null |
StringBuffer | minimText = new StringBuffer() |
int | reportLength = -1 |
int | minimTextReportCount = 0 |
int | maxLines = 500 |
java.util.ArrayList | numberIndexes = new java.util.ArrayList() |
List< double[]> | chartData = new CircularArrayList<double[]>() |
int | selectedChartValue = -1 |
int | selectedChartXValue = -1 |
double[] | mins = null |
double[] | maxs = null |
boolean | enabled = true |
boolean | editing = false |
boolean | destroyed = false |
JScrollPane | ivjJScrollPane3 = null |
JScrollPane | ivjJScrollPane4 = null |
JSplitPane | ivjJSplitPane2 = null |
SmartTextPane | ivjoperationResultArea = null |
JList | ivjoperationsList = null |
OETrendDataModel | model = null |
JLabel | ivjJLabel5 = null |
JLabel | ivjJLabel6 = null |
JList | ivjJList2 = null |
JPanel | ivjJPanel3 = null |
JScrollPane | ivjJScrollPane5 = null |
SmartPanel | ivjOperations = null |
SmartPanel | ivjTrendPanel = null |
boolean | disposeOnDestroy = false |
volatile boolean | textOutputTabSelected = false |
Style | redStyle = null |
Style | blackStyle = null |
Style | redStyleOP = null |
Style | blackStyleOP = null |
|
CallMethodDialog constructor comment. |
|
CallMethodDialog constructor comment.
|
|
Creation date: (25.10.2001 0:12:55)
|
|
connEtoC1: (JButton1.action.actionPerformed(java.awt.event.ActionEvent) --> RemoteResponseWindow.jButton1_ActionPerformed(Ljava.awt.event.ActionEvent;)V)
|
|
connEtoC2: (JTextField1.action.actionPerformed(java.awt.event.ActionEvent) --> RemoteResponseWindow.jTextField1_ActionPerformed()V)
|
|
connEtoC3: (JTextField1.focus.focusLost(java.awt.event.FocusEvent) --> RemoteResponseWindow.jTextField1_FocusLost()V)
|
|
connEtoC4: (JTextField1.key.keyPressed(java.awt.event.KeyEvent) --> RemoteResponseWindow.jTextField1_FocusGained()V)
|
|
connEtoC5: (RemoteResponseWindow.window.windowDeiconified(java.awt.event.WindowEvent) --> RemoteResponseWindow.remoteResponseWindow_WindowDeiconified(Ljava.awt.event.WindowEvent;)V)
|
|
connEtoC6: (RemoteResponseWindow.initialize() --> RemoteResponseWindow.remoteResponseWindow_Initialize()V) |
|
connEtoC7: (JCheckBoxMenuItem1.action.actionPerformed(java.awt.event.ActionEvent) --> RemoteResponseWindow.jCheckBoxMenuItem1_ActionPerformed(Ljava.awt.event.ActionEvent;)V)
|
|
connEtoC8: (operationsList.mouse.mouseClicked(java.awt.event.MouseEvent) --> RemoteResponseWindow.jList2_MouseClicked(Ljava.awt.event.MouseEvent;)V)
|
|
connPtoP1SetTarget: (JList1.selectedIndex <--> RemoteResponseWindow.selectedChartValue) |
|
connPtoP2SetTarget: (JList2.selectedIndex <--> RemoteResponseWindow.selectedChartXValue) |
|
Insert the method's description here. Creation date: (2/25/2001 5:21:43 PM) |
|
Creation date: (23.10.2001 22:33:35)
|
|
Creation date: (23.10.2001 19:58:56)
|
|
Creation date: (23.10.2001 19:58:56)
|
|
Creation date: (23.10.2001 19:58:56)
|
|
Creation date: (23.10.2001 19:58:56)
|
|
Return the JButton1 property value.
|
|
Return the JCheckBoxMenuItem1 property value.
|
|
Return the JFrameContentPane property value.
|
|
Return the JLabel1 property value.
|
|
Return the JLabel2 property value.
|
|
Return the JLabel3 property value.
|
|
Return the JLabel4 property value.
|
|
Return the JLabel5 property value.
|
|
Return the JLabel6 property value.
|
|
Return the JList1 property value.
|
|
Return the JList2 property value.
|
|
Return the JPanel1 property value.
|
|
Return the JPanel3 property value.
|
|
Return the JScrollPane1 property value.
|
|
Return the JScrollPane2 property value.
|
|
Return the JScrollPane3 property value.
|
|
Return the JScrollPane4 property value.
|
|
Return the JScrollPane5 property value.
|
|
Return the JSplitPane1 property value.
|
|
Return the JSplitPane2 property value.
|
|
Return the JTextField1 property value.
|
|
Creation date: (25.10.2001 0:01:47)
|
|
Return the messageField property value.
|
|
Return the operationResultArea property value.
|
|
Return the Operations property value.
|
|
Return the OperationsCardLayout property value.
|
|
Return the operationsList property value.
|
|
Return the ReportArea property value.
|
|
Return the ResultPanel property value.
|
|
Creation date: (25.10.2001 21:59:04)
|
|
Insert the method's description here. Creation date: (6.2.2002 23:42:48)
|
|
Return the TextPanel property value.
|
|
Return the TextPanelCardLayout property value.
|
|
Return the Trend property value.
|
|
Return the TrendPanel property value.
|
|
Return the TrendPanelCardLayout property value.
|
|
Called whenever the part throws an exception.
|
|
Initializes connections
|
|
Initialize the class. |
|
invocationDestroyed method comment. |
|
invokeOperation method comment. |
|
Insert the method's description here. Creation date: (3/27/2001 10:41:16 PM)
|
|
Creation date: (23.10.2001 19:58:56)
|
|
Comment |
|
Comment |
|
Comment |
|
Comment |
|
un-BOLD-enes the lines textfield |
|
Comment |
|
main entrypoint - starts the part when it is run as an application
|
|
Creation date: (25.10.2001 0:12:55)
|
|
Creation date: (25.10.2001 0:09:50)
|
|
Comment |
|
Comment |
|
Method unpacks the RemoteResponse data and writes it into the ResultArea Creation date: (2/25/00 12:44:55 PM) |
|
responseReceived method comment. |
|
Insert the method's description here. Creation date: (3/27/2001 10:41:16 PM)
|
|
Insert the method's description here. Creation date: (11.2.2002 19:56:30)
|
|
Creation date: (25.10.2001 21:59:04)
|
|
Insert the method's description here. Creation date: (6.2.2002 23:42:48)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|