6364656667686970717273
if (map == null) { throw new IllegalStateException("No current DataMap selected."); } // ... show dialog... new DBGeneratorOptions( getProjectController(), "Generate DB Schema: Options", connectWizard.getConnectionInfo(), map).startupAction(); }
6263646566676869707172
46474849505152535455
if (map == null) { throw new IllegalStateException("No current DataMap selected."); } // ... show dialog... new DBGeneratorOptions( getProjectController(), "Generate DB Schema: Options", map).startupAction(); }