站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Deprecated List (MIME Lookup API) - NetBeans API Javadoc (Current Development Version)

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

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.6

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.