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