Class RDocument.RGapContent

java.lang.Object
javax.swing.text.GapContent
org.fife.ui.rtextarea.RDocument.RGapContent
All Implemented Interfaces:
Serializable, AbstractDocument.Content
Enclosing class:
RDocument

private static class RDocument.RGapContent extends GapContent
Document content that provides fast access to individual characters.
  • Constructor Details

    • RGapContent

      private RGapContent()
  • Method Details

    • charAt

      public char charAt(int offset) throws BadLocationException
      Throws:
      BadLocationException
    • getArray

      protected final Object getArray()
    • getGapStart

      protected final int getGapStart()
    • getGapEnd

      protected final int getGapEnd()
    • replace

      protected void replace(int arg0, int arg1, Object arg2, int arg3)