Interface ActionContributor

All Known Implementing Classes:
DesignerEditActions, EditActionsContributor, ExplorerEditActions, ExplorerJobActions, ViewActionsContributor

public interface ActionContributor
Something that is able to contribute actions to a menu system.
Author:
rob
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Add the accelerator keys to the given component if applicable.
    void
    contributeTo(ActionRegistry actionRegistry)
    Contribute actions using the given registry.
  • Method Details

    • contributeTo

      void contributeTo(ActionRegistry actionRegistry)
      Contribute actions using the given registry.
      Parameters:
      actionRegistry -
    • addKeyStrokes

      void addKeyStrokes(JComponent component)
      Add the accelerator keys to the given component if applicable.
      Parameters:
      component -