|
org.netbeans.modules.editor.mimelookup/1 1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimePath | |
---|---|
org.netbeans.api.editor.mimelookup | |
org.netbeans.spi.editor.mimelookup | The SPI allows registering providers of mime type specific Lookup s. |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |