public class IProgressMonitorConverter extends Object implements Converter<IProgressMonitor>
| Constructor and Description |
|---|
IProgressMonitorConverter() |
| Modifier and Type | Method and Description |
|---|---|
IProgressMonitor |
convert(IProgressMonitor arg0,
Feature arg1)
Converts an object owned by a Feature to another Feature.
|
Class<IProgressMonitor> |
getType()
Gets the Kernel type managed by this
Converter. |
public IProgressMonitor convert(IProgressMonitor arg0, Feature arg1) throws IllegalAccessError
Converterconvert in interface Converter<IProgressMonitor>arg0 - the source object to be convertedarg1 - the owner of the converted objectIllegalAccessErrorpublic Class<IProgressMonitor> getType()
ConverterConverter.getType in interface Converter<IProgressMonitor>Converter.