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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns a map keyed by externalized names for parameter values.
- 
Constructor Details- 
SplitValuespublic SplitValues()
 
- 
- 
Method Details- 
getParameterValuesDescription copied from interface:IParameterValuesReturns 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:
- getParameterValuesin interface- IParameterValues
- Returns:
- A map of the externalizable name of the parameter value (String) to the actual value of the parameter (String).
 
 
-