javax.swing.text
Class StringContent.PosRec
java.lang.Object
javax.swing.text.StringContent.PosRec
- Enclosing class:
- StringContent
- final class StringContent.PosRec
- extends Object
holds the data for a mark... separately from
the real mark so that the real mark can be
collected if there are no more references to
it.... the update table holds only a reference
to this grungy thing.
Field Summary |
(package private) int |
offset
|
(package private) boolean |
unused
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
offset
int offset
unused
boolean unused
StringContent.PosRec
StringContent.PosRec(int offset)