Searched refs:rDispatchArguments (Results 1 – 1 of 1) sorted by relevance
392 PropertyValue[] rDispatchArguments = new PropertyValue[3]; in displaySQLErrorDialog() local393 …rDispatchArguments[0] = Properties.createProperty(PropertyNames.PROPERTY_TITLE, Configuration.getP… in displaySQLErrorDialog()394 rDispatchArguments[1] = Properties.createProperty("ParentWindow", _xParentWindow); in displaySQLErrorDialog()395 rDispatchArguments[2] = Properties.createProperty("SQLException", _exception); in displaySQLErrorDialog()396 xInitialize.initialize(rDispatchArguments); in displaySQLErrorDialog()