Interface SyMouseFocusAcceptingType
- All Superinterfaces:
SyMouseFocusAcceptingReadableType
- All Known Subinterfaces:
SyButtonType, SyButtonWithTextType, SyCheckboxType, SyComponentType, SyContainerType, SyGridViewType, SyImageViewType, SyListViewType, SyMenuBarItemType, SyMenuBarType, SyMenuItemAtomType, SyMenuItemSeparatorType, SyMenuItemSubmenuType, SyMenuItemType, SyMenuType, SyScrollBarHorizontalType, SyScrollBarType, SyScrollBarVerticalType, SyScrollPaneType, SyTextAreaType, SyTextFieldType, SyTextMultiLineViewType, SyTextViewType
The type of components that can accept mouse focus/queries.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetMouseQueryAccepting(boolean accepting) Enable/disable mouse query acceptance.Methods inherited from interface SyMouseFocusAcceptingReadableType
isMouseQueryAccepting
-
Method Details
-
setMouseQueryAccepting
void setMouseQueryAccepting(boolean accepting) Enable/disable mouse query acceptance.- Parameters:
accepting-trueif mouse queries are accepted- See Also:
-