クラス
javax.swing.Popupの使用
| パッケージ | 説明 | 
|---|---|
| javax.swing | すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。 | 
| javax.swing.plaf | Swingがプラグイン可能なLook & Feel機能を提供するために使用する、1つのインタフェースおよび多くのabstractクラスを提供します。 | 
| javax.swing.plaf.multi | 複数のLook & Feelを結合するユーザー・インタフェース・オブジェクトを提供します。 | 
- 
javax.swingでのPopupの使用Popupを返すjavax.swing内のメソッド 修飾子と型 メソッド 説明 PopupPopupFactory. getPopup(Component owner, Component contents, int x, int y)Componentcontentsを含むComponentownerのPopupを作成します。protected PopupPopupFactory. getPopup(Component owner, Component contents, int x, int y, boolean isHeavyWeightPopup)Componentcontentsを含むComponentownerのPopupを作成します。
- 
javax.swing.plafでのPopupの使用Popupを返すjavax.swing.plaf内のメソッド 修飾子と型 メソッド 説明 PopupPopupMenuUI. getPopup(JPopupMenu popup, int x, int y)JPopupMenuの表示を扱うPopupを返します。
- 
javax.swing.plaf.multiでのPopupの使用Popupを返すjavax.swing.plaf.multi内のメソッド 修飾子と型 メソッド 説明 PopupMultiPopupMenuUI. getPopup(JPopupMenu a, int b, int c)このオブジェクトで処理されている各UIでgetPopupメソッドを呼び出します。