Uses of Class
org.eclipse.core.commands.AbstractParameterValueConverter
Packages that use AbstractParameterValueConverter
Package
Description
Application programming interfaces for commands and handlers.
-
Uses of AbstractParameterValueConverter in org.eclipse.core.commands
Methods in org.eclipse.core.commands that return AbstractParameterValueConverterModifier and TypeMethodDescriptionParameterType.getValueConverter()
Returns the value converter associated with this parameter, if any.Methods in org.eclipse.core.commands with parameters of type AbstractParameterValueConverterModifier and TypeMethodDescriptionfinal void
ParameterType.define
(String type, AbstractParameterValueConverter parameterTypeConverter) Defines this parameter type, setting the defined property totrue
.