javax.swing.text
Interface Position
- public abstract interface Position
Represents a location within a document. It is intended to abstract away
implementation details of the document and enable specification of
positions within the document that are capable of tracking of change as
the document is edited (i.e. offsets are fragile).
Inner Class Summary |
static class |
Position.Bias
A typesafe enumeration to indicate bias to a position
in the model. |
Method Summary |
int |
getOffset()
Fetches the current offset within the document. |
getOffset
public int getOffset()
- Fetches the current offset within the document.
- Returns:
- the offset >= 0
Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.