Package org.fife.ui.rtextarea
Class RDocument.RGapContent
- java.lang.Object
-
- javax.swing.text.GapContent
-
- org.fife.ui.rtextarea.RDocument.RGapContent
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.text.AbstractDocument.Content
- Enclosing class:
- RDocument
private static class RDocument.RGapContent extends javax.swing.text.GapContentDocument content that provides fast access to individual characters.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRGapContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description charcharAt(int offset)protected java.lang.ObjectgetArray()protected intgetGapEnd()protected intgetGapStart()protected voidreplace(int arg0, int arg1, java.lang.Object arg2, int arg3)
-
-
-
Method Detail
-
charAt
public char charAt(int offset) throws javax.swing.text.BadLocationException- Throws:
javax.swing.text.BadLocationException
-
getArray
protected final java.lang.Object getArray()
-
getGapStart
protected final int getGapStart()
-
getGapEnd
protected final int getGapEnd()
-
replace
protected void replace(int arg0, int arg1, java.lang.Object arg2, int arg3)
-
-