javax.swing.text
Interface Position
- public 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
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.