si::ijs::acs::objectexplorer::RemoteResponseWindow Class Reference

Inheritance diagram for si::ijs::acs::objectexplorer::RemoteResponseWindow:
Inheritance graph
[legend]
Collaboration diagram for si::ijs::acs::objectexplorer::RemoteResponseWindow:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Insert the type's description here. Creation date: (11/2/00 8:17:28 PM)

Author:
: Miha Kadunc

Constructor & Destructor Documentation

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]

Member Function Documentation

void si::ijs::acs::objectexplorer::RemoteResponseWindow::checkChartPointsSize (  )  [inline, private]

Creation date: (25.10.2001 0:12:55)

Parameters:
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)

Parameters:
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)

Parameters:
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)

Parameters:
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)

Parameters:
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)

Parameters:
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]
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)

Parameters:
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)

Parameters:
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]
void si::ijs::acs::objectexplorer::RemoteResponseWindow::connPtoP2SetTarget (  )  [inline, private]
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]
int si::ijs::acs::objectexplorer::RemoteResponseWindow::getChartSize (  )  [inline]

Creation date: (23.10.2001 19:58:56)

Returns:
boolean

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)

Returns:
boolean

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)

Returns:
boolean

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)

Returns:
boolean

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.

Returns:
javax.swing.JButton

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.

Returns:
javax.swing.JCheckBoxMenuItem

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.

Returns:
javax.swing.JPanel

References getJPanel1(), handleException(), and ivjJFrameContentPane.

Referenced by initialize().

javax.swing.JLabel si::ijs::acs::objectexplorer::RemoteResponseWindow::getJLabel1 (  )  [inline, private]

Return the JLabel1 property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjJLabel1.

Referenced by getJPanel1().

javax.swing.JLabel si::ijs::acs::objectexplorer::RemoteResponseWindow::getJLabel2 (  )  [inline, private]

Return the JLabel2 property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjJLabel2.

Referenced by getJPanel1().

javax.swing.JLabel si::ijs::acs::objectexplorer::RemoteResponseWindow::getJLabel3 (  )  [inline, private]

Return the JLabel3 property value.

Returns:
javax.swing.JLabel

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.

Returns:
javax.swing.JLabel

References handleException(), and ivjJLabel4.

Referenced by getJPanel1().

javax.swing.JLabel si::ijs::acs::objectexplorer::RemoteResponseWindow::getJLabel5 (  )  [inline, private]

Return the JLabel5 property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjJLabel5.

Referenced by getJPanel3().

javax.swing.JLabel si::ijs::acs::objectexplorer::RemoteResponseWindow::getJLabel6 (  )  [inline, private]

Return the JLabel6 property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjJLabel6.

Referenced by getJPanel3().

javax.swing.JList si::ijs::acs::objectexplorer::RemoteResponseWindow::getJList1 (  )  [inline, private]

Return the JList1 property value.

Returns:
javax.swing.JList

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.

Returns:
javax.swing.JList

References handleException(), and ivjJList2.

Referenced by connPtoP2SetTarget(), fillTrendList(), getJScrollPane5(), initConnections(), and RemoteResponseWindow().

javax.swing.JPanel si::ijs::acs::objectexplorer::RemoteResponseWindow::getJPanel1 (  )  [inline, private]
javax.swing.JPanel si::ijs::acs::objectexplorer::RemoteResponseWindow::getJPanel3 (  )  [inline, private]

Return the JPanel3 property value.

Returns:
javax.swing.JPanel

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.

Returns:
javax.swing.JScrollPane

References getReportArea(), handleException(), and ivjJScrollPane1.

Referenced by getTextPanel().

javax.swing.JScrollPane si::ijs::acs::objectexplorer::RemoteResponseWindow::getJScrollPane2 (  )  [inline, private]

Return the JScrollPane2 property value.

Returns:
javax.swing.JScrollPane

References getJList1(), handleException(), and ivjJScrollPane2.

Referenced by getJPanel3().

javax.swing.JScrollPane si::ijs::acs::objectexplorer::RemoteResponseWindow::getJScrollPane3 (  )  [inline, private]

Return the JScrollPane3 property value.

Returns:
javax.swing.JScrollPane

References getoperationsList(), handleException(), and ivjJScrollPane3.

Referenced by getJSplitPane2().

javax.swing.JScrollPane si::ijs::acs::objectexplorer::RemoteResponseWindow::getJScrollPane4 (  )  [inline, private]

Return the JScrollPane4 property value.

Returns:
javax.swing.JScrollPane

References getoperationResultArea(), handleException(), and ivjJScrollPane4.

Referenced by getJSplitPane2().

javax.swing.JScrollPane si::ijs::acs::objectexplorer::RemoteResponseWindow::getJScrollPane5 (  )  [inline, private]

Return the JScrollPane5 property value.

Returns:
javax.swing.JScrollPane

References getJList2(), handleException(), and ivjJScrollPane5.

Referenced by getJPanel3().

javax.swing.JSplitPane si::ijs::acs::objectexplorer::RemoteResponseWindow::getJSplitPane1 (  )  [inline, private]

Return the JSplitPane1 property value.

Returns:
javax.swing.JSplitPane

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.

Returns:
javax.swing.JSplitPane

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.

Returns:
javax.swing.JTextField

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)

Returns:
int

References maxLines.

Referenced by jTextField1_FocusLost().

javax.swing.JLabel si::ijs::acs::objectexplorer::RemoteResponseWindow::getmessageField (  )  [inline, private]

Return the messageField property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjmessageField.

Referenced by getJPanel1(), and reportRemoteResponse().

SmartTextPane si::ijs::acs::objectexplorer::RemoteResponseWindow::getoperationResultArea (  )  [inline, private]

Return the operationResultArea property value.

Returns:
com.cosylab.gui.components.SmartTextPane

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.

Returns:
si.ijs.acs.objectexplorer.SmartPanel

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.

Returns:
java.awt.CardLayout

References handleException().

Referenced by getOperations().

javax.swing.JList si::ijs::acs::objectexplorer::RemoteResponseWindow::getoperationsList (  )  [inline, private]

Return the operationsList property value.

Returns:
javax.swing.JList

References handleException(), and ivjoperationsList.

Referenced by disable(), getJScrollPane3(), initConnections(), jList2_MouseClicked(), and remoteResponseWindow_Initialize().

SmartTextPane si::ijs::acs::objectexplorer::RemoteResponseWindow::getReportArea (  )  [inline, private]
javax.swing.JTabbedPane si::ijs::acs::objectexplorer::RemoteResponseWindow::getResultPanel (  )  [inline, private]

Return the ResultPanel property value.

Returns:
javax.swing.JTabbedPane

References getOperations(), getTextPanel(), getTrendPanel(), handleException(), ivjResultPanel, and textOutputTabSelected.

Referenced by getJPanel1().

int si::ijs::acs::objectexplorer::RemoteResponseWindow::getSelectedChartValue (  )  [inline]

Creation date: (25.10.2001 21:59:04)

Returns:
int

References selectedChartValue.

int si::ijs::acs::objectexplorer::RemoteResponseWindow::getSelectedChartXValue (  )  [inline]

Insert the method's description here. Creation date: (6.2.2002 23:42:48)

Returns:
int

References selectedChartXValue.

javax.swing.JPanel si::ijs::acs::objectexplorer::RemoteResponseWindow::getTextPanel (  )  [inline, private]

Return the TextPanel property value.

Returns:
javax.swing.JPanel

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.

Returns:
java.awt.CardLayout

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.

Returns:
com.cosylab.gui.chart.BaseChart

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.

Returns:
si.ijs.acs.objectexplorer.SmartPanel

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.

Returns:
java.awt.CardLayout

References handleException().

Referenced by getTrendPanel().

void si::ijs::acs::objectexplorer::RemoteResponseWindow::handleException ( java.lang.Throwable  exception  )  [inline, private]
void si::ijs::acs::objectexplorer::RemoteResponseWindow::initConnections (  )  throws java.lang.Exception [inline, private]

Initializes connections

Exceptions:
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]
boolean si::ijs::acs::objectexplorer::RemoteResponseWindow::isDestroyed (  )  [inline]

Insert the method's description here. Creation date: (3/27/2001 10:41:16 PM)

Returns:
boolean

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)

Returns:
boolean

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]

Comment

References enabled, and getJButton1().

Referenced by connEtoC1().

void si::ijs::acs::objectexplorer::RemoteResponseWindow::jCheckBoxMenuItem1_ActionPerformed ( java.awt.event.ActionEvent  actionEvent  )  [inline]

Comment

References reportLength.

Referenced by connEtoC7().

void si::ijs::acs::objectexplorer::RemoteResponseWindow::jList2_MouseClicked ( java.awt.event.MouseEvent  mouseEvent  )  [inline]
void si::ijs::acs::objectexplorer::RemoteResponseWindow::jTextField1_ActionPerformed (  )  [inline]
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

Parameters:
args java.lang.String[]
void si::ijs::acs::objectexplorer::RemoteResponseWindow::processChartValues ( RemoteResponse  response  )  [inline, private]
static String si::ijs::acs::objectexplorer::RemoteResponseWindow::processResponse ( RemoteResponse  response,
boolean  expand 
) [inline, static, private]

Creation date: (25.10.2001 0:09:50)

Returns:
java.lang.String
Parameters:
response si.ijs.acs.objectexplorer.engine.RemoteResponse

Referenced by reportRemoteResponse().

void si::ijs::acs::objectexplorer::RemoteResponseWindow::remoteResponseWindow_Initialize (  )  [inline]
void si::ijs::acs::objectexplorer::RemoteResponseWindow::remoteResponseWindow_WindowDeiconified ( java.awt.event.WindowEvent  windowEvent  )  [inline]
void si::ijs::acs::objectexplorer::RemoteResponseWindow::reportRemoteResponse ( RemoteResponse  response  )  [inline]
void si::ijs::acs::objectexplorer::RemoteResponseWindow::responseReceived ( si.ijs.acs.objectexplorer.engine.RemoteResponse  response  )  [inline]
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)

Parameters:
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)

Parameters:
newDisposeOnDestroy boolean

References destroyed, and disposeOnDestroy.

synchronized void si::ijs::acs::objectexplorer::RemoteResponseWindow::setSelectedChartValue ( int  index  )  [inline]
synchronized void si::ijs::acs::objectexplorer::RemoteResponseWindow::setSelectedChartXValue ( int  newSelectedChartXValue  )  [inline]

Member Data Documentation

List<double[]> si::ijs::acs::objectexplorer::RemoteResponseWindow::chartData = new CircularArrayList<double[]>() [private]

Referenced by disable(), and setDisposeOnDestroy().

Referenced by initConnections().

Referenced by getJButton1().

Referenced by getJCheckBoxMenuItem1().

Referenced by getJFrameContentPane().

Referenced by getJLabel1().

Referenced by getJLabel2().

Referenced by getJLabel3().

Referenced by getJLabel4().

Referenced by getJLabel5().

Referenced by getJLabel6().

Referenced by getJList1().

Referenced by getJList2().

Referenced by getJPanel1().

Referenced by getJPanel3().

Referenced by getJScrollPane1().

Referenced by getJScrollPane2().

Referenced by getJScrollPane3().

Referenced by getJScrollPane4().

Referenced by getJScrollPane5().

Referenced by getJSplitPane1().

Referenced by getJSplitPane2().

Referenced by getJTextField1().

Referenced by getmessageField().

Referenced by getoperationResultArea().

Referenced by getOperations().

Referenced by getoperationsList().

Referenced by getReportArea().

Referenced by getResultPanel().

Referenced by getTextPanel().

Referenced by getTrend().

Referenced by getTrendPanel().

StringBuffer si::ijs::acs::objectexplorer::RemoteResponseWindow::minimText = new StringBuffer() [private]

Referenced by jList2_MouseClicked().

java.util.ArrayList si::ijs::acs::objectexplorer::RemoteResponseWindow::numberIndexes = new java.util.ArrayList() [private]

The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2