|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.text.DefaultFormatter.ReplaceHolder
ReplaceHolder is used to track where insert/remove/replace is going to happen.
Field Summary | |
(package private) AttributeSet |
attrs
AttributeSet to attach to text, may be null. |
(package private) int |
cursorPosition
Position the cursor should be adjusted from. |
(package private) DocumentFilter.FilterBypass |
fb
The FilterBypass that was passed to the DocumentFilter method. |
(package private) int |
length
Length of text to remove. |
(package private) int |
offset
Offset where the remove/insert is going to occur. |
(package private) String |
text
The text to insert, may be null. |
(package private) Object |
value
The resulting value, this may never be set. |
Constructor Summary | |
(package private) |
DefaultFormatter.ReplaceHolder()
|
Method Summary | |
(package private) void |
reset(DocumentFilter.FilterBypass fb,
int offset,
int length,
String text,
AttributeSet attrs)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
DocumentFilter.FilterBypass fb
int offset
int length
String text
AttributeSet attrs
Object value
int cursorPosition
Constructor Detail |
DefaultFormatter.ReplaceHolder()
Method Detail |
void reset(DocumentFilter.FilterBypass fb, int offset, int length, String text, AttributeSet attrs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |