|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpalmed.edit.text.LineBuilder
public final class LineBuilder
This class implements a line extractor to build the corresponding text.
| Constructor Summary | |
|---|---|
LineBuilder(java.lang.StringBuffer buffer)
Create a line builder. |
|
| Method Summary | |
|---|---|
void |
select(IText text,
int line)
Notify a text matches the search criteria. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineBuilder(java.lang.StringBuffer buffer)
buffer - the buffer to add the text to| Method Detail |
|---|
public void select(IText text,
int line)
select in interface ILineExtractortext - the textline - the line number relative to the text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||