Package org.eclipse.ui.internal
Class SplitValues
java.lang.Object
org.eclipse.ui.internal.SplitValues
- All Implemented Interfaces:
IParameterValues
Display the values that can be used in the keybindings page and quick access.
- Since:
- 3.106
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a map keyed by externalized names for parameter values.
-
Constructor Details
-
SplitValues
public SplitValues()
-
-
Method Details
-
getParameterValues
Description copied from interface:IParameterValues
Returns a map keyed by externalized names for parameter values. These names should be human-readable, and are generally for display to the user in a user interface of some sort. The values should be actual values that will be interpreted by the handler for the command.- Specified by:
getParameterValues
in interfaceIParameterValues
- Returns:
- A map of the externalizable name of the parameter value (
String
) to the actual value of the parameter (String
).
-