744745746747748749750751752753754
try { // super.init(site, input); // setSite(site); setInput(input); if (_partListener == null) { _partListener = new PartActivationHandler(this) { public void handleActivation() { safelySanityCheckState(); } }; }
745746747748749750751752753754755