パッケージ | 説明 |
---|---|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java 共通言語) コンポーネントのセットを提供します。
|
javax.swing.text |
編集可能なテキストコンポーネントと編集不能なテキストコンポーネントを処理するクラスとインタフェースを提供します。
|
修飾子と型 | クラスと説明 |
---|---|
static class |
JList.DropLocation
TransferHandler.DropLocation のサブクラスであり、JList のドロップ位置を表します。 |
static class |
JTable.DropLocation
TransferHandler.DropLocation のサブクラスであり、JTable のドロップ位置を表します。 |
static class |
JTree.DropLocation
TransferHandler.DropLocation のサブクラスであり、JTree のドロップ位置を表します。 |
修飾子と型 | メソッドと説明 |
---|---|
TransferHandler.DropLocation |
TransferHandler.TransferSupport.getDropLocation()
この
TransferSupport がドロップを表す場合、コンポーネントの現在のドロップ位置 (null 以外) を返します。 |
修飾子と型 | クラスと説明 |
---|---|
static class |
JTextComponent.DropLocation
JTextComponent のドロップ位置を表します。 |
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.