Interface SyMenuHostType
- All Known Subinterfaces:
SyMenuBarItemType
public interface SyMenuHostType
The type of objects that can host menus. This marker interface is used when
determining if a menu should be closed due to the user clicking on an
arbitrary component onscreen. Specifically; one of the checks that is made is
to check if a clicked component is the descendant of a
SyMenuHostType, and the menu will not be automatically closed if this turns
out to be true.