public class DefaultLanguageSupportService extends AbstractSingletonService<LanguageSupportPlugin> implements LanguageSupportService
LanguageSupportService
implementation.Constructor and Description |
---|
DefaultLanguageSupportService() |
Modifier and Type | Method and Description |
---|---|
org.fife.rsta.ac.LanguageSupport |
getLanguageSupport(ScriptLanguage language)
Get a
LanguageSupport for the given language. |
Class<LanguageSupportPlugin> |
getPluginType()
Gets the type of plugins managed by this service.
|
getInstance, getInstances, objectService, onEvent, onEvent
pluginService
getContext, setContext, toString
getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
create, filterInstances, getInstance, getInstances, initialize, objectService
getPlugins, getPluginService, pluginService
registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
public org.fife.rsta.ac.LanguageSupport getLanguageSupport(ScriptLanguage language)
LanguageSupportService
LanguageSupport
for the given language.getLanguageSupport
in interface LanguageSupportService
language
- Language to get support for.LanguageSupport
matching the given language or the
null
if there was none or language was
null
.public Class<LanguageSupportPlugin> getPluginType()
PTService
getPluginType
in interface PTService<LanguageSupportPlugin>
Copyright © 2015–2022 SciJava. All rights reserved.