|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpalmed.edit.text.CharacterInserter
public final class CharacterInserter
This class provides a means to insert a character in a text.
Constructor Summary | |
---|---|
CharacterInserter(char c)
Create a character inserter. |
Method Summary | |
---|---|
void |
select(IText text,
Coordinate coordinate)
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 CharacterInserter(char c)
c
- the character to addMethod Detail |
---|
public void select(IText text, Coordinate coordinate)
select
in interface ICoordinateExtractor
text
- the textcoordinate
- the coordinate relative to the text
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |