

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