|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SelectedTextReplacer
SelectedTextReplacer -- interface for selected text replacement.
This interface defines the replaceSelection method which is intended to replace selected text some kind of Document type typically held in a JTextPane or descendant.
| Method Summary | |
|---|---|
void |
replaceSelection(java.lang.String replacementText)
Replace currently selected document text. |
| Method Detail |
|---|
void replaceSelection(java.lang.String replacementText)
replacementText - The replacement text.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||