Home » openjdk-7 » javax » swing » text » [javadoc | source]
javax.swing.text
static class: SegmentCache.CachedSegment [javadoc | source]
java.lang.Object
   javax.swing.text.Segment
      javax.swing.text.SegmentCache$CachedSegment

All Implemented Interfaces:
    CharSequence, CharacterIterator, Cloneable

CachedSegment is used as a tagging interface to determine if a Segment can successfully be shared.
Fields inherited from javax.swing.text.Segment:
array,  offset,  count
Methods from javax.swing.text.Segment:
charAt,   clone,   current,   first,   getBeginIndex,   getEndIndex,   getIndex,   isPartialReturn,   last,   length,   next,   previous,   setIndex,   setPartialReturn,   subSequence,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait