See: Description
| Interface | Description |
|---|---|
| TooltipStrategy |
A
TooltipStrategy is used by a GlassedPane to find out which tooltip present. |
| TooltipStrategyCallback |
A callback forwarded to a
TooltipStrategy, allows the strategy to configure
a GlassedPane. |
| Class | Description |
|---|---|
| DefaultTooltipStrategy |
The default implementation of
TooltipStrategy calls the methods of the Component
under the mouse whenever possible. |
| GlassedPane |
A panel containing two children: a "content pane" and a "glass pane".
|
| SecureContainer |
A
SecureContainer is a OverpaintablePanel which can also wrap its
content pane into a GlassedPane to catch MouseEvents and call the
the MouseFocusObserver to transfer focus if necessary. |
SecurityManager
prevents it. The classes in this package are capable to "simulate" global
monitors without really creating them. The reason why these classes are not
used in a normal application is, that they do not work very efficient.Copyright © 2017 Docking Frames. All rights reserved.