Module qtjambi
Package io.qt.gui

Class QTextCursor

java.lang.Object
io.qt.QtObject
io.qt.gui.QTextCursor
All Implemented Interfaces:
QtObjectInterface, Cloneable, Comparable<QTextCursor>

public class QTextCursor extends QtObject implements Comparable<QTextCursor>, Cloneable

Offers an API to access and modify QTextDocuments

Java wrapper for Qt class QTextCursor

Either each QTextCursor object or the QTextDocument object should be explicitly disposed by calling dispose() to avoid crashes during garbage collection.