Class Layer1ApiShowShortcutPanelMessage

java.lang.Object
velox.api.layer1.messages.Layer1ApiShowShortcutPanelMessage
All Implemented Interfaces:
Layer1ApiStrategiesEchoMessagesLayer.StrategyEchoMessageFromLayer

public class Layer1ApiShowShortcutPanelMessage extends Object implements Layer1ApiStrategiesEchoMessagesLayer.StrategyEchoMessageFromLayer
Show shortcut panel to user if it's currently not shown
  • Field Details

    • groups

      public final String[] groups
  • Constructor Details

    • Layer1ApiShowShortcutPanelMessage

      public Layer1ApiShowShortcutPanelMessage(String[] groups)
      Parameters:
      groups - describes group hierarchy that will be expanded when the shortcut panel is shown To open your addon menu use following path: first level is @link{ActionInfo#ADDONS_TRANSLATION_KEY} (addons group), second level is your addon name (locazized name if your addon have it). For futher path use the same names for your addon internal actions as you use when create an action in Layer1ActionMetadata.groups() (if you use locatization keys, use them here as well) Example: new String[]{ActionConstants.ADDONS_TRANSLATION_KEY, localizedBundle.getString("LocalizedStrategy.Name"), "LocalizedStrategy.ActionGroup"}}}
    • Layer1ApiShowShortcutPanelMessage

      public Layer1ApiShowShortcutPanelMessage()