模块  java.desktop
软件包  javax.swing.text

Class JTextComponent.DropLocation

    • 方法详细信息

      • getIndex

        public int getIndex()
        返回应将已删除数据插入关联组件的索引。 该索引表示字符之间的位置,如插入符号所解释的那样。
        结果
        下降指数
      • getBias

        public Position.Bias getBias()
        返回drop index的偏差。
        结果
        下降偏差
      • toString

        public String toString()
        返回此放置位置的字符串表示形式。 此方法旨在用于调试目的,并且返回的字符串的内容和格式可能在实现之间有所不同。
        重写:
        toStringTransferHandler.DropLocation
        结果
        此放置位置的字符串表示形式