public static interface SimpleColoredComponent.ColoredIterator
extends java.util.Iterator<java.lang.String>
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset() |
java.lang.String |
getFragment() |
int |
getOffset() |
java.lang.Object |
getTag() |
SimpleTextAttributes |
getTextAttributes() |
void |
setFragment(java.lang.String text) |
void |
setTag(java.lang.Object tag) |
void |
setTextAttributes(SimpleTextAttributes attributes) |
int |
split(int offset,
SimpleTextAttributes attributes) |
int getOffset()
int getEndOffset()
java.lang.String getFragment()
SimpleTextAttributes getTextAttributes()
java.lang.Object getTag()
int split(int offset, SimpleTextAttributes attributes)
void setFragment(java.lang.String text)
void setTag(java.lang.Object tag)
void setTextAttributes(SimpleTextAttributes attributes)