クラス
javax.swing.TransferHandler.DropLocationの使用
| パッケージ | 説明 | 
|---|---|
| javax.swing | すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。 | 
| javax.swing.text | 編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。 | 
- 
javax.swingでのTransferHandler.DropLocationの使用javax.swing内のTransferHandler.DropLocationのサブクラス 修飾子と型 クラス 説明 static classJList.DropLocationTransferHandler.DropLocationのサブクラスであり、JListのドロップ位置を表します。static classJTable.DropLocationTransferHandler.DropLocationのサブクラスであり、JTableのドロップ位置を表します。static classJTree.DropLocationTransferHandler.DropLocationのサブクラスであり、JTreeのドロップ位置を表します。TransferHandler.DropLocationを返すjavax.swing内のメソッド 修飾子と型 メソッド 説明 TransferHandler.DropLocationTransferHandler.TransferSupport. getDropLocation()このTransferSupportがドロップを表す場合、コンポーネントの現在のドロップ位置(null以外)を返します。
- 
javax.swing.textでのTransferHandler.DropLocationの使用javax.swing.textでのTransferHandler.DropLocationのサブクラス 修飾子と型 クラス 説明 static classJTextComponent.DropLocationJTextComponentのドロップ位置を表します。