public interface AppRichHtmlEditorPeer extends AppComponentPeer
| Modifier and Type | Method and Description |
|---|---|
String |
getText(int from,
int to) |
int |
getTextLength() |
void |
highlight(int from,
int to,
AppColor c,
Object userObjectKey) |
void |
registerAccelerator(String actionId,
String accelerator,
Runnable action) |
void |
removeAllHighlights(Object userObjectKey) |
void |
replaceSelection(String newValue) |
boolean |
runAction(String action) |
void |
runDeleteTable() |
void |
runDeleteTableColumn() |
void |
runDeleteTableRow() |
void |
runInsertImage(InsertImageInfo info) |
void |
runInsertTable(InsertTableInfo info) |
void |
runInsertTableColumn() |
void |
runInsertTableRow() |
void |
runSelectLine() |
void |
runTextAlignment(TextAlignment value) |
void |
runTextBackgroundColor(AppColor color) |
void |
runTextBold() |
void |
runTextDuplicate() |
void |
runTextFont(AppFont font) |
void |
runTextForegroundColor(AppColor color) |
void |
runTextItalic() |
void |
runTextStrikeThrough() |
void |
runTextUnderline() |
addChild, install, removeChild, requestFocus, toolkitComponent, uninstallvoid runTextFont(AppFont font)
void runTextBold()
void runTextItalic()
void runTextUnderline()
void runTextStrikeThrough()
void runTextAlignment(TextAlignment value)
void removeAllHighlights(Object userObjectKey)
void runSelectLine()
void runTextDuplicate()
boolean runAction(String action)
String getText(int from, int to)
int getTextLength()
void replaceSelection(String newValue)
void runTextForegroundColor(AppColor color)
void runTextBackgroundColor(AppColor color)
void runInsertImage(InsertImageInfo info)
void runDeleteTable()
void runInsertTable(InsertTableInfo info)
void runInsertTableRow()
void runInsertTableColumn()
void runDeleteTableRow()
void runDeleteTableColumn()
Copyright © 2021 vpc open source initiative. All rights reserved.