Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TooltipManager允许设置showDelay,hideDelay和scrubDelay属性。但是,这些是静态的,所以我假设它们对于我的应用程序中的所有组件都是全局的。我只想更改 1 个组件的这些值。如何才能做到这一点?
showDelay
hideDelay
scrubDelay
它应该可以在设置为首选值ToolTipEvent.TOOL_TIP_START的组件上注册一个事件,以及一个重置的事件。ToolTipManager.showDelayToolTipEvent.TOOL_TIP_HIDEshowDelay
ToolTipEvent.TOOL_TIP_START
ToolTipManager.showDelay
ToolTipEvent.TOOL_TIP_HIDE