Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

si::ijs::acs::objectexplorer::CallMethodDialog Class Reference

Collaboration diagram for si::ijs::acs::objectexplorer::CallMethodDialog:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CallMethodDialog ()
 CallMethodDialog (Operation op, JFrame frame, boolean modal, NotificationBean notifier, OperationInvocator invocator)

Static Public Member Functions

void main (java.lang.String[] args)
Object stringConvert (String str, Class type)

Package Attributes

NotificationBean notifier = null
IvjEventHandler ivjEventHandler = new IvjEventHandler()

Private Member Functions

Object arrayConvert (String str, Class type)
void connEtoC1 ()
void connEtoM1 (java.awt.event.ActionEvent arg1)
void generateParameterFields (Class[] types, String[] names, boolean[] mask)
void generateSingleField (Class type, String name)
javax.swing.JLabel getErrorLabel ()
javax.swing.JButton getJButton1 ()
javax.swing.JButton getJButton2 ()
javax.swing.JLabel getJLabel1 ()
javax.swing.JLabel getJLabel2 ()
javax.swing.JLabel getJLabel3 ()
javax.swing.JPanel getJPanel1 ()
javax.swing.JPanel getJPanel2 ()
JLabel getNameLabel (int n, String inName)
javax.swing.JTextPane getParameterArea (int n)
javax.swing.JCheckBox getParameterBox (int n)
javax.swing.JComboBox getParameterCombo (int n, String[] values)
javax.swing.JTextField getParameterField (int n)
JLabel getTypeLabel (int n, String inType)
void handleException (java.lang.Throwable exception)
void initConnections () throws java.lang.Exception
void initialize ()
void invokeClicked ()
Object[] readParameters (Class[] types, boolean[] mask, Object[] pFields)
Object readReadableType (Class type)
String[] readRows (String str)
Object readSingleParameter (Class type)
void unpackReadableType (Class type)

Private Attributes

JLabel ivjJLabel1 = null
JLabel ivjJLabel2 = null
JLabel ivjJLabel3 = null
Operation op = null
int index = 0
JPanel ivjJPanel1 = null
Object[] parameterFields = new Object[20]
JButton ivjJButton1 = null
JPanel ivjJPanel2 = null
OperationInvocator invocator = null
JButton ivjJButton2 = null
int height = 0
int gridy = 0
JLabel ivjErrorLabel = null
Converter converter = null

Constructor & Destructor Documentation

si::ijs::acs::objectexplorer::CallMethodDialog::CallMethodDialog  )  [inline]
 

CallMethodDialog constructor comment.

si::ijs::acs::objectexplorer::CallMethodDialog::CallMethodDialog Operation  op,
JFrame  frame,
boolean  modal,
NotificationBean  notifier,
OperationInvocator  invocator
[inline]
 

CallMethodDialog constructor comment.

Parameters:
title java.lang.String


Member Function Documentation

Object si::ijs::acs::objectexplorer::CallMethodDialog::arrayConvert String  str,
Class  type
[inline, private]
 

Insert the method's description here. Creation date: (11/14/00 8:29:22 PM)

void si::ijs::acs::objectexplorer::CallMethodDialog::connEtoC1  )  [inline, private]
 

connEtoC1: (JButton1.action. --> CallMethodDialog.invokeClicked()V)

void si::ijs::acs::objectexplorer::CallMethodDialog::connEtoM1 java.awt.event.ActionEvent  arg1  )  [inline, private]
 

connEtoM1: (JButton2.action.actionPerformed(java.awt.event.ActionEvent) --> CallMethodDialog.dispose()V)

Parameters:
arg1 java.awt.event.ActionEvent

void si::ijs::acs::objectexplorer::CallMethodDialog::generateParameterFields Class[]  types,
String[]  names,
boolean[]  mask
[inline, private]
 

Insert the method's description here. Creation date: (11/14/00 4:50:59 PM)

void si::ijs::acs::objectexplorer::CallMethodDialog::generateSingleField Class  type,
String  name
[inline, private]
 

Insert the method's description here. Creation date: (11/20/00 5:08:19 PM)

javax.swing.JLabel si::ijs::acs::objectexplorer::CallMethodDialog::getErrorLabel  )  [inline, private]
 

Return the ErrorLabel property value.

Returns:
javax.swing.JLabel

javax.swing.JButton si::ijs::acs::objectexplorer::CallMethodDialog::getJButton1  )  [inline, private]
 

Return the JButton1 property value.

Returns:
javax.swing.JButton

javax.swing.JButton si::ijs::acs::objectexplorer::CallMethodDialog::getJButton2  )  [inline, private]
 

Return the JButton2 property value.

Returns:
javax.swing.JButton

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

Return the JLabel1 property value.

Returns:
javax.swing.JLabel

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

Return the JLabel2 property value.

Returns:
javax.swing.JLabel

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

Return the JLabel3 property value.

Returns:
javax.swing.JLabel

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

Return the JPanel1 property value.

Returns:
javax.swing.JPanel

javax.swing.JPanel si::ijs::acs::objectexplorer::CallMethodDialog::getJPanel2  )  [inline, private]
 

Return the JPanel1 property value.

Returns:
javax.swing.JPanel

JLabel si::ijs::acs::objectexplorer::CallMethodDialog::getNameLabel int  n,
String  inName
[inline, private]
 

