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, onEventpluginServicegetContext, setContext, toStringgetInfo, getPriority, setInfo, setPrioritycontextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreate, filterInstances, getInstance, getInstances, initialize, objectServicegetPlugins, getPluginService, pluginServiceregisterEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposepublic org.fife.rsta.ac.LanguageSupport getLanguageSupport(ScriptLanguage language)
LanguageSupportServiceLanguageSupport for the given language.getLanguageSupport in interface LanguageSupportServicelanguage - 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()
PTServicegetPluginType in interface PTService<LanguageSupportPlugin>Copyright © 2015–2022 SciJava. All rights reserved.