Interface IFunctionShortcutManager
-
public interface IFunctionShortcutManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionShortcut
getFunctionShortcut(String name)
Collection<FunctionShortcut>
getFunctionShortcuts()
-
-
-
Method Detail
-
getFunctionShortcut
FunctionShortcut getFunctionShortcut(String name)
-
getFunctionShortcuts
Collection<FunctionShortcut> getFunctionShortcuts()
-
-