if (obj != null) {
if (obj instanceof PWEntry) {
try {
PWEntry pwEntry = (PWEntry) obj;
PWEditorInput input = new PWEditorInput(view, pwEntry);
IEditorReference[] editorReferences = page
.getEditorReferences();
PWEntryEditor editor = null;
for (IEditorReference ref : editorReferences) {