com.trolltech.qt.gui
Class QAccessibleTextInterface

java.lang.Object
  extended by com.trolltech.qt.QSignalEmitter
      extended by com.trolltech.qt.QtJambiObject
          extended by com.trolltech.qt.gui.QAccessible2Interface
              extended by com.trolltech.qt.gui.QAccessibleTextInterface
All Implemented Interfaces:
QtJambiInterface

public abstract class QAccessibleTextInterface
extends QAccessible2Interface

This class is under development and is subject to change.

The QAccessibleTextInterface class implements support for the IAccessibleText interface.

IAccessible2 Specification


Nested Class Summary
 
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter
QSignalEmitter.Signal0, QSignalEmitter.Signal1<A>, QSignalEmitter.Signal2<A,B>, QSignalEmitter.Signal3<A,B,C>, QSignalEmitter.Signal4<A,B,C,D>, QSignalEmitter.Signal5<A,B,C,D,E>, QSignalEmitter.Signal6<A,B,C,D,E,F>, QSignalEmitter.Signal7<A,B,C,D,E,F,G>, QSignalEmitter.Signal8<A,B,C,D,E,F,G,H>, QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I>
 
Constructor Summary
QAccessibleTextInterface()
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.
 
Method Summary
abstract  void addSelection(int startOffset, int endOffset)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.addSelection.
abstract  java.lang.String attributes(int offset, QNativePointer startOffset, QNativePointer endOffset)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.attributes.
abstract  int characterCount()
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.characterCount.
abstract  QRect characterRect(int offset, QAccessible2.CoordinateType coordType)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.characterRect.
abstract  int cursorPosition()
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.cursorPosition.
static QAccessibleTextInterface fromNativePointer(QNativePointer nativePointer)
          This function returns the QAccessibleTextInterface instance pointed to by nativePointer
abstract  int offsetAtPoint(QPoint point, QAccessible2.CoordinateType coordType)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.offsetAtPoint.
 QAccessible2Interface qAccessibleTextCastHelper()
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.qAccessibleTextCastHelper.
abstract  void removeSelection(int selectionIndex)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.removeSelection.
abstract  void scrollToSubstring(int startIndex, int endIndex)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.scrollToSubstring.
abstract  void selection(int selectionIndex, QNativePointer startOffset, QNativePointer endOffset)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.selection.
abstract  int selectionCount()
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.selectionCount.
abstract  void setCursorPosition(int position)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.setCursorPosition.
abstract  void setSelection(int selectionIndex, int startOffset, int endOffset)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.setSelection.
abstract  java.lang.String text(int startOffset, int endOffset)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.text.
abstract  java.lang.String textAfterOffset(int offset, QAccessible2.BoundaryType boundaryType, QNativePointer startOffset, QNativePointer endOffset)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.textAfterOffset.
abstract  java.lang.String textAtOffset(int offset, QAccessible2.BoundaryType boundaryType, QNativePointer startOffset, QNativePointer endOffset)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.textAtOffset.
abstract  java.lang.String textBeforeOffset(int offset, QAccessible2.BoundaryType boundaryType, QNativePointer startOffset, QNativePointer endOffset)
          This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.textBeforeOffset.
 
Methods inherited from class com.trolltech.qt.QtJambiObject
dispose, disposed, finalize, reassignNativeResources, tr, tr, tr
 
Methods inherited from class com.trolltech.qt.QSignalEmitter
blockSignals, disconnect, disconnect, signalsBlocked, signalSender, thread
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.trolltech.qt.QtJambiInterface
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership
 

Constructor Detail

QAccessibleTextInterface

public QAccessibleTextInterface()
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.

Method Detail

qAccessibleTextCastHelper

public final QAccessible2Interface qAccessibleTextCastHelper()
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.qAccessibleTextCastHelper.


addSelection

public abstract void addSelection(int startOffset,
                                  int endOffset)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.addSelection. startOffset endOffset


attributes

public abstract java.lang.String attributes(int offset,
                                            QNativePointer startOffset,
                                            QNativePointer endOffset)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.attributes. offset startOffset endOffset


characterCount

public abstract int characterCount()
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.characterCount.


characterRect

public abstract QRect characterRect(int offset,
                                    QAccessible2.CoordinateType coordType)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.characterRect. offset coordType


cursorPosition

public abstract int cursorPosition()
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.cursorPosition.


offsetAtPoint

public abstract int offsetAtPoint(QPoint point,
                                  QAccessible2.CoordinateType coordType)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.offsetAtPoint. point coordType


removeSelection

public abstract void removeSelection(int selectionIndex)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.removeSelection. selectionIndex


scrollToSubstring

public abstract void scrollToSubstring(int startIndex,
                                       int endIndex)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.scrollToSubstring. startIndex endIndex


selection

public abstract void selection(int selectionIndex,
                               QNativePointer startOffset,
                               QNativePointer endOffset)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.selection. selectionIndex startOffset endOffset


selectionCount

public abstract int selectionCount()
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.selectionCount.


setCursorPosition

public abstract void setCursorPosition(int position)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.setCursorPosition. position


setSelection

public abstract void setSelection(int selectionIndex,
                                  int startOffset,
                                  int endOffset)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.setSelection. selectionIndex startOffset endOffset


text

public abstract java.lang.String text(int startOffset,
                                      int endOffset)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.text. startOffset endOffset


textAfterOffset

public abstract java.lang.String textAfterOffset(int offset,
                                                 QAccessible2.BoundaryType boundaryType,
                                                 QNativePointer startOffset,
                                                 QNativePointer endOffset)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.textAfterOffset. offset boundaryType startOffset endOffset


textAtOffset

public abstract java.lang.String textAtOffset(int offset,
                                              QAccessible2.BoundaryType boundaryType,
                                              QNativePointer startOffset,
                                              QNativePointer endOffset)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.textAtOffset. offset boundaryType startOffset endOffset


textBeforeOffset

public abstract java.lang.String textBeforeOffset(int offset,
                                                  QAccessible2.BoundaryType boundaryType,
                                                  QNativePointer startOffset,
                                                  QNativePointer endOffset)
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.gui.QAccessibleTextInterface.textBeforeOffset. offset boundaryType startOffset endOffset


fromNativePointer

public static QAccessibleTextInterface fromNativePointer(QNativePointer nativePointer)
This function returns the QAccessibleTextInterface instance pointed to by nativePointer

Parameters:
nativePointer - the QNativePointer of which object should be returned.