90919293949596
.getParticipants(ExtensionHelper.PYDEV_VIEW_CREATED_OBSERVER); for (IViewCreatedObserver iViewCreatedObserver : participants) { iViewCreatedObserver.notifyViewCreated(this); } this.editorView = editorView; imageCache = new ImageCache(PydevPlugin.getDefault().getBundle().getEntry("/")); }
3839404142434445464748
if (element instanceof ASTEntry) { n = ((ASTEntry) element).node; } if (n != null) { ImageCache imageCache = PydevPlugin.getImageCache(); if (imageCache == null) { return null; } return ParsedItem.getImageForNode(imageCache, n, null);