Insert the method's description here. Creation date: (11/3/00 1:12:23 AM)

javax.swing.JTextPane si::ijs::acs::objectexplorer::CallMethodDialog::getParameterArea int  n  )  [inline, private]
 

Insert the method's description here. Creation date: (11/14/00 6:06:42 PM)

javax.swing.JCheckBox si::ijs::acs::objectexplorer::CallMethodDialog::getParameterBox int  n  )  [inline, private]
 

Insert the method's description here. Creation date: (11/14/00 6:11:38 PM)

javax.swing.JComboBox si::ijs::acs::objectexplorer::CallMethodDialog::getParameterCombo int  n,
String[]  values
[inline, private]
 

Insert the method's description here. Creation date: (11/20/00 5:08:19 PM)

javax.swing.JTextField si::ijs::acs::objectexplorer::CallMethodDialog::getParameterField int  n  )  [inline, private]
 

Insert the method's description here. Creation date: (11/3/00 1:32:36 AM)

JLabel si::ijs::acs::objectexplorer::CallMethodDialog::getTypeLabel int  n,
String  inType
[inline, private]
 

Insert the method's description here. Creation date: (11/3/00 1:31:05 AM)

void si::ijs::acs::objectexplorer::CallMethodDialog::handleException java.lang.Throwable  exception  )  [inline, private]
 

Called whenever the part throws an exception.

Parameters:
exception java.lang.Throwable

void si::ijs::acs::objectexplorer::CallMethodDialog::initConnections  )  throws java.lang.Exception [inline, private]
 

Initializes connections

Exceptions:
java.lang.Exception The exception description.

void si::ijs::acs::objectexplorer::CallMethodDialog::initialize  )  [inline, private]
 

Initialize the class.

void si::ijs::acs::objectexplorer::CallMethodDialog::invokeClicked  )  [inline, private]
 

Insert the method's description here. Creation date: (11/14/00 7:17:28 PM)

void si::ijs::acs::objectexplorer::CallMethodDialog::main java.lang.String[]  args  )  [inline, static]
 

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

Parameters:
args java.lang.String[]

Object [] si::ijs::acs::objectexplorer::CallMethodDialog::readParameters Class[]  types,
boolean[]  mask,
Object[]  pFields
[inline, private]
 

Insert the method's description here. Creation date: (11/14/00 7:28:44 PM)

Returns:
java.lang.Object[]

Object si::ijs::acs::objectexplorer::CallMethodDialog::readReadableType Class  type  )  [inline, private]
 

Insert the method's description here. Creation date: (11/14/00 8:29:22 PM)

String [] si::ijs::acs::objectexplorer::CallMethodDialog::readRows String  str  )  [inline, private]
 

Insert the method's description here. Creation date: (11/14/00 8:29:22 PM)

Object si::ijs::acs::objectexplorer::CallMethodDialog::readSingleParameter Class  type  )  [inline, private]
 

Insert the method's description here. Creation date: (11/22/00 1:42:28 PM)

Object si::ijs::acs::objectexplorer::CallMethodDialog::stringConvert String  str,
Class  type
[inline, static]
 

Insert the method's description here. Creation date: (11/14/00 8:29:22 PM)

void si::ijs::acs::objectexplorer::CallMethodDialog::unpackReadableType Class  type  )  [inline, private]
 

Insert the method's description here. Creation date: (11/14/00 8:29:22 PM)


Member Data Documentation

Converter si::ijs::acs::objectexplorer::CallMethodDialog::converter = null [private]
 

int si::ijs::acs::objectexplorer::CallMethodDialog::gridy = 0 [private]
 

int si::ijs::acs::objectexplorer::CallMethodDialog::height = 0 [private]
 

int si::ijs::acs::objectexplorer::CallMethodDialog::index = 0 [private]
 

OperationInvocator si::ijs::acs::objectexplorer::CallMethodDialog::invocator = null [private]
 

JLabel si::ijs::acs::objectexplorer::CallMethodDialog::ivjErrorLabel = null [private]
 

IvjEventHandler si::ijs::acs::objectexplorer::CallMethodDialog::ivjEventHandler = new IvjEventHandler() [package]
 

JButton si::ijs::acs::objectexplorer::CallMethodDialog::ivjJButton1 = null [private]
 

JButton si::ijs::acs::objectexplorer::CallMethodDialog::ivjJButton2 = null [private]
 

JLabel si::ijs::acs::objectexplorer::CallMethodDialog::ivjJLabel1 = null [private]
 

JLabel si::ijs::acs::objectexplorer::CallMethodDialog::ivjJLabel2 = null [private]
 

JLabel si::ijs::acs::objectexplorer::CallMethodDialog::ivjJLabel3 = null [private]
 

JPanel si::ijs::acs::objectexplorer::CallMethodDialog::ivjJPanel1 = null [private]
 

JPanel si::ijs::acs::objectexplorer::CallMethodDialog::ivjJPanel2 = null [private]
 

NotificationBean si::ijs::acs::objectexplorer::CallMethodDialog::notifier = null [package]
 

Operation si::ijs::acs::objectexplorer::CallMethodDialog::op = null [private]
 

Object [] si::ijs::acs::objectexplorer::CallMethodDialog::parameterFields = new Object[20] [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:14:05 2009 for ACS Java API by doxygen 1.3.8