Uses of Interface
javax.swing.text.Position
Package
Description
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of Position in javax.swing.text
Modifier and TypeMethodDescriptionAbstractDocument.Content.createPosition(int offset)
Creates a position within the content that will track change as the content is mutated.AbstractDocument.createPosition(int offs)
Returns a position that will track change as the document is altered.Document.createPosition(int offs)
This method allows an application to mark a place in a sequence of character content.GapContent.createPosition(int offset)
Creates a position within the content that will track change as the content is mutated.StringContent.createPosition(int offset)
Creates a position within the content that will track change as the content is mutated.AbstractDocument.getEndPosition()
Returns a position that represents the end of the document.Document.getEndPosition()
Returns a position that represents the end of the document.AbstractDocument.getStartPosition()
Returns a position that represents the start of the document.Document.getStartPosition()
Returns a position that represents the start of the document.