234235236237238239240241242243244245246247248
} } getViewer().setInput(input == null ? new StructuredSelection() : input); if (frame != null) { AbstractViewerState state = (AbstractViewerState) fSelectionStates .get(frame); if (state == null) { state = fLastState; } if (state != null) { state.restoreState(getVariablesViewer()); } } }