Package com.iizix.swt

Interface IDropdownMenuInitializer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IDropdownMenuInitializer
Menu initializer for the drop-down list.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the menu is dropped down and has been cleared if this was requested.
  • Method Details

    • onInitialize

      void onInitialize(DropdownSelectionListener dsl)
      Called when the menu is dropped down and has been cleared if this was requested.