Uses of Class
com.teamdev.jxbrowser.frame.EditorCommand
Packages that use EditorCommand
Package
Description
This package provides the classes that allow you to work with frames in browser.
-
Uses of EditorCommand in com.teamdev.jxbrowser.frame
Methods in com.teamdev.jxbrowser.frame that return EditorCommandModifier and TypeMethodDescriptionstatic EditorCommandEditorCommand.backgroundColor(Color color) Returns a command that allows setting the given backgroundcolorfor the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.backgroundColor(String colorName) Returns a command that allows setting the given backgroundcolorNamefor the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.bold()Returns a command that allows making the selected text bold in a WYSIWYG editor.static EditorCommandEditorCommand.copy()Returns a command that allows copying the selected text in the frame.static EditorCommandEditorCommand.createLink(String url) Returns a command that allows making the link to the specifiedURLin a WYSIWYG editor.static EditorCommandEditorCommand.cut()Returns a command that allows cutting the selected text in a text field, text area or WYSIWYG editor.static EditorCommandEditorCommand.delete()Returns a command that allows deleting the selected text in a text field, text area or WYSIWYG editor.static EditorCommandEditorCommand.deleteBackward()Returns a command that allows deleting character before the caret position in a text field, text area or WYSIWYG editor.static EditorCommandEditorCommand.deleteForward()Returns a command that allows deleting character after the caret position in a text field, text area or WYSIWYG editor.static EditorCommandEditorCommand.deleteToBeginningOfLine()Returns a command that allows deleting character from the caret position to the beginning of line in a text field, text area or WYSIWYG editor.static EditorCommandEditorCommand.deleteWordBackward()Returns a command that allows deleting a word before the caret position in a text field, text area or WYSIWYG editor.static EditorCommandEditorCommand.deleteWordForward()Returns a command that allows deleting a word after the caret position in a text field, text area or WYSIWYG editor.static EditorCommandReturns a command that allows searching for the giventextoccurrence from the current caret position in the frame.static EditorCommandReturns a command that allows setting the givenfontNamefor the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.fontSize(AbsoluteFontSize fontSize) Returns a command that allows setting the givenfontSizefor the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.foregroundColor(Color color) Returns a command that allows setting the given foregroundcolorfor the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.foregroundColor(String colorName) Returns a command that allows setting the given foregroundcolorNamefor the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.ignoreSpelling()Returns a command that allows disabling the spelling mistakes highlighting in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.indent()Returns a command that allows making indent of the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.insertHtml(String html) Returns a command that allows inserting the givenhtmlcontent in a WYSIWYG editor.static EditorCommandEditorCommand.insertImage(String imageSrc) Returns a command that allows inserting an image with the givenimageSrcin a WYSIWYG editor.static EditorCommandEditorCommand.insertNewLine()Returns a command that allows inserting a new line in a WYSIWYG editor.static EditorCommandEditorCommand.insertOrderedList()Returns a command that allows inserting an ordered list in a WYSIWYG editor.static EditorCommandEditorCommand.insertParagraph()Returns a command that allows inserting a paragraph in a WYSIWYG editor.static EditorCommandEditorCommand.insertTab()Returns a command that allows inserting a tab character in a WYSIWYG editor.static EditorCommandEditorCommand.insertText(String text) Returns a command that allows inserting the giventextcontent in a WYSIWYG editor or a text field.static EditorCommandEditorCommand.insertUnorderedList()Returns a command that allows inserting an unordered list in a WYSIWYG editor.static EditorCommandEditorCommand.italic()Returns a command that allows making the selected text italic in a WYSIWYG editor.static EditorCommandEditorCommand.justifyCenter()Returns a command that allows center justification the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.justifyFull()Returns a command that allows full justification the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.justifyLeft()Returns a command that allows left justification the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.justifyRight()Returns a command that allows right justification the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.movePageDown()Returns a command that allows moving the caret position at one page down in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.movePageUp()Returns a command that allows moving the caret position at one page up in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.moveToBeginningOfLine()Returns a command that allows moving a word to the beginning of line in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.moveToBeginningOfLineAndModifySelection()Returns a command that allows moving a word to the beginning of line and modifying selection in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.moveToEndOfLine()Returns a command that allows moving a word to the end of line in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.moveToEndOfLineAndModifySelection()Returns a command that allows moving a word to the end of line and modifying selection in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.moveWordLeft()Returns a command that allows moving a word left in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.moveWordLeftAndModifySelection()Returns a command that allows moving a word left and modifying selection in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.moveWordRight()Returns a command that allows moving a word right in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.moveWordRightAndModifySelection()Returns a command that allows moving a word right and modifying selection in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.outdent()Returns a command that allows making outdent of the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.paste()Returns a command that allows pasting content of the clipboard in a text field, text area or a WYSIWYG editor.static EditorCommandEditorCommand.redo()Returns a command that allows reversing the lastundo()action.static EditorCommandEditorCommand.removeFormat()Returns a command that allows removing all styles of the selected text (bold, italic, etc.) in a WYSIWYG editor.static EditorCommandEditorCommand.scrollLineDown()Returns a command that allows scrolling one line down.static EditorCommandEditorCommand.scrollLineUp()Returns a command that allows scrolling one line up.static EditorCommandEditorCommand.scrollPageBackward()Returns a command that allows scrolling a page backward.static EditorCommandEditorCommand.scrollPageForward()Returns a command that allows scrolling a page forward.static EditorCommandEditorCommand.scrollToBeginningOfDocument()Returns a command that allows scrolling content to the beginning of the document in the frame.static EditorCommandEditorCommand.scrollToEndOfDocument()Returns a command that allows scrolling content to the end of the document in the frame.static EditorCommandEditorCommand.selectAll()Returns a command that allows selecting all text in the frame or the currently focused text field, text area or a WYSIWYG editor.static EditorCommandEditorCommand.selectLine()Returns a command that allows selecting a line at the caret position in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.selectParagraph()Returns a command that allows selecting the whole paragraph at the caret position in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.selectSentence()Returns a command that allows selecting the whole sentence at the caret position in a text area or a WYSIWYG editor.static EditorCommandEditorCommand.selectWord()Returns a command that allows selecting the word at the caret position in a text field, text area or a WYSIWYG editor.static EditorCommandEditorCommand.strikethrough()Returns a command that allows making the selected text strikethrough in a WYSIWYG editor.static EditorCommandEditorCommand.subscript()Returns a command that allows making the selected text subscript in a WYSIWYG editor.static EditorCommandEditorCommand.superscript()Returns a command that allows making the selected text superscript in a WYSIWYG editor.static EditorCommandEditorCommand.toggleBold()Returns a command that allows toggling bold style for the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.toggleItalic()Returns a command that allows toggling italic style for the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.toggleUnderline()Returns a command that allows toggling underline style for the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.underline()Returns a command that allows underlying the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.undo()Returns a command that allows reversing the last action.static EditorCommandEditorCommand.unlink()Returns a command that allows removing the link from the text in a WYSIWYG editor.static EditorCommandEditorCommand.unselect()Returns a command that allows clearing the current selection in a frame.Methods in com.teamdev.jxbrowser.frame with parameters of type EditorCommandModifier and TypeMethodDescriptionbooleanFrame.execute(EditorCommand command) Executes the givencommandin the frame.