Class SwingTextAreaPeer
java.lang.Object
net.thevpc.echo.swing.peers.SwingTextAreaPeer
- All Implemented Interfaces:
AppComponentPeer, AppTextAreaPeer, SwingPeer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText(int from, int to) intvoidvoidvoidinstall(AppComponent component) voidregisterAccelerator(String actionId, String accelerator, Runnable action) voidremoveAllHighlights(Object userObjectKey) voidreplaceSelection(String newValue) voidvoidvoidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AppComponentPeer
addChild, removeChild, uninstallMethods inherited from interface SwingPeer
awtComponent, jcomponent, requestFocus
-
Constructor Details
-
SwingTextAreaPeer
public SwingTextAreaPeer()
-
-
Method Details
-
install
- Specified by:
installin interfaceAppComponentPeer
-
toolkitComponent
- Specified by:
toolkitComponentin interfaceAppComponentPeer
-
removeAllHighlights
- Specified by:
removeAllHighlightsin interfaceAppTextAreaPeer
-
highlight
- Specified by:
highlightin interfaceAppTextAreaPeer
-
runTextDuplicate
public void runTextDuplicate()- Specified by:
runTextDuplicatein interfaceAppTextAreaPeer
-
registerAccelerator
- Specified by:
registerAcceleratorin interfaceAppTextAreaPeer
-
getText
- Specified by:
getTextin interfaceAppTextAreaPeer
-
getTextLength
public int getTextLength()- Specified by:
getTextLengthin interfaceAppTextAreaPeer
-
highlight
-
runAction
-
runSelectLine
public void runSelectLine()- Specified by:
runSelectLinein interfaceAppTextAreaPeer
-
replaceSelection
- Specified by:
replaceSelectionin interfaceAppTextAreaPeer
-