| Package | Description |
|---|---|
| net.sf.okapi.common |
Classes commonly used across the whole Okapi Framework.
|
| net.sf.okapi.common.plugins |
Classes allowing to use components as simple (non-OSGi) plug-ins.
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<String,ClassInfo> |
ParametersEditorMapper.descMap
Map of the editor descriptions for this mapper.
|
protected LinkedHashMap<String,ClassInfo> |
ParametersEditorMapper.editorMap
Map of the editors for this mapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParametersEditorMapper.addDescriptionProvider(ClassInfo descriptionProviderClass,
String parametersClassName) |
void |
IParametersEditorMapper.addDescriptionProvider(ClassInfo descriptionProviderClass,
String parametersClassName)
Adds a new editor description provider mapping to this mapper.
|
void |
ParametersEditorMapper.addEditor(ClassInfo editorClass,
String parametersClassName) |
void |
IParametersEditorMapper.addEditor(ClassInfo editorClass,
String parametersClassName)
Adds a new parameters editor mapping to this mapper.
|
| Modifier and Type | Method and Description |
|---|---|
ClassInfo |
PluginItem.getEditorDescriptionProvider()
Gets the class information for the IEditorDescriptionProvider class associated with this plug-in,
or null if there is none.
|
ClassInfo |
PluginItem.getEmbeddableParamsEditor()
Gets the class information for the IEmbeddableParamsEditor class associated with this plug-in,
or null if there is none.
|
ClassInfo |
PluginItem.getParamsEditor()
Gets the class information for the IParameterEditor class associated with this plug-in,
or null if there is none.
|
Copyright © 2021. All rights reserved.