Class SplitValues

java.lang.Object
org.eclipse.ui.internal.SplitValues
All Implemented Interfaces:
IParameterValues

public class SplitValues extends Object implements IParameterValues
Display the values that can be used in the keybindings page and quick access.
Since:
3.106
  • Constructor Details

    • SplitValues

      public SplitValues()
  • Method Details

    • getParameterValues

      public Map 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 interface IParameterValues
      Returns:
      A map of the externalizable name of the parameter value (String) to the actual value of the parameter (String).