Package | Description |
---|---|
org.netbeans.api.editor.mimelookup |
Modifier and Type | Method and Description |
---|---|
MimeLookup |
MimeLookup.childLookup(String mimeType)
Deprecated.
Use
MimeLookup.getLookup(MimePath) with the MimePath
of the embedded mime type instead. |
static MimeLookup |
MimeLookup.getMimeLookup(String mimeType)
Deprecated.
Use
getLookup(MimePath.get(mimeType)) instead. |