| Constructor and Description |
|---|
SwingTextAreaPeer() |
| 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) |
void |
install(net.thevpc.echo.api.components.AppComponent component) |
void |
registerAccelerator(String actionId,
String accelerator,
Runnable action) |
void |
removeAllHighlights(Object userObjectKey) |
void |
replaceSelection(String newValue) |
void |
runAction(String action) |
void |
runSelectLine() |
void |
runTextDuplicate() |
Object |
toolkitComponent() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawtComponent, gcompOf, jcompOf, jcomponent, of, of, requestFocuspublic void install(net.thevpc.echo.api.components.AppComponent component)
install in interface net.thevpc.echo.spi.peers.AppComponentPeerpublic Object toolkitComponent()
toolkitComponent in interface net.thevpc.echo.spi.peers.AppComponentPeerpublic void removeAllHighlights(Object userObjectKey)
removeAllHighlights in interface net.thevpc.echo.spi.peers.AppTextAreaPeerpublic void highlight(int from,
int to,
net.thevpc.echo.api.AppColor c,
Object userObjectKey)
highlight in interface net.thevpc.echo.spi.peers.AppTextAreaPeerpublic void runTextDuplicate()
runTextDuplicate in interface net.thevpc.echo.spi.peers.AppTextAreaPeerpublic void registerAccelerator(String actionId, String accelerator, Runnable action)
registerAccelerator in interface net.thevpc.echo.spi.peers.AppTextAreaPeerpublic String getText(int from, int to)
getText in interface net.thevpc.echo.spi.peers.AppTextAreaPeerpublic int getTextLength()
getTextLength in interface net.thevpc.echo.spi.peers.AppTextAreaPeerpublic void highlight(int from,
int to,
Color c)
public void runAction(String action)
public void runSelectLine()
runSelectLine in interface net.thevpc.echo.spi.peers.AppTextAreaPeerpublic void replaceSelection(String newValue)
replaceSelection in interface net.thevpc.echo.spi.peers.AppTextAreaPeerCopyright © 2022 vpc open source initiative. All rights reserved.