Uses of Class
net.sf.okapi.common.ClassInfo
-
Packages that use ClassInfo 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. -
-
Uses of ClassInfo in net.sf.okapi.common
Fields in net.sf.okapi.common with type parameters of type ClassInfo Modifier and Type Field Description protected LinkedHashMap<String,ClassInfo>ParametersEditorMapper. descMapMap of the editor descriptions for this mapper.protected LinkedHashMap<String,ClassInfo>ParametersEditorMapper. editorMapMap of the editors for this mapper.Methods in net.sf.okapi.common with parameters of type ClassInfo Modifier and Type Method Description voidIParametersEditorMapper. addDescriptionProvider(ClassInfo descriptionProviderClass, String parametersClassName)Adds a new editor description provider mapping to this mapper.voidParametersEditorMapper. addDescriptionProvider(ClassInfo descriptionProviderClass, String parametersClassName)voidIParametersEditorMapper. addEditor(ClassInfo editorClass, String parametersClassName)Adds a new parameters editor mapping to this mapper.voidParametersEditorMapper. addEditor(ClassInfo editorClass, String parametersClassName) -
Uses of ClassInfo in net.sf.okapi.common.plugins
Methods in net.sf.okapi.common.plugins that return ClassInfo Modifier and Type Method Description ClassInfoPluginItem. getEditorDescriptionProvider()Gets the class information for the IEditorDescriptionProvider class associated with this plug-in, or null if there is none.ClassInfoPluginItem. getEmbeddableParamsEditor()Gets the class information for the IEmbeddableParamsEditor class associated with this plug-in, or null if there is none.ClassInfoPluginItem. getParamsEditor()Gets the class information for the IParameterEditor class associated with this plug-in, or null if there is none.
-