|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.Popup javax.swing.PopupFactory.ContainerPopup
ContainerPopup consolidates the common code used in the light/medium
weight implementations of Popup
.
Nested Class Summary |
Nested classes inherited from class javax.swing.Popup |
Popup.DefaultFrame, Popup.HeavyWeightWindow |
Field Summary | |
(package private) Component |
owner
Component we are to be added to. |
(package private) int |
x
Desired x location. |
(package private) int |
y
Desired y location. |
Fields inherited from class javax.swing.Popup |
|
Constructor Summary | |
private |
PopupFactory.ContainerPopup()
|
Method Summary | |
(package private) boolean |
fitsOnScreen()
Returns true if the Popup can fit on the screen. |
void |
hide()
Hides and disposes of the Popup . |
(package private) boolean |
overlappedByOwnedWindow()
|
void |
pack()
Causes the Popup to be sized to fit the preferred size
of the Component it contains. |
(package private) void |
reset(Component owner,
Component contents,
int ownerX,
int ownerY)
Resets the Popup to an initial state. |
Methods inherited from class javax.swing.Popup |
createComponent, dispose, getComponent, show |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Component owner
int x
int y
Constructor Detail |
private PopupFactory.ContainerPopup()
Method Detail |
public void hide()
Popup
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.
hide
in class Popup
public void pack()
Popup
Popup
to be sized to fit the preferred size
of the Component
it contains.
pack
in class Popup
void reset(Component owner, Component contents, int ownerX, int ownerY)
Popup
Popup
to an initial state.
reset
in class Popup
boolean overlappedByOwnedWindow()
boolean fitsOnScreen()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |