|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.Popup
org.pushingpixels.substance.internal.contrib.jgoodies.looks.common.ShadowPopup
public final class ShadowPopup
Does all the magic for getting popups with drop shadows. It adds the drop
shadow border to the Popup, in #show
it snapshots the screen
background as needed, and in #hide
it cleans up all changes made
before.
Constructor Summary | |
---|---|
ShadowPopup()
|
Method Summary | |
---|---|
static boolean |
canSnapshot()
|
void |
hide()
Hides and disposes of the Popup . |
void |
show()
Makes the Popup visible. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShadowPopup()
Method Detail |
---|
public static boolean canSnapshot()
public void hide()
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.
hide
in class javax.swing.Popup
public void show()
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.
show
in class javax.swing.Popup
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |