| Constructor and Description |
|---|
SwingRichHtmlEditorPeer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getText(int from,
int to) |
int |
getTextLength() |
void |
highlight(int from,
int to,
net.thevpc.echo.api.AppColor c,
Object userObjectKey) |
void |
highlight(int from,
int to,
Color c,
Object Object) |
void |
install(net.thevpc.echo.api.components.AppComponent comp) |
void |
registerAccelerator(String actionId,
String accelerator,
Runnable action) |
void |
registerAction(String actionId,
Runnable action) |
void |
removeAllHighlights(Object userObjectKey) |
void |
replaceSelection(String newValue) |
void |
requestFocus() |
boolean |
runAction(String action) |
void |
runDeleteTable() |
void |
runDeleteTableColumn() |
void |
runDeleteTableRow() |
void |
runInsertImage(net.thevpc.echo.model.InsertImageInfo info) |
void |
runInsertTable(net.thevpc.echo.model.InsertTableInfo info) |
void |
runInsertTableColumn() |
void |
runInsertTableRow() |
void |
runSelectLine() |
void |
runTextAlignment(net.thevpc.echo.api.TextAlignment value) |
void |
runTextBackgroundColor(net.thevpc.echo.api.AppColor color) |
void |
runTextBold() |
void |
runTextDuplicate() |
void |
runTextFont(net.thevpc.echo.api.AppFont font) |
void |
runTextForegroundColor(net.thevpc.echo.api.AppColor color) |
void |
runTextItalic() |
void |
runTextStrikeThrough() |
void |
runTextUnderline() |
Object |
toolkitComponent() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawtComponent, gcompOf, jcompOf, jcomponent, of, ofpublic void install(net.thevpc.echo.api.components.AppComponent comp)
install in interface net.thevpc.echo.spi.peers.AppComponentPeerpublic Object toolkitComponent()
toolkitComponent in interface net.thevpc.echo.spi.peers.AppComponentPeerpublic void runTextFont(net.thevpc.echo.api.AppFont font)
runTextFont in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runTextBold()
runTextBold in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runTextItalic()
runTextItalic in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runTextUnderline()
runTextUnderline in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runTextStrikeThrough()
runTextStrikeThrough in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runTextAlignment(net.thevpc.echo.api.TextAlignment value)
runTextAlignment in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void removeAllHighlights(Object userObjectKey)
removeAllHighlights in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void highlight(int from,
int to,
net.thevpc.echo.api.AppColor c,
Object userObjectKey)
highlight in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runSelectLine()
runSelectLine in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runTextDuplicate()
runTextDuplicate in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void registerAccelerator(String actionId, String accelerator, Runnable action)
registerAccelerator in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic boolean runAction(String action)
runAction in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic String getText(int from, int to)
getText in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic int getTextLength()
getTextLength in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void replaceSelection(String newValue)
replaceSelection in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runTextForegroundColor(net.thevpc.echo.api.AppColor color)
runTextForegroundColor in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runTextBackgroundColor(net.thevpc.echo.api.AppColor color)
runTextBackgroundColor in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runInsertImage(net.thevpc.echo.model.InsertImageInfo info)
runInsertImage in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runDeleteTable()
runDeleteTable in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runInsertTable(net.thevpc.echo.model.InsertTableInfo info)
runInsertTable in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runInsertTableRow()
runInsertTableRow in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runInsertTableColumn()
runInsertTableColumn in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runDeleteTableRow()
runDeleteTableRow in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void runDeleteTableColumn()
runDeleteTableColumn in interface net.thevpc.echo.spi.peers.AppRichHtmlEditorPeerpublic void requestFocus()
requestFocus in interface net.thevpc.echo.spi.peers.AppComponentPeerrequestFocus in interface SwingPeerCopyright © 2022 vpc open source initiative. All rights reserved.