|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupInfo
public static class PopupPanelManager.PopupInfo
Information on a single showing popup.
| Constructor Summary | |
|---|---|
PopupPanelManager.PopupInfo(JComponent popupOriginator,
JPopupPanel popupPanel)
Creates a new information object. |
|
| Method Summary | |
|---|---|
JComponent |
getPopupOriginator()
Returns the originating component. |
JPopupPanel |
getPopupPanel()
Returns the popup panel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PopupPanelManager.PopupInfo(JComponent popupOriginator,
JPopupPanel popupPanel)
popupOriginator - The originating component.popupPanel - The popup panel.| Method Detail |
|---|
public JPopupPanel getPopupPanel()
public JComponent getPopupOriginator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||