Classes | Public Member Functions | Static Public Member Functions | Package Functions | Package Attributes

si.ijs.acs.objectexplorer.RemoteResponseWindow Class Reference

Inheritance diagram for si.ijs.acs.objectexplorer.RemoteResponseWindow:
si.ijs.acs.objectexplorer.OperationInvocator si.ijs.acs.objectexplorer.RemoteResponseCallbackListener

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()

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 (  ) 

CallMethodDialog constructor comment.


Member Function Documentation

void si.ijs.acs.objectexplorer.RemoteResponseWindow.disable (  ) 

Insert the method's description here. Creation date: (2/25/2001 5:21:43 PM)

References si.ijs.acs.objectexplorer.RemoteResponseWindow.setDestroyed().

void si.ijs.acs.objectexplorer.RemoteResponseWindow.fillTrendList ( RemoteResponse  rr  )  [package]
int si.ijs.acs.objectexplorer.RemoteResponseWindow.getChartSize (  ) 

Creation date: (23.10.2001 19:58:56)

Returns:
boolean
double si.ijs.acs.objectexplorer.RemoteResponseWindow.getChartX ( int  index  ) 

Creation date: (23.10.2001 19:58:56)

Returns:
boolean
double si.ijs.acs.objectexplorer.RemoteResponseWindow.getChartY ( int  index  ) 

Creation date: (23.10.2001 19:58:56)

Returns:
boolean
com.cosylab.gui.components.r2.chart.Interval si.ijs.acs.objectexplorer.RemoteResponseWindow.getChartYBounds (  ) 

Creation date: (23.10.2001 19:58:56)

Returns:
boolean

Referenced by si.ijs.acs.objectexplorer.RemoteResponseWindow.OETrendDataModel.getYBounds().

int si.ijs.acs.objectexplorer.RemoteResponseWindow.getMaxLines (  ) 

Creation date: (25.10.2001 0:01:47)

Returns:
int

Referenced by si.ijs.acs.objectexplorer.RemoteResponseWindow.jTextField1_FocusLost().

int si.ijs.acs.objectexplorer.RemoteResponseWindow.getSelectedChartValue (  ) 

Creation date: (25.10.2001 21:59:04)

Returns:
int
int si.ijs.acs.objectexplorer.RemoteResponseWindow.getSelectedChartXValue (  ) 

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

Returns:
int
void si.ijs.acs.objectexplorer.RemoteResponseWindow.invocationDestroyed ( si.ijs.acs.objectexplorer.engine.Invocation  invocation  ) 

invocationDestroyed method comment.

void si.ijs.acs.objectexplorer.RemoteResponseWindow.invokeOperation ( si.ijs.acs.objectexplorer.engine.Operation  op,
java.lang.Object[]  params 
)
boolean si.ijs.acs.objectexplorer.RemoteResponseWindow.isDestroyed (  ) 

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

Returns:
boolean

Referenced by si.ijs.acs.objectexplorer.ReporterBean.reportRemoteResponse().

boolean si.ijs.acs.objectexplorer.RemoteResponseWindow.isExpand (  ) 

Creation date: (23.10.2001 19:58:56)

Returns:
boolean

References si.ijs.acs.objectexplorer.ReporterBean.isExpand().

Referenced by si.ijs.acs.objectexplorer.RemoteResponseWindow.reportRemoteResponse().

void si.ijs.acs.objectexplorer.RemoteResponseWindow.jButton1_ActionPerformed ( java.awt.event.ActionEvent  actionEvent  ) 

Comment

void si.ijs.acs.objectexplorer.RemoteResponseWindow.jCheckBoxMenuItem1_ActionPerformed ( java.awt.event.ActionEvent  actionEvent  ) 

Comment

void si.ijs.acs.objectexplorer.RemoteResponseWindow.jList2_MouseClicked ( java.awt.event.MouseEvent  mouseEvent  ) 
void si.ijs.acs.objectexplorer.RemoteResponseWindow.jTextField1_ActionPerformed (  ) 
void si.ijs.acs.objectexplorer.RemoteResponseWindow.jTextField1_FocusGained (  ) 

un-BOLD-enes the lines textfield

void si.ijs.acs.objectexplorer.RemoteResponseWindow.jTextField1_FocusLost (  ) 
static void si.ijs.acs.objectexplorer.RemoteResponseWindow.main ( java.lang.String[]  args  )  [static]

main entrypoint - starts the part when it is run as an application

Parameters:
args java.lang.String[]
void si.ijs.acs.objectexplorer.RemoteResponseWindow.remoteResponseWindow_WindowDeiconified ( java.awt.event.WindowEvent  windowEvent  ) 

Comment

void si.ijs.acs.objectexplorer.RemoteResponseWindow.responseReceived ( si.ijs.acs.objectexplorer.engine.RemoteResponse  response  ) 

responseReceived method comment.

References si.ijs.acs.objectexplorer.ReporterBean.isExpand().

void si.ijs.acs.objectexplorer.RemoteResponseWindow.setDestroyed ( boolean  newDestroyed  ) 

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

Parameters:
newDestroyed boolean

Referenced by si.ijs.acs.objectexplorer.RemoteResponseWindow.disable(), and si.ijs.acs.objectexplorer.RemoteResponseWindow.IvjEventHandler.windowClosed().

void si.ijs.acs.objectexplorer.RemoteResponseWindow.setDisposeOnDestroy ( boolean  newDisposeOnDestroy  ) 

Insert the method's description here. Creation date: (11.2.2002 19:56:30)

Parameters:
newDisposeOnDestroy boolean
synchronized void si.ijs.acs.objectexplorer.RemoteResponseWindow.setSelectedChartValue ( int  index  ) 

Creation date: (25.10.2001 21:59:04)

Parameters:
newSelectedChartValue int

References si.ijs.acs.objectexplorer.RemoteResponseWindow.OETrendDataModel.reloadChartData().

synchronized void si.ijs.acs.objectexplorer.RemoteResponseWindow.setSelectedChartXValue ( int  newSelectedChartXValue  ) 

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

Parameters:
newSelectedChartXValue int

References si.ijs.acs.objectexplorer.RemoteResponseWindow.OETrendDataModel.reloadChartData().


Member Data Documentation


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