| java.lang.Object javax.swing.Popup com.jgoodies.looks.common.ShadowPopup
Method Summary | |
public static boolean | canSnapshot() | static Popup | getInstance(Component owner, Component contents, int x, int y, Popup delegate) Returns a previously used ShadowPopup , or a new one
if none of the popups have been recycled. | public void | hide() Hides and disposes of the Popup . | public void | show() Makes the Popup visible. |
canSnapshot | public static boolean canSnapshot()(Code) | | |
getInstance | static Popup getInstance(Component owner, Component contents, int x, int y, Popup delegate)(Code) | | Returns a previously used ShadowPopup , or a new one
if none of the popups have been recycled.
|
hide | public void hide()(Code) | | Hides and disposes of the Popup . Once a Popup
has been disposed you should no longer invoke methods on it. A
dispose d Popup may be reclaimed and later used
based on the PopupFactory . As such, if you invoke methods
on a disposed Popup , indeterminate
behavior will result.
In addition to the superclass behavior, we reset the stored
horizontal and vertical drop shadows - if any.
|
show | public void show()(Code) | | Makes the Popup visible. If the popup has a
heavy-weight container, we try to snapshot the background.
If the Popup is currently visible, it remains visible.
|
|
|