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

Uses of Class org.netbeans.api.editor.mimelookup.MimePath (MIME Lookup API) - NetBeans API Javadoc (Current Development Version)

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

Uses of Class
org.netbeans.api.editor.mimelookup.MimePath

Packages that use MimePath
org.netbeans.api.editor.mimelookup   
org.netbeans.spi.editor.mimelookup The SPI allows registering providers of mime type specific Lookups. 
 

Uses of MimePath in org.netbeans.api.editor.mimelookup
 

Fields in org.netbeans.api.editor.mimelookup declared as MimePath
static MimePath MimePath.EMPTY
          The root of all mime paths.
 

Methods in org.netbeans.api.editor.mimelookup that return MimePath
static MimePath MimePath.get(MimePath prefix, String mimeType)
          Gets the mime path corresponding to a mime type embedded in another mime type.
static MimePath MimePath.get(String mimeType)
          Gets the mime path for the given mime type.
 MimePath MimePath.getPrefix(int size)
          Return prefix mime-path with the given number of mime-type components ranging from zero till the size of this mime-path.
static MimePath MimePath.parse(String path)
          Parses a mime path string and returns its MimePath representation.
 

Methods in org.netbeans.api.editor.mimelookup with parameters of type MimePath
static MimePath MimePath.get(MimePath prefix, String mimeType)
          Gets the mime path corresponding to a mime type embedded in another mime type.
static Lookup MimeLookup.getLookup(MimePath mimePath)
          Gets a Lookup implementation that exposes objects specific for the given MimePath.
 

Uses of MimePath in org.netbeans.spi.editor.mimelookup
 

Methods in org.netbeans.spi.editor.mimelookup with parameters of type MimePath
 Lookup MimeDataProvider.getLookup(MimePath mimePath)
          Retrieves a Lookup for the given MimePath.
 


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

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