Interface IFlatToolbarButtonIntegration

All Known Implementing Classes:
StylesButton

public interface IFlatToolbarButtonIntegration
Interface providing tooltip and context menu support for the flat toolbar button. Whenever the interface is present for a button, mouse 1 button is only processed and no tooltip.
Author:
Christopher Mindus
  • Method Details

    • setEditedProperties

      void setEditedProperties(PropCnr[] props, IPropertyEditorController controller)
      Initializes the edited properties. This method is called just after construction, and once only to setup edited properties. Then the "initialize" method is called.
      Parameters:
      props - The edited properties, never null.
      controller - The controller.
    • initialize

      void initialize(FlatToolbarButton button)
      Initializes the button interface, e.g. creation of context menu.
      Parameters:
      button - The button.