public class RichHtmlEditor extends EditTextBase implements AppRichHtmlEditor
anchor, contextMenu, itemType, parent, path, peer, peerType, properties| Constructor and Description |
|---|
RichHtmlEditor(Application app) |
RichHtmlEditor(String str,
Application app) |
RichHtmlEditor(String id,
String str,
Application app) |
caretPosition, textSelectiontext, textContentType, textStyleaccelerator, active, anchor, app, backgroundColor, bounds, childConstraints, componentType, contextMenu, copy, copyDefault, createListeners, editable, editing, enabled, events, focused, foregroundColor, icon, iconConfig, iconSet, id, largeIcon, locale, mnemonic, opaque, order, parent, parentConstraints, path, peer, peerType, prefSize, prepareUnshowing, properties, requestFocus, resolveDefaultComponentConstructor, setOptions, setParent, setPeer, shown, title, titleStyle, tooltip, updateUI, visiblefullPropertyName, parentProperty, propagateEvents, propertyName, propertyType, toString, userObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcaretPosition, textSelectiontext, textContentType, textStyleaccelerator, active, anchor, app, backgroundColor, bounds, childConstraints, componentType, contextMenu, copy, editable, editing, enabled, events, focused, foregroundColor, icon, iconConfig, iconSet, id, largeIcon, locale, mnemonic, opaque, order, parent, parentConstraints, path, peer, peerType, prefSize, properties, requestFocus, setOptions, shown, title, titleStyle, tooltip, visiblegetChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, readOnly, userObjects, with, withpublic RichHtmlEditor(String str, Application app)
public RichHtmlEditor(String id, String str, Application app)
public RichHtmlEditor(Application app)
public AppRichHtmlEditorPeer peer()
peer in interface AppComponentpeer in class ComponentBasepublic void installDefaults()
public void removeAllHighlights(Object userObjectKey)
public void runTextFont(AppFont font)
public void runTextBold()
public void runTextSup()
public void runTextSub()
public void runTextInsertTag(String type)
public void runTextItalic()
public void runTextUnderline()
public void runTextStrikeThrough()
public void runSelectLine()
public void runTextAlignment(TextAlignment value)
public void runTextDuplicate()
public void runTextForegroundColor(AppColor color)
public void runTextBackgroundColor(AppColor color)
public void runInsertImage()
public void runInsertTable()
public void runInsertTable(InsertTableInfo info)
public void runInsertImage(InsertImageInfo info)
public void runDeleteTable()
public void runInsertTableRow()
public void runInsertTableColumn()
public void runDeleteTableRow()
public void runDeleteTableColumn()
public void registerAccelerator(String actionId, String accelerator, Runnable action)
public net.thevpc.common.props.WritableBoolean zoomOnMouseWheel()
zoomOnMouseWheel in interface AppRichHtmlEditorpublic net.thevpc.common.props.WritableBoolean highlightSelectionDuplicates()
highlightSelectionDuplicates in interface AppRichHtmlEditorpublic net.thevpc.common.props.WritableValue<AppColor> highlightSelectionDuplicatesColor()
highlightSelectionDuplicatesColor in interface AppRichHtmlEditorpublic String getText(int from, int to)
getText in interface AppRichHtmlEditorpublic int getTextLength()
getTextLength in interface AppRichHtmlEditorpublic void replaceSelection(String newValue)
replaceSelection in interface AppEditTextControlCopyright © 2021 vpc open source initiative. All rights reserved.