View | Details | Raw Unified | Return to bug 228956
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/views/IViewRegistry.java (-1 / +1 lines)
Lines 32-38 Link Here
32
     * Return a view descriptor with the given extension id.  If no view exists
32
     * Return a view descriptor with the given extension id.  If no view exists
33
     * with the id return <code>null</code>.
33
     * with the id return <code>null</code>.
34
     * Will also return <code>null</code> if the view descriptor exists, but
34
     * Will also return <code>null</code> if the view descriptor exists, but
35
     * fails the Expressions check.
35
     * fails the expression enabled activities check.
36
     * 
36
     * 
37
     * @param id the id to search for
37
     * @param id the id to search for
38
     * @return the descriptor or <code>null</code>
38
     * @return the descriptor or <code>null</code>

Return to bug 228956