try {
if (obj != null) {
if (obj instanceof PWEntry) {
logger.debug("Selected PWEntry");
PWEntry pwEntry = (PWEntry) obj;
IEditorInput input = new PWEditorInput(view, pwEntry);
reuseEditor(page, viewer, input, PWEntryEditor.ID);
} else if (obj instanceof PWTable) {
logger.debug("Selected PWTable");