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
Converter
convert
in interface Converter<IProgressMonitor>
arg0
- the source object to be convertedarg1
- the owner of the converted objectIllegalAccessError
public Class<IProgressMonitor> getType()
Converter
Converter
.getType
in interface Converter<IProgressMonitor>
Converter
.