javax.swing.text
Class StringContent.PosRec

java.lang.Object
  extended byjavax.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
           
 
Constructor Summary
(package private) StringContent.PosRec(int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

int offset

unused

boolean unused
Constructor Detail

StringContent.PosRec

StringContent.PosRec(int offset)