Uses of Interface
net.sf.okapi.common.IContext
-
Packages that use IContext Package Description net.sf.okapi.common Classes commonly used across the whole Okapi Framework.net.sf.okapi.common.filters Interfaces and base classes to implement filtersnet.sf.okapi.common.pipelinedriver Interfaces and classes to implement and pipeline drivers. -
-
Uses of IContext in net.sf.okapi.common
Classes in net.sf.okapi.common that implement IContext Modifier and Type Class Description classBaseContextBasic implementation of theIContextinterface.classExecutionContextA class to encapsulate information about execution details such as the name of the application, the current UI parent, etc.Methods in net.sf.okapi.common with parameters of type IContext Modifier and Type Method Description booleanIParametersEditor. edit(IParameters paramsObject, boolean readOnly, IContext context)Edits the values for the given parameters. -
Uses of IContext in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters with parameters of type IContext Modifier and Type Method Description booleanIFilterConfigurationEditor. editConfiguration(String configId, IFilterConfigurationMapper fcMapper, IFilter cachedFilter, Object parent, IContext context)Edits a given filter configuration. -
Uses of IContext in net.sf.okapi.common.pipelinedriver
Classes in net.sf.okapi.common.pipelinedriver that implement IContext Modifier and Type Class Description classBatchItemContextDefault implementation of theIBatchItemContextinterface.
-