Inherits javax::swing::JDialog.
Classes | |
| class | IvjEventHandler |
Public Member Functions | |
| CallMethodDialog () | |
| CallMethodDialog (Operation op, JFrame frame, boolean modal, NotificationBean notifier, OperationInvocator invocator) | |
Static Public Member Functions | |
| static void | main (java.lang.String[] args) |
| static Object | stringConvert (String str, Class type) throws ParseException |
Package Attributes | |
| NotificationBean | notifier = null |
| IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
| si.ijs.acs.objectexplorer.CallMethodDialog.CallMethodDialog | ( | ) |
CallMethodDialog constructor comment.
Referenced by si.ijs.acs.objectexplorer.CallMethodDialog.main().
| si.ijs.acs.objectexplorer.CallMethodDialog.CallMethodDialog | ( | Operation | op, | |
| JFrame | frame, | |||
| boolean | modal, | |||
| NotificationBean | notifier, | |||
| OperationInvocator | invocator | |||
| ) |
CallMethodDialog constructor comment.
| title | java.lang.String |
References si.ijs.acs.objectexplorer.engine.Converter.acceptInverseConvert(), si.ijs.acs.objectexplorer.engine.Operation.getIntrospectable(), si.ijs.acs.objectexplorer.engine.SimpleIntrospectable.getName(), si.ijs.acs.objectexplorer.engine.Operation.getName(), and si.ijs.acs.objectexplorer.engine.Operation.toString().
| static void si.ijs.acs.objectexplorer.CallMethodDialog.main | ( | java.lang.String[] | args | ) | [static] |
main entrypoint - starts the part when it is run as an application
| args | java.lang.String[] |
References si.ijs.acs.objectexplorer.CallMethodDialog.CallMethodDialog().
| static Object si.ijs.acs.objectexplorer.CallMethodDialog.stringConvert | ( | String | str, | |
| Class | type | |||
| ) | throws ParseException [static] |
Insert the method's description here. Creation date: (11/14/00 8:29:22 PM)
| ParseException |
IvjEventHandler si.ijs.acs.objectexplorer.CallMethodDialog.ivjEventHandler = new IvjEventHandler() [package] |
NotificationBean si.ijs.acs.objectexplorer.CallMethodDialog.notifier = null [package] |
1.7.0