Class KlighdActionExecutionHandler.IActionParameterValues

java.lang.Object
de.cau.cs.kieler.klighd.ui.internal.handlers.KlighdActionExecutionHandler.IActionParameterValues
All Implemented Interfaces:
org.eclipse.core.commands.IParameterValues
Enclosing class:
KlighdActionExecutionHandler

public static class KlighdActionExecutionHandler.IActionParameterValues extends Object implements org.eclipse.core.commands.IParameterValues
An implementation of IParameterValues providing the ids and human-friendly names of the registered IActions. It is referenced in the plugin.xml.
  • Constructor Details

    • IActionParameterValues

      public IActionParameterValues()
  • Method Details

    • getParameterValues

      public Map<String,String> getParameterValues()
      Specified by:
      getParameterValues in interface org.eclipse.core.commands.IParameterValues