クラス
java.util.TooManyListenersExceptionの使用
TooManyListenersExceptionを使用するパッケージ
パッケージ
説明
ドラッグ&ドロップ操作は、多くのグラフィカル・ユーザー・インタフェース・システムで見られる直接的な操作ジェスチャで、GUIの表現要素に論理的に関連付けられた2つのエンティティ間で情報を変換するメカニズムを提供します。
Beanコンテキストに関連するクラスおよびインタフェースを提供します。
-
java.awt.dndでのTooManyListenersExceptionの使用
修飾子と型メソッド説明voidDragGestureRecognizer.addDragGestureListener(DragGestureListener dgl) 新しいDragGestureListenerを登録します。voidDragSourceContext.addDragSourceListener(DragSourceListener dsl) まだ追加されていない場合は、このDragSourceContextにDragSourceListenerを追加します。voidDropTarget.addDropTargetListener(DropTargetListener dtl) 新しいDropTargetListener(UNICAST SOURCE)を追加します。 -
java.beans.beancontextでのTooManyListenersExceptionの使用
修飾子と型メソッド説明BeanContextServices.getService(BeanContextChild child, Object requestor, Class<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) 削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。BeanContextChild、またはBeanContextChildに関連した任意のオブジェクトは、このメソッドを呼び出すことによって、入れ子になっているBeanContextServicesから現在登録されているサービスへの参照を取得できます。BeanContextServicesSupport.getService(BeanContextChild child, Object requestor, Class<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) 削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。サービスを取得します。そのサービスは委譲されることもあります。