Package org.fife.ui.rtextarea
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
Document content that provides fast access to individual characters.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.text.GapContent
allocateArray, createPosition, getArrayLength, getChars, getPositionsInRange, getString, insertString, length, remove, resetMarksAtZero, shiftEnd, shiftGap, shiftGapEndUp, shiftGapStartDown, updateUndoPositions
-
Constructor Details
-
RGapContent
private RGapContent()
-
-
Method Details
-
charAt
- Throws:
BadLocationException
-
getArray
-
getGapStart
protected final int getGapStart() -
getGapEnd
protected final int getGapEnd() -
replace
-