org.netbeans.modules.editor.mimelookup/1 1.14.1

Deprecated API


Contents
Deprecated Interfaces
org.netbeans.spi.editor.mimelookup.MimeLookupInitializer
          Use MimeDataProvider instead. 
 

Deprecated Methods
org.netbeans.api.editor.mimelookup.MimeLookup.childLookup(String)
          Use MimeLookup.getLookup(MimePath) with the MimePath of the embedded mime type instead. 
org.netbeans.api.editor.mimelookup.MimeLookup.getMimeLookup(String)
          Use getLookup(MimePath.get(mimeType)) instead. 
org.netbeans.api.editor.mimelookup.MimeLookup.lookup(Class)
          Use MimeLookup.getLookup(MimePath) and the methods provided by the ordinary Lookup instance returned. 
org.netbeans.api.editor.mimelookup.MimeLookup.lookup(Lookup.Template)
          Use MimeLookup.getLookup(MimePath) and the methods provided by the ordinary Lookup instance returned. 
 


org.netbeans.modules.editor.mimelookup/1 1.14.1

Built on February 13 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.