JavaTM 2 Platform
Standard Ed. 6

javax.swing.text
類別 JTextComponent.DropLocation

java.lang.Object
  繼承者 javax.swing.TransferHandler.DropLocation
      繼承者 javax.swing.text.JTextComponent.DropLocation
正在封閉類別:
JTextComponent

public static final class JTextComponent.DropLocation
extends TransferHandler.DropLocation

表示 JTextComponent 的放置位置 (drop location)。

從以下版本開始:
1.6
另請參見:
JTextComponent.getDropLocation()

方法摘要
 Position.Bias getBias()
          返回放置索引的偏差。
 int getIndex()
          返回關聯元件中應該用來插入放置資料的位置的索引。
 String toString()
          返回此放置位置的字元串表示形式。
 
從類別 javax.swing.TransferHandler.DropLocation 繼承的方法
getDropPoint
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

方法詳細資訊

getIndex

public int getIndex()
返回關聯元件中應該用來插入放置資料的位置的索引。此索引表示字元之間的位置,將由插入符來解釋。

返回:
放置索引

getBias

public Position.Bias getBias()
返回放置索引的偏差。

返回:
放置偏差

toString

public String toString()
返回此放置位置的字元串表示形式。此方法僅用於除錯,對於各個實作,所返回字元串的內容和格式可能有所不同。

覆寫:
類別 TransferHandler.DropLocation 中的 toString
返回:
此放置位置的字元串表示形式

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only