Searched refs:mErrorIcon (Results 1 – 1 of 1) sorted by relevance
62 private Image mErrorIcon; field in LibraryProperties126 mErrorIcon = AdtPlugin.getImageDescriptor("/icons/error.png").createImage(); //$NON-NLS-1$ in LibraryProperties()137 mErrorIcon.dispose(); in LibraryProperties()350 item.setImage(data.project != null ? mMatchIcon : mErrorIcon); in addItem()