クラス
javax.swing.Popupの使用
-
Popupを使用しているパッケージ パッケージ 説明 javax.swing すべてのプラットフォーム上で可能なかぎり同じように機能する軽量(Java共通言語)コンポーネントのセットを提供します。javax.swing.plaf Swingがプラグイン可能なルック・アンド・フィール機能を提供するために使用する、1つのインタフェースおよび多くの抽象クラスを提供します。javax.swing.plaf.multi 複数のルック・アンド・フィールを結合するユーザー・インタフェース・オブジェクトを提供します。 -
-
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メソッドを呼び出します。
-