Searched refs:wizardContext (Results 1 – 2 of 2) sorted by relevance
323 NamedValueCollection wizardContext = new NamedValueCollection(); in callFormWizard() local324 wizardContext.put( PropertyNames.ACTIVE_CONNECTION, curTableDescriptor.DBConnection ); in callFormWizard()325 wizardContext.put( "DataSource", curTableDescriptor.getDataSource() ); in callFormWizard()326 wizardContext.put( PropertyNames.COMMAND_TYPE, CommandType.TABLE ); in callFormWizard()327 wizardContext.put( PropertyNames.COMMAND, scomposedtablename ); in callFormWizard()328 wizardContext.put( "DocumentUI", m_docUI ); in callFormWizard()330 xInitialization.initialize( wizardContext.getPropertyValues() ); in callFormWizard()
62 final NamedValueCollection wizardContext = new NamedValueCollection( m_wizardContext ); in DatabaseObjectWizard() local63 …m_docUI = wizardContext.queryOrDefault( "DocumentUI", (XDatabaseDocumentUI)null, XDatabaseDocument… in DatabaseObjectWizard()72 … XFrame parentFrame = wizardContext.queryOrDefault( "ParentFrame", (XFrame)null, XFrame.class ); in DatabaseObjectWizard()
Completed in 23 milliseconds