Package | Description |
---|---|
org.eclipse.core.commands |
Application programming interfaces for commands and handlers.
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
AbstractParameterValueConverter.convertToObject(String parameterValue)
Converts a string encoded command parameter value into the parameter
value object.
|
abstract String |
AbstractParameterValueConverter.convertToString(Object parameterValue)
Converts a command parameter value object into a string that encodes a
reference to the object or serialization of the object.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